Update requirements.txt
Browse files- requirements.txt +1 -9
requirements.txt
CHANGED
@@ -3,10 +3,6 @@ varnish @ git+https://github.com/jbilcke-hf/varnish.git@main
|
|
3 |
|
4 |
opencv-python>=4.10.0.84
|
5 |
|
6 |
-
# using the 4.46.1 because we have this error:
|
7 |
-
# "huggingface-inference-toolkit 0.5.2 requires transformers[audio,sentencepiece,sklearn,vision]==4.46.1,
|
8 |
-
# but you have transformers 4.46.3 which is incompatible.""
|
9 |
-
#transformers==4.46.3
|
10 |
transformers==4.46.1
|
11 |
|
12 |
tokenizers>=0.20.3
|
@@ -20,8 +16,4 @@ imageio>=2.34.2
|
|
20 |
imageio-ffmpeg>=0.5.1
|
21 |
safetensors>=0.4.5
|
22 |
|
23 |
-
moviepy==1.0.3
|
24 |
-
|
25 |
-
# Install flash attention v2 for acceleration (requires CUDA 11.8 or above)
|
26 |
-
# python -m pip install git+https://github.com/Dao-AILab/[email protected]
|
27 |
-
#flash-attn==2.5.9.post1
|
|
|
3 |
|
4 |
opencv-python>=4.10.0.84
|
5 |
|
|
|
|
|
|
|
|
|
6 |
transformers==4.46.1
|
7 |
|
8 |
tokenizers>=0.20.3
|
|
|
16 |
imageio-ffmpeg>=0.5.1
|
17 |
safetensors>=0.4.5
|
18 |
|
19 |
+
moviepy==1.0.3
|
|
|
|
|
|
|
|