Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -3,7 +3,7 @@ import os
|
|
3 |
os.system('pip install -q -e .')
|
4 |
os.system('pip uninstall bitsandbytes')
|
5 |
os.system('pip uninstall bitsandbytes-windows')
|
6 |
-
os.system('pip install https://github.com/
|
7 |
import torch
|
8 |
print(torch.cuda.is_available())
|
9 |
|
|
|
3 |
os.system('pip install -q -e .')
|
4 |
os.system('pip uninstall bitsandbytes')
|
5 |
os.system('pip uninstall bitsandbytes-windows')
|
6 |
+
os.system('pip install https://github.com/TimDettmers/bitsandbytes/releases/download/0.41.0/bitsandbytes-0.41.0-py3-none-any.whl')
|
7 |
import torch
|
8 |
print(torch.cuda.is_available())
|
9 |
|