Skip to content
This repository was archived by the owner on Jul 4, 2025. It is now read-only.

Commit 13be3b1

Browse files
committed
chore: update models pull default registry url so user can access and find available models
1 parent f19a5f6 commit 13be3b1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cortex-js/src/infrastructure/commanders/models/model-pull.command.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ import { ModelNotFoundException } from '@/infrastructure/exception/model-not-fou
1010
aliases: ['download'],
1111
arguments: '<model_id>',
1212
argsDescription: { model_id: 'Model repo to pull' },
13-
description: 'Download a model. Working with HuggingFace model id.',
13+
description:
14+
'Download a model from a registry. Working with HuggingFace repositories. For available models, please visit https://huggingface.co/cortexhub',
1415
})
1516
@SetCommandContext()
1617
export class ModelPullCommand extends CommandRunner {

0 commit comments

Comments
 (0)