ModelRevision

The revision of the model to use (you specify the model in ModelName).

By default, Query Manipulation Server downloads and uses the main revision of the model that you specify. To use a different revision, set ModelRevision to a branch name, tag name, or commit ID for the model. You can view the commit history of a model on the model page on Hugging Face.

This parameter has an effect only when Type is set to GenerativeLLM.

Type: String
Default: main
Required: No
Configuration Section: MyGenerativeModel
Example: ModelRevision=version-7.2
See Also: Type
ModelName