Update README.md
Browse files
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 | [
|
| 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 |
|