Skip to content

Commit

Permalink
Add ModelConfig docs
Browse files Browse the repository at this point in the history
  • Loading branch information
albertvillanova committed Nov 29, 2024
1 parent 632e89b commit 3e53ddb
Show file tree
Hide file tree
Showing 2 changed files with 14 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 @@ -32,6 +32,8 @@
- sections:
- local: package_reference/evaluation_tracker
title: EvaluationTracker
- local: package_reference/model_config
title: ModelConfig
- local: package_reference/pipeline
title: Pipeline
title: Main classes
Expand Down
12 changes: 12 additions & 0 deletions docs/source/package_reference/model_config.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# ModelConfig

[[autodoc]] models.model_config.BaseModelConfig

[[autodoc]] models.model_config.AdapterModelConfig
[[autodoc]] models.model_config.DeltaModelConfig
[[autodoc]] models.model_config.InferenceEndpointModelConfig
[[autodoc]] models.model_config.InferenceModelConfig
[[autodoc]] models.model_config.TGIModelConfig
[[autodoc]] models.model_config.VLLMModelConfig

[[autodoc]] models.model_config.create_model_config

0 comments on commit 3e53ddb

Please sign in to comment.