Skip to content

Commit

Permalink
Revert "Fix the version of 'huggingface_hub' to 0.23.x"
Browse files Browse the repository at this point in the history
This reverts commit 76de9c3.

Nvidia released NeMo v2.0 last month. Since this version
supports huggingface_hub v0.24, we do not need to manually
specify the package version any more.

Signed-off-by: Fujimoto Seiji <fujimoto@ceptord.net>
  • Loading branch information
fujimotos committed Dec 1, 2024
1 parent 2fa0c84 commit b6916fd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/nemo-asr/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ version = "2.1.0"
dependencies = [
"numpy < 2",
"librosa",
"huggingface_hub < 0.24",
"soundfile",
"torch",
"nemo_toolkit[asr]",
Expand Down

0 comments on commit b6916fd

Please # to comment.