ZGC-LLM-Safety / TrafficLLM

The repository of TrafficLLM, a universal LLM adaptation framework to learn robust traffic representation for all open-sourced LLM in real-world scenarios and enhance the generalization across diverse traffic analysis tasks.
111 stars 15 forks source link

use_libuv was requested but PyTorch was build without libuv support #13

Open zzyyds1314 opened 2 weeks ago

zzyyds1314 commented 2 weeks ago

Dear authors. 屏幕截图 2024-10-28 210315

For the Neural Language Instruction Tuning section, when I ran the trafficlm_stage1.sh code, an error occurred File "C:\Users\admin.conda\envs\trafficllm\lib\site-packages\torch\distributed\elastic\rendezvous\c10d_rendezvous_backend.py", line 159, in _create_tcp_store store = TCPStore( Runtime Error: error from use_ibuv was requested but PyTorch was built without libuv support

CuiTianyu961030 commented 2 weeks ago

Thanks for using our codes!

This may be because your PytTorch and CUDA versions do not match. You can follow similar issue reports (like https://github.com/RVC-Boss/GPT-SoVITS/issues/1357).

Hope these solutions work for you.