Veda0718 commited on
Commit
e57d40a
·
verified ·
1 Parent(s): da5b4e7

Update app.py

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