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 487dbfa commit 89bfa57
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 @@ -64,7 +64,7 @@ def push_to_hub(model: MyModelClass, repo_name: str) -> None:
# Sauvegardez les poids
save_model(model, tmpdir / "model.safetensors")

# Générez le chemin du modèle
# Générez la model card
card = generate_model_card(model)
(tmpdir / "README.md").write_text(card)

Expand Down

0 comments on commit 89bfa57

Please sign in to comment.