Spaces:
Runtime error
Runtime error
File size: 308 Bytes
aa98bc6 ee55870 d9c12fa ee55870 |
1 2 3 4 5 6 7 |
import os
os.system(
f"git clone https://github.com/TimDettmers/bitsandbytes.git /home/user/app/bitsandbytes")
os.system(f"export BNB_CUDA_VERSION=113")
os.system(f"cd /home/user/app/bitsandbytes && CUDA_VERSION=113 make cuda11x && python setup.py install")
os.system(f"python /home/user/app/launch.py") |