Skip to content

Commit 277e903

Browse files
author
sd109
committed
Revert additional gated models text
1 parent 23d94f6 commit 277e903

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chart/values.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"token": {
1515
"type": ["string", "null"],
1616
"title": "Access Token",
17-
"description": "A HuggingFace [access token](https://huggingface.co/docs/hub/security-tokens). Required for [gated models](https://huggingface.co/docs/hub/en/models-gated) (e.g. Llama 3).\nAttempting to deploy a gated model without a token will cause the app to be stuck in an 'installing' state indefinitely."
17+
"description": "A HuggingFace [access token](https://huggingface.co/docs/hub/security-tokens). Required for [gated models](https://huggingface.co/docs/hub/en/models-gated) (e.g. Llama 3)."
1818
}
1919
},
2020
"required": ["model"]

0 commit comments

Comments
 (0)