Skip to content

Commit

Permalink
Add NanotronLightevalModel to Model docs
Browse files Browse the repository at this point in the history
  • Loading branch information
albertvillanova committed Dec 3, 2024
1 parent 7b38ead commit 5ab3262
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions docs/source/package_reference/models.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
## Accelerate and Transformers Models
### BaseModel
[[autodoc]] models.base_model.BaseModel
[//]: # (TODO: Fix import error)
### AdapterModel
[[autodoc]] models.adapter_model.AdapterModel
### DeltaModel
Expand All @@ -19,10 +18,9 @@
### ModelClient
[[autodoc]] models.tgi_model.ModelClient

[//]: # (TODO: Fix import error)
[//]: # (## Nanotron Model)
[//]: # (### NanotronLightevalModel)
[//]: # ([[autodoc]] models.nanotron_model.NanotronLightevalModel)
## Nanotron Model
### NanotronLightevalModel
[[autodoc]] models.nanotron_model.NanotronLightevalModel

[//]: # (TODO: Fix import error)
[//]: # (## VLLM Model)
Expand Down

0 comments on commit 5ab3262

Please sign in to comment.