everwind

Results 4 comments of everwind

namespace difacto { /** * \brief a tracker which runs over mutliple machines */ class DistTracker : public Tracker { }; } // namespace difacto the author have not implemented...

> I am running into the same issue, [@everwind](https://github.com/everwind) could you explain how you solved it? rm -rf /root/.cache/huggingface/ I cleared the Hugging Face cache and reran the code, and...

> I am running into the same issue, [@everwind](https://github.com/everwind) could you explain how you solved it? rm -rf /root/.cache/huggingface/ I cleared the Hugging Face cache and reran the code, and...

> [@li784](https://github.com/li784) 我重新安装了这个版本的transforms,这个问题跳过了 暂时推荐使用transformers==4.45.0,可以稳定跑通微调和推理 > > 【重要】使用以下方式安装最新的llamafactory以及相应的库 > > `git clone --depth 1 https://github.com/hiyouga/LLaMA-Factory.git` `cd LLaMA-Factory` `pip install -e ".[torch,metrics,deepspeed,minicpm_v]"` `pip3 install transformers==4.45.0` `pip3 install huggingface_hub==0.25.0` 更新完transformers 报新的错误: CUDA_VISIBLE_DEVICES=0 llamafactory-cli...