Skip to content

Commit

Permalink
Update docs/source/fr/guides/integrations.md
Browse files Browse the repository at this point in the history
Co-authored-by: Lucain <lucainp@gmail.com>
  • Loading branch information
JibrilEl and Wauplin authored Jun 21, 2024
1 parent 6900c72 commit 359181c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/fr/guides/integrations.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Voici un exemple classique pour implémenter la méthode `from_pretrained`:

```python
def from_pretrained(model_id: str) -> MyModelClass:
# Téléchargement du modèles depuis le Hub
# Téléchargement des paramètres depuis le Hub
cached_model = hf_hub_download(
repo_id=repo_id,
filename="model.pkl",
Expand Down

0 comments on commit 359181c

Please sign in to comment.