Update README.md
Browse files
README.md
CHANGED
|
@@ -1,5 +1,8 @@
|
|
| 1 |
---
|
| 2 |
license: other
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
| 4 |
|
| 5 |
## Overview
|
|
@@ -9,14 +12,14 @@ license: other
|
|
| 9 |
|
| 10 |
| No | Variant | Cortex CLI command |
|
| 11 |
| --- | --- | --- |
|
| 12 |
-
| 1 | [gguf] | `cortex run ` |
|
| 13 |
|
| 14 |
## Use it with Jan (UI)
|
| 15 |
|
| 16 |
1. Install **Jan** using [Quickstart](https://jan.ai/docs/quickstart)
|
| 17 |
2. Use in Jan model Hub:
|
| 18 |
```
|
| 19 |
-
cortexhub/
|
| 20 |
```
|
| 21 |
|
| 22 |
## Use it with Cortex (CLI)
|
|
@@ -24,7 +27,7 @@ license: other
|
|
| 24 |
1. Install **Cortex** using [Quickstart](https://cortex.jan.ai/docs/quickstart)
|
| 25 |
2. Run the model with command:
|
| 26 |
```
|
| 27 |
-
cortex run
|
| 28 |
```
|
| 29 |
|
| 30 |
## Credits
|
|
|
|
| 1 |
---
|
| 2 |
license: other
|
| 3 |
+
pipeline_tag: text-generation
|
| 4 |
+
tags:
|
| 5 |
+
- cortex.cpp
|
| 6 |
---
|
| 7 |
|
| 8 |
## Overview
|
|
|
|
| 12 |
|
| 13 |
| No | Variant | Cortex CLI command |
|
| 14 |
| --- | --- | --- |
|
| 15 |
+
| 1 | [gguf] | `cortex run tulu3` |
|
| 16 |
|
| 17 |
## Use it with Jan (UI)
|
| 18 |
|
| 19 |
1. Install **Jan** using [Quickstart](https://jan.ai/docs/quickstart)
|
| 20 |
2. Use in Jan model Hub:
|
| 21 |
```
|
| 22 |
+
cortexhub/tulu3
|
| 23 |
```
|
| 24 |
|
| 25 |
## Use it with Cortex (CLI)
|
|
|
|
| 27 |
1. Install **Cortex** using [Quickstart](https://cortex.jan.ai/docs/quickstart)
|
| 28 |
2. Run the model with command:
|
| 29 |
```
|
| 30 |
+
cortex run tulu3
|
| 31 |
```
|
| 32 |
|
| 33 |
## Credits
|