lyuchenyang / Macaw-LLM

Macaw-LLM: Multi-Modal Language Modeling with Image, Video, Audio, and Text Integration
Apache License 2.0
1.56k stars 127 forks source link

upgrade accelerate in requirements.txt #36

Open kacel33 opened 5 months ago

kacel33 commented 5 months ago

If you install version 0.19.0 of accelerate listed in the current requirements.txt, you will encounter the following error. Therefore, I have updated the accelerate version to the latest one.

ImportError: cannot import name 'is_npu_available' from 'accelerate.utils' (/home/dodo/.conda/envs/llm_py310/lib/python3.10/site-packages/accelerate/utils/init.py)