We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 771d3b6 commit b31d322Copy full SHA for b31d322
.runpod/hub.json
@@ -14,17 +14,17 @@
14
{
15
"key": "MODEL_PATH",
16
"input": {
17
- "name": "Model Path",
+ "name": "Model",
18
"type": "huggingface",
19
- "description": "Hugging Face model name or path to load",
+ "description": "Hugging Face model name",
20
"required": true
21
}
22
},
23
24
"key": "HF_TOKEN",
25
26
- "name": "HF_TOKEN",
27
- "type": "password",
+ "name": "Access Token",
+ "type": "string",
28
"description": "Hugging Face access token for gated & private models",
29
"default": "",
30
"required": false
0 commit comments