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 81f499b commit 6900c72
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 @@ -29,7 +29,7 @@ L'implémentation peut varier entre différentes librairies, mais le workflow es

### from_pretrained

Voici comment une méthode `from_pretrained` fonctionne d'habitude:
Voici un exemple classique pour implémenter la méthode `from_pretrained`:

```python
def from_pretrained(model_id: str) -> MyModelClass:
Expand Down

0 comments on commit 6900c72

Please sign in to comment.