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 27f1cb6 commit 3c5ab82Copy full SHA for 3c5ab82
packages/tasks/src/model-libraries-snippets.ts
@@ -1357,6 +1357,7 @@ const mlx_unknown = (model: ModelData): string[] => [
1357
`# Download the model from the Hub
1358
pip install huggingface_hub[hf_xet]
1359
1360
+export HF_XET_HIGH_PERFORMANCE=1
1361
huggingface-cli download --local-dir ${nameWithoutNamespace(model.id)} ${model.id}`,
1362
];
1363
0 commit comments