This repository was archived by the owner on Jul 4, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +18
-4
lines changed
Expand file tree Collapse file tree 2 files changed +18
-4
lines changed Original file line number Diff line number Diff line change @@ -75,11 +75,18 @@ cortex init
7575
76763 . Download a GGUF model from Hugging Face:
7777``` bash
78- cortex pull tinyllama:1b
78+ # Pull a model most compatible with your hardware
79+ cortex pull llama3
80+
81+ # Pull a specific variant with `repo_name:branch`
82+ cortex pull llama3:7b
83+
84+ # Pull a model with the HuggingFace `model_id`
85+ cortex pull microsoft/Phi-3-mini-4k-instruct-gguf
7986```
80874 . Load the model:
8188``` bash
82- cortex models start tinyllama:1b
89+ cortex models start llama3:7b
8390```
8491
85925 . Start chatting with the model:
Original file line number Diff line number Diff line change @@ -75,11 +75,18 @@ cortex init
7575
76763 . Download a GGUF model from Hugging Face:
7777``` bash
78- cortex pull tinyllama:1b
78+ # Pull a model most compatible with your hardware
79+ cortex pull llama3
80+
81+ # Pull a specific variant with `repo_name:branch`
82+ cortex pull llama3:7b
83+
84+ # Pull a model with the HuggingFace `model_id`
85+ cortex pull microsoft/Phi-3-mini-4k-instruct-gguf
7986```
80874 . Load the model:
8188``` bash
82- cortex models start tinyllama:1b
89+ cortex models start llama3:7b
8390```
8491
85925 . Start chatting with the model:
You can’t perform that action at this time.
0 commit comments