commit id 'f742a644ca32e65758c3adb36225aef1731bd2a8' is not valid
#32
by
xiaoXXX
- opened
when i run cammand below, get 404? how can i solve it ?
pip uninstall transformers
pip install git+https://github.com/huggingface/transformers@f742a644ca32e65758c3adb36225aef1731bd2a8
pip install accelerate
You cannot have a line break between pip install
and the git
reference:
pip uninstall transformers
pip install git+https://github.com/huggingface/transformers@f742a644ca32e65758c3adb36225aef1731bd2a8
pip install accelerate