Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -12,8 +12,6 @@ else:
|
|
12 |
# Use this for older GPUs (V100, Tesla T4, RTX 20xx)
|
13 |
os.system("pip install --no-deps trl peft accelerate bitsandbytes")
|
14 |
pass
|
15 |
-
|
16 |
-
|
17 |
#os.system("git clone https://github.com/TimDettmers/bitsandbytes.git")
|
18 |
#os.system("cd bitsandbytes/ && pip install -r requirements-dev.txt && cmake -DCOMPUTE_BACKEND=cuda -S . && make && pip install .")
|
19 |
# Check if GPU is available
|
|
|
12 |
# Use this for older GPUs (V100, Tesla T4, RTX 20xx)
|
13 |
os.system("pip install --no-deps trl peft accelerate bitsandbytes")
|
14 |
pass
|
|
|
|
|
15 |
#os.system("git clone https://github.com/TimDettmers/bitsandbytes.git")
|
16 |
#os.system("cd bitsandbytes/ && pip install -r requirements-dev.txt && cmake -DCOMPUTE_BACKEND=cuda -S . && make && pip install .")
|
17 |
# Check if GPU is available
|