jan-hq commited on
Commit
9f05117
·
verified ·
1 Parent(s): f0bfc65

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +34 -3
README.md CHANGED
@@ -1,3 +1,34 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ ---
4
+
5
+ Download a Model
6
+ ```
7
+ cortex models pull tinyllama
8
+ ```
9
+
10
+ Start the Engine
11
+ ```
12
+ cortex engines
13
+ ```
14
+
15
+ Start model
16
+ ```
17
+ cortex models start tinyllama
18
+ ```
19
+
20
+ Chat
21
+ ```
22
+ cortex chat
23
+ ```
24
+
25
+ Model Structure
26
+ ```
27
+ 1.1b-chat-v1.0-gguf-Q2_K
28
+ 1.1b-chat-v1.0-gguf-Q4_K_M
29
+ 1.1b-chat-v1.0-gguf-Q6_K
30
+ 1.1b-chat-v1.0-gguf-Q8_0
31
+ 1.1b-chat-v1.0-tensorrtllm-ada_windows
32
+ 1.1b-chat-v1.0-tensorrtllm-turing_windows
33
+ 1.1b-chat-v1.0-tensorrtllm-ampere_windows
34
+ ```