Skip to content

Commit 33d88df

Browse files
fix: added back the HF_TOKEN (#219)
Co-authored-by: Tim Pietrusky <[email protected]>
1 parent ecd562e commit 33d88df

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.runpod/hub.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,16 @@
3838
"required": true
3939
}
4040
},
41+
{
42+
"key": "HF_TOKEN",
43+
"input": {
44+
"name": "Access Token",
45+
"type": "string",
46+
"description": "Hugging Face access token for gated & private models",
47+
"default": "",
48+
"required": false
49+
}
50+
},
4151
{
4252
"key": "TOKENIZER",
4353
"input": {

0 commit comments

Comments
 (0)