Skip to content

Commit

Permalink
chore: update models pull default registry url so user can access a…
Browse files Browse the repository at this point in the history
…nd find available models
  • Loading branch information
louis-jan committed Jun 17, 2024
1 parent 7ae4cb3 commit 5c2e3a4
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ import { ModelNotFoundException } from '@/infrastructure/exception/model-not-fou
aliases: ['download'],
arguments: '<model_id>',
argsDescription: { model_id: 'Model repo to pull' },
description: 'Download a model. Working with HuggingFace model id.',
description:
'Download a model from a registry. Working with HuggingFace repositories. For available models, please visit https://huggingface.co/cortexhub',
})
@SetCommandContext()
export class ModelPullCommand extends CommandRunner {
Expand Down

0 comments on commit 5c2e3a4

Please sign in to comment.