gxy's picture
FEAT: update requirement
ee55870
raw
history blame
266 Bytes
import os
os.system(
f"git clone https://github.com/TimDettmers/bitsandbytes.git /home/user/app/bitsandbytes")
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")