Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +3 -8
requirements.txt
CHANGED
@@ -1,7 +1,3 @@
|
|
1 |
-
# Per garantire l'installazione delle versioni CPU di PyTorch e delle sue dipendenze.
|
2 |
-
# Questa riga istruisce pip a cercare i pacchetti specifici per CPU qui.
|
3 |
-
--extra-index-url https://download.pytorch.org/whl/cpu
|
4 |
-
|
5 |
accelerate==1.8.1
|
6 |
altair==5.5.0
|
7 |
attrs==25.3.0
|
@@ -84,7 +80,6 @@ tzdata==2025.2
|
|
84 |
urllib3==2.5.0
|
85 |
watchdog<7,>=2.1.5
|
86 |
zipp==3.23.0
|
87 |
-
|
88 |
-
|
89 |
-
|
90 |
-
# Se le hai aggiunte manualmente in precedenza, assicurati di rimuoverle!
|
|
|
|
|
|
|
|
|
|
|
1 |
accelerate==1.8.1
|
2 |
altair==5.5.0
|
3 |
attrs==25.3.0
|
|
|
80 |
urllib3==2.5.0
|
81 |
watchdog<7,>=2.1.5
|
82 |
zipp==3.23.0
|
83 |
+
# Nuove dipendenze aggiunte per stable-audio-tools
|
84 |
+
stable-audio-tools
|
85 |
+
einops
|
|