File tree 1 file changed +1
-3
lines changed
1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change 6
6
# os.system(f"pip install git+https://github.com/huggingface/peft.git -U")
7
7
os .system (f"pip install git+https://github.com/huggingface/accelerate.git -U" )
8
8
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" )
11
9
os .system (f"python run.py" )
12
10
os .chdir (f"/home/demo/source" )
13
11
# os.system(f"pip install -r requirements.txt")
14
- os .system (f"python run.py" )
12
+ os .system (f"python run.py" )
You can’t perform that action at this time.
0 commit comments