Skip to content

Commit 3c5ab82

Browse files
committed
Add performance env variable for hf_xet.
1 parent 27f1cb6 commit 3c5ab82

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/tasks/src/model-libraries-snippets.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1357,6 +1357,7 @@ const mlx_unknown = (model: ModelData): string[] => [
13571357
`# Download the model from the Hub
13581358
pip install huggingface_hub[hf_xet]
13591359
1360+
export HF_XET_HIGH_PERFORMANCE=1
13601361
huggingface-cli download --local-dir ${nameWithoutNamespace(model.id)} ${model.id}`,
13611362
];
13621363

0 commit comments

Comments
 (0)