Skip to content

Commit 29fe6b5

Browse files
authoredMay 27, 2023
Update app.py
1 parent a8f0c79 commit 29fe6b5

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed
 

‎app.py

+1-3
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@
66
# os.system(f"pip install git+https://github.com/huggingface/peft.git -U")
77
os.system(f"pip install git+https://github.com/huggingface/accelerate.git -U")
88
os.system(f"cp /home/demo/venv/lib/python3.8/site-packages/bitsandbytes/libbitsandbytes_cuda118.so /home/demo/venv/lib/python3.8/site-packages/bitsandbytes/libbitsandbytes_cpu.so")
9-
os.system(f"cp /home/demo/.local/lib/python3.8/site-packages/bitsandbytes/libbitsandbytes_cuda118.so /home/demo/.local/lib/python3.8/site-packages/bitsandbytes/libbitsandbytes_cpu.so")
10-
os.system(f"cp /home/ubuntu/.local/lib/python3.8/site-packages/bitsandbytes/libbitsandbytes_cuda118.so /home/ubuntu/.local/lib/python3.8/site-packages/bitsandbytes/libbitsandbytes_cpu.so")
119
os.system(f"python run.py")
1210
os.chdir(f"/home/demo/source")
1311
# os.system(f"pip install -r requirements.txt")
14-
os.system(f"python run.py")
12+
os.system(f"python run.py")

0 commit comments

Comments
 (0)