spoorthibhat commited on
Commit
32b52f1
·
verified ·
1 Parent(s): 7394e62

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -1,8 +1,8 @@
1
  import os
2
 
3
  os.system('pip install -q -e .')
4
- # os.system('pip uninstall bitsandbytes')
5
- # os.system('pip install bitsandbytes-0.45.0-py3-none-manylinux_2_24_x86_64.whl')
6
 
7
  os.environ["PYTORCH_CUDA_ALLOC_CONF"] = "expandable_segments:True"
8
 
 
1
  import os
2
 
3
  os.system('pip install -q -e .')
4
+ os.system('pip uninstall bitsandbytes')
5
+ os.system('pip install bitsandbytes-0.45.0-py3-none-manylinux_2_24_x86_64.whl')
6
 
7
  os.environ["PYTORCH_CUDA_ALLOC_CONF"] = "expandable_segments:True"
8