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