Antigravity AI commited on
Commit ·
22799aa
1
Parent(s): 468aadf
fix: pin huggingface_hub to <0.23.0 to restore HfFolder functionality
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
|
@@ -9,4 +9,4 @@ omegaconf==2.3.0
|
|
| 9 |
nemo_toolkit[asr]==1.23.0
|
| 10 |
wget
|
| 11 |
Cython
|
| 12 |
-
huggingface_hub
|
|
|
|
| 9 |
nemo_toolkit[asr]==1.23.0
|
| 10 |
wget
|
| 11 |
Cython
|
| 12 |
+
huggingface_hub<0.23.0
|