Spaces:
Runtime error
Runtime error
VictorSanh
commited on
Commit
•
79956cf
1
Parent(s):
b17d0a0
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://
|
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://github.com/huggingface/transformers.git@16c8317a5cc9297488a08ead83ea5a752f0912b6", shell=True)
|
8 |
|
9 |
|
10 |
import copy
|