Spaces:
Running
on
Zero
Running
on
Zero
ai-forever
commited on
Commit
•
1d2debd
1
Parent(s):
0af8cd4
Update app.py
Browse files
app.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
import subprocess
|
2 |
subprocess.run('pip install flash-attn --no-build-isolation', env={'FLASH_ATTENTION_SKIP_CUDA_BUILD': "TRUE"}, shell=True)
|
3 |
-
subprocess.run('pip install bitsandbytes', shell=True)
|
4 |
subprocess.run('pip install av==12.0.0', shell=True)
|
5 |
|
6 |
import gradio as gr
|
|
|
1 |
import subprocess
|
2 |
subprocess.run('pip install flash-attn --no-build-isolation', env={'FLASH_ATTENTION_SKIP_CUDA_BUILD': "TRUE"}, shell=True)
|
3 |
+
# subprocess.run('pip install bitsandbytes', shell=True)
|
4 |
subprocess.run('pip install av==12.0.0', shell=True)
|
5 |
|
6 |
import gradio as gr
|