Spaces:
Runtime error
Runtime error
Update app_dialogue.py
Browse files- 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@
|
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
|