Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 290 Bytes

File metadata and controls

14 lines (10 loc) · 290 Bytes

error1

from torch.multiprocessing.reductions import ForkingPickler

或者是

ForkingPickler error when installing verl with torch v2.6.0(+) on AMD GPU #700

解决办法,参考链接: verl-project#700

pip install "tensordict==0.6.2"