Update app.py
Browse files
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')
|