Veda0718 commited on
Commit
a3f1577
·
verified ·
1 Parent(s): 82c8509

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -1,5 +1,7 @@
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')
 
1
  import os
2
 
3
+ os.chdir("LLaVA-Med")
4
+
5
  os.system('pip install -q -e .')
6
  os.system('pip uninstall bitsandbytes')
7
  os.system('pip install bitsandbytes-0.45.0-py3-none-manylinux_2_24_x86_64.whl')