Skip to content
View as Markdown

tinker.types.SupportedModel

Generated from tinker 0.30.4 at commit 1e5777e. Source links point at that snapshot.

class tinker.types.SupportedModel(BaseModel)

Information about a model supported by the server.

Fields:

  • model_name (Optional[str]) – The name of the supported model.
  • max_context_length (Optional[int]) – The maximum context length (in tokens) supported by this model.
  • trainable (Optional[bool]) – Whether training runs can be created on this model.
  • sampleable (Optional[bool]) – Whether this model has sampling capacity.

Referenced by