Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
ShaoRun/RS-EoT-7B · model weight issue
[go: Go Back, main page]

PyTorch
qwen2_5_vl

model weight issue

#4
by krupali4655 - opened

i am facing issue that ShaoRun/RS-EoT-7B only has .bin weight files (pickle format), no .safetensors. Transformers 5.x with torch 2.6 blocks loading .bin files due to security vulnerability CVE-2025-32434. That's why it silently dies at Loading weights: 0%

how do i resolve this??

Sign up or log in to comment