Update README.md
Browse files
README.md
CHANGED
|
@@ -1,5 +1,8 @@
|
|
| 1 |
---
|
| 2 |
license: gemma
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
| 4 |
|
| 5 |
## Overview
|
|
@@ -10,8 +13,7 @@ The [Gemma](https://huggingface.co/microsoft/Gemma-mini-4k-instruct), state-of-t
|
|
| 10 |
|
| 11 |
| No | Variant | Cortex CLI command |
|
| 12 |
| --- | --- | --- |
|
| 13 |
-
| 1 | [7b-gguf](https://huggingface.co/cortexso/gemma/tree/7b-gguf) | `cortex run gemma:7b
|
| 14 |
-
| 2 | [7b-onnx](https://huggingface.co/cortexso/gemma/tree/7b-onnx) | `cortex run gemma:7b-onnx` |
|
| 15 |
|
| 16 |
## Use it with Jan (UI)
|
| 17 |
|
|
|
|
| 1 |
---
|
| 2 |
license: gemma
|
| 3 |
+
pipeline_tag: text-generation
|
| 4 |
+
tags:
|
| 5 |
+
- cortex.cpp
|
| 6 |
---
|
| 7 |
|
| 8 |
## Overview
|
|
|
|
| 13 |
|
| 14 |
| No | Variant | Cortex CLI command |
|
| 15 |
| --- | --- | --- |
|
| 16 |
+
| 1 | [7b-gguf](https://huggingface.co/cortexso/gemma/tree/7b-gguf) | `cortex run gemma:7b` |
|
|
|
|
| 17 |
|
| 18 |
## Use it with Jan (UI)
|
| 19 |
|