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

Commit d27d6dd

Browse files
committed
nits
1 parent e99945b commit d27d6dd

File tree

2 files changed

+18
-4
lines changed

2 files changed

+18
-4
lines changed

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,11 +75,18 @@ cortex init
7575

7676
3. 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
```
8087
4. Load the model:
8188
``` bash
82-
cortex models start tinyllama:1b
89+
cortex models start llama3:7b
8390
```
8491

8592
5. Start chatting with the model:

cortex-js/README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,11 +75,18 @@ cortex init
7575

7676
3. 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
```
8087
4. Load the model:
8188
``` bash
82-
cortex models start tinyllama:1b
89+
cortex models start llama3:7b
8390
```
8491

8592
5. Start chatting with the model:

0 commit comments

Comments
 (0)