hpcaitech / OPT-Benchmark

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bug: `invalid requirement: 'accelerate==0.10.0,'``

MEllis-github opened this issue · comments

Summary

Following https://github.com/hpcaitech/OPT-Benchmark#run-benchmarking, leads to the following error due to the requirement specification pip install accelerate==0.10.0, datasets==1.18.4, transformers==4.21.0, deepspeed==0.6.5 tqdm

ERROR: Invalid requirement: 'accelerate==0.10.0,'

Additional Notes

Using image: https://github.com/orgs/hpcaitech/packages/container/pytorch-cuda/42358580?tag=1.12.0-11.3.0

Files

I will PR my local fix

commented

Thanks a lot for your PR!!