zamal commited on
Commit
b62fd98
·
verified ·
1 Parent(s): c349d1e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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