jan-hq commited on
Commit
40841fb
·
verified ·
1 Parent(s): e3fe516

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +23 -3
README.md CHANGED
@@ -1,3 +1,23 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ ---
4
+
5
+ Download a Model
6
+ ```
7
+ cortex models pull mistral
8
+ ```
9
+
10
+ Start the Engine
11
+ ```
12
+ cortex engines
13
+ ```
14
+
15
+ Start model
16
+ ```
17
+ cortex models start llama3
18
+ ```
19
+
20
+ Chat
21
+ ```
22
+ cortex chat
23
+ ```