Spaces:
Running
on
Zero
Running
on
Zero
ai-forever
commited on
Commit
•
0af8cd4
1
Parent(s):
185ccca
Update app.py
Browse files
app.py
CHANGED
@@ -1,6 +1,7 @@
|
|
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 |
|
5 |
import gradio as gr
|
6 |
import spaces
|
|
|
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
|
7 |
import spaces
|