Update README.md
Browse files
README.md
CHANGED
|
@@ -13,13 +13,13 @@ The [Gemma](https://huggingface.co/google/gemma-2-2b-it), state-of-the-art open
|
|
| 13 |
|
| 14 |
| No | Variant | Cortex CLI command |
|
| 15 |
| --- | --- | --- |
|
| 16 |
-
| 1 | [
|
| 17 |
|
| 18 |
## Use it with Jan (UI)
|
| 19 |
|
| 20 |
1. Install **Jan** using [Quickstart](https://jan.ai/docs/quickstart)
|
| 21 |
2. Use in Jan model Hub:
|
| 22 |
-
```
|
| 23 |
cortexso/gemma2
|
| 24 |
```
|
| 25 |
|
|
@@ -27,7 +27,7 @@ The [Gemma](https://huggingface.co/google/gemma-2-2b-it), state-of-the-art open
|
|
| 27 |
|
| 28 |
1. Install **Cortex** using [Quickstart](https://cortex.jan.ai/docs/quickstart)
|
| 29 |
2. Run the model with command:
|
| 30 |
-
```
|
| 31 |
cortex run gemma2
|
| 32 |
```
|
| 33 |
|
|
|
|
| 13 |
|
| 14 |
| No | Variant | Cortex CLI command |
|
| 15 |
| --- | --- | --- |
|
| 16 |
+
| 1 | [gguf](https://huggingface.co/cortexso/gemma2/tree/main) | `cortex run gemma` |
|
| 17 |
|
| 18 |
## Use it with Jan (UI)
|
| 19 |
|
| 20 |
1. Install **Jan** using [Quickstart](https://jan.ai/docs/quickstart)
|
| 21 |
2. Use in Jan model Hub:
|
| 22 |
+
```bash
|
| 23 |
cortexso/gemma2
|
| 24 |
```
|
| 25 |
|
|
|
|
| 27 |
|
| 28 |
1. Install **Cortex** using [Quickstart](https://cortex.jan.ai/docs/quickstart)
|
| 29 |
2. Run the model with command:
|
| 30 |
+
```bash
|
| 31 |
cortex run gemma2
|
| 32 |
```
|
| 33 |
|