Skip to content

Commit

Permalink
Add Models docs
Browse files Browse the repository at this point in the history
  • Loading branch information
albertvillanova committed Nov 29, 2024
1 parent 89b2581 commit 77f779a
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/source/_toctree.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@
title: API
- sections:
- sections:
- local: package_reference/models
title: Models
- local: package_reference/pipeline
title: Pipeline
- local: package_reference/tasks
Expand Down
17 changes: 17 additions & 0 deletions docs/source/package_reference/models.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Models

[[autodoc]] models.base_model.BaseModel

[[autodoc]] AdapterModel

[[autodoc]] DeltaModel

[[autodoc]] InferenceEndpointModel

[[autodoc]] LightevalModel

[[autodoc]] ModelClient

[[autodoc]] NanotronLightevalModel

[[autodoc]] OpenAIClient

0 comments on commit 77f779a

Please sign in to comment.