Spaces:
Running
on
Zero
Running
on
Zero
update
Browse files
app.py
CHANGED
@@ -32,6 +32,7 @@ import shlex
|
|
32 |
import subprocess
|
33 |
|
34 |
subprocess.run(shlex.split('pip install flash-attn --no-build-isolation'), env=os.environ | {'FLASH_ATTENTION_SKIP_CUDA_BUILD': "TRUE"})
|
|
|
35 |
|
36 |
from infer import ACEInference
|
37 |
from example import get_examples
|
|
|
32 |
import subprocess
|
33 |
|
34 |
subprocess.run(shlex.split('pip install flash-attn --no-build-isolation'), env=os.environ | {'FLASH_ATTENTION_SKIP_CUDA_BUILD': "TRUE"})
|
35 |
+
subprocess.run('pip install gradio==4.44.1', env=os.environ)
|
36 |
|
37 |
from infer import ACEInference
|
38 |
from example import get_examples
|