Any-to-Any
Adapters
kvn420 commited on
Commit
4f54a6b
·
verified ·
1 Parent(s): 99d57d8

Update Requirements.txt

Browse files
Files changed (1) hide show
  1. Requirements.txt +9 -7
Requirements.txt CHANGED
@@ -4,13 +4,15 @@ torchvision==0.16.0
4
  torchaudio==2.1.0
5
  numpy==1.24.3
6
 
7
- # Hugging Face Ecosystem - VERSIONS MISES À JOUR
8
- transformers>=4.45.0
9
- datasets==2.14.0
10
- huggingface_hub>=0.20.0
11
- accelerate>=0.25.0
12
- tokenizers>=0.15.0
13
-
 
 
14
  # UI Framework
15
  gradio==4.8.0
16
 
 
4
  torchaudio==2.1.0
5
  numpy==1.24.3
6
 
7
+ # Hugging Face Ecosystem - DERNIÈRES VERSIONS
8
+ transformers==4.46.2
9
+ datasets==2.21.0
10
+ huggingface_hub==0.26.0
11
+ accelerate==1.1.0
12
+ tokenizers==0.20.3
13
+
14
+ # Ajout spécifique pour Qwen
15
+ qwen-vl-utils==0.0.8
16
  # UI Framework
17
  gradio==4.8.0
18