Update requirements.txt
Browse files- requirements.txt +10 -10
requirements.txt
CHANGED
|
@@ -2,15 +2,15 @@ torch==2.3.0
|
|
| 2 |
torchvision==0.18.0
|
| 3 |
torchaudio==2.3.0
|
| 4 |
|
| 5 |
-
#
|
| 6 |
-
transformers=
|
| 7 |
-
diffusers=
|
| 8 |
-
accelerate=
|
| 9 |
-
peft=
|
| 10 |
-
safetensors=
|
| 11 |
-
huggingface-hub=
|
| 12 |
-
pillow=
|
| 13 |
-
tqdm=
|
| 14 |
-
ftfy=
|
| 15 |
regex
|
| 16 |
gradio
|
|
|
|
| 2 |
torchvision==0.18.0
|
| 3 |
torchaudio==2.3.0
|
| 4 |
|
| 5 |
+
# Pacotes principais (versões compatíveis com HF 2025)
|
| 6 |
+
transformers>=4.45.0
|
| 7 |
+
diffusers>=0.35.0
|
| 8 |
+
accelerate>=1.10.0
|
| 9 |
+
peft>=0.17.0
|
| 10 |
+
safetensors>=0.4.3
|
| 11 |
+
huggingface-hub>=0.20.0
|
| 12 |
+
pillow>=10.0.0
|
| 13 |
+
tqdm>=4.66.5
|
| 14 |
+
ftfy>=6.1.1
|
| 15 |
regex
|
| 16 |
gradio
|