Leyo commited on
Commit
fee6472
1 Parent(s): 2b819e0

Update app_dialogue.py

Browse files
Files changed (1) hide show
  1. app_dialogue.py +1 -1
app_dialogue.py CHANGED
@@ -4,7 +4,7 @@ import subprocess
4
  # Install flash attention
5
  subprocess.run('pip install flash-attn --no-build-isolation', env={'FLASH_ATTENTION_SKIP_CUDA_BUILD': "TRUE"}, shell=True)
6
  # Install private transformers fork which is the only place where idefics2 has been integrated at the time being
7
- subprocess.run(f"pip install git+https://VictorSanh:{os.environ['TRANSFORMERS_NEW_MODEL_ADDITION_TOKEN']}@github.com/huggingface/new-model-addition.git@fae11925a79d34fb0a9d6562941cacc177bd3f53", shell=True)
8
 
9
 
10
  import copy
 
4
  # Install flash attention
5
  subprocess.run('pip install flash-attn --no-build-isolation', env={'FLASH_ATTENTION_SKIP_CUDA_BUILD': "TRUE"}, shell=True)
6
  # Install private transformers fork which is the only place where idefics2 has been integrated at the time being
7
+ subprocess.run(f"pip install git+https://VictorSanh:{os.environ['TRANSFORMERS_NEW_MODEL_ADDITION_TOKEN']}@github.com/huggingface/new-model-addition.git@b122cb2d878159a2928a9b423b157126f5f89ed4", shell=True)
8
 
9
 
10
  import copy