spoorthibhat commited on
Commit
9f6aacb
·
verified ·
1 Parent(s): 8aedf46

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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/jllllll/bitsandbytes-windows-webui/releases/download/wheels/bitsandbytes-0.41.1-py3-none-win_amd64.whl')
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