Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -6,8 +6,8 @@ import os
|
|
6 |
import subprocess
|
7 |
subprocess.run('pip install flash-attn --no-build-isolation', env={'FLASH_ATTENTION_SKIP_CUDA_BUILD': "TRUE"}, shell=True)
|
8 |
|
|
|
9 |
|
10 |
-
subprocess.run('pip install -U bitsandbytes')
|
11 |
|
12 |
|
13 |
# Define the repository for the quantized model
|
|
|
6 |
import subprocess
|
7 |
subprocess.run('pip install flash-attn --no-build-isolation', env={'FLASH_ATTENTION_SKIP_CUDA_BUILD': "TRUE"}, shell=True)
|
8 |
|
9 |
+
os.system('pip install -U bitsandbytes')
|
10 |
|
|
|
11 |
|
12 |
|
13 |
# Define the repository for the quantized model
|