Text Generation
GGUF
cortex.cpp
conversational
Minh141120 commited on
Commit
b5617f0
·
verified ·
1 Parent(s): fe6cf8b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -13,14 +13,14 @@ The [TinyLlama](https://huggingface.co/TinyLlama/TinyLlama-1.1B-Chat-v1.0) proje
13
 
14
  | No | Variant | Cortex CLI command |
15
  | --- | --- | --- |
16
- | 1 | [1b-gguf](https://huggingface.co/cortexhub/tinyllama/tree/1b-gguf) | `cortex run tinyllama` |
17
 
18
 
19
  ## Use it with Jan (UI)
20
 
21
  1. Install **Jan** using [Quickstart](https://jan.ai/docs/quickstart)
22
  2. Use in Jan model Hub:
23
- ```
24
  cortexhub/tinyllama
25
  ```
26
 
@@ -28,7 +28,7 @@ The [TinyLlama](https://huggingface.co/TinyLlama/TinyLlama-1.1B-Chat-v1.0) proje
28
 
29
  1. Install **Cortex** using [Quickstart](https://cortex.jan.ai/docs/quickstart)
30
  2. Run the model with command:
31
- ```
32
  cortex run tinyllama
33
  ```
34
 
 
13
 
14
  | No | Variant | Cortex CLI command |
15
  | --- | --- | --- |
16
+ | 1 | [gguf](https://huggingface.co/cortexso/tinyllama/tree/main) | `cortex run tinyllama` |
17
 
18
 
19
  ## Use it with Jan (UI)
20
 
21
  1. Install **Jan** using [Quickstart](https://jan.ai/docs/quickstart)
22
  2. Use in Jan model Hub:
23
+ ```bash
24
  cortexhub/tinyllama
25
  ```
26
 
 
28
 
29
  1. Install **Cortex** using [Quickstart](https://cortex.jan.ai/docs/quickstart)
30
  2. Run the model with command:
31
+ ```bash
32
  cortex run tinyllama
33
  ```
34