mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-12 04:44:52 +00:00
Unrelated change.
This commit is contained in:
parent
6683e8419a
commit
70fc0b1604
@ -455,6 +455,6 @@ class DeployedModel(BaseModel):
|
|||||||
# Disable warning for use of `model_` prefix in `model_id`. Be mindful about adding members
|
# Disable warning for use of `model_` prefix in `model_id`. Be mindful about adding members
|
||||||
# with model_ prefixes, since this disables guardrails for colliding fields:
|
# with model_ prefixes, since this disables guardrails for colliding fields:
|
||||||
# https://github.com/pydantic/pydantic/issues/9177
|
# https://github.com/pydantic/pydantic/issues/9177
|
||||||
model_config = ConfigDict(protected_namespaces=())
|
model_config = ConfigDict(protected_namespaces=())
|
||||||
model_id: str
|
model_id: str
|
||||||
sha: str
|
sha: str
|
||||||
|
Loading…
Reference in New Issue
Block a user