Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit f9db77d

Browse files
committed
fix typo.
1 parent 8f7a0aa commit f9db77d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guides/python/ai-podcast-part-1.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Next, let's install our base dependencies, then add the extra dependencies we ne
4949
# Install the base dependencies
5050
uv sync
5151
# Add hugginface hub dependencies
52-
uv add huggingface_hub
52+
uv add huggingface-hub
5353
# Add the extra optional ml dependencies
5454
uv add torch transformers scipy --optional ml
5555
```

0 commit comments

Comments
 (0)