Update README.md
Browse files
README.md
CHANGED
@@ -1,23 +1,25 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
|
|
|
|
|
|
3 |
---
|
4 |
|
5 |
## Overview
|
6 |
|
7 |
-
|
8 |
|
9 |
## Variants
|
10 |
|
11 |
| No | Variant | Cortex CLI command |
|
12 |
| --- | --- | --- |
|
13 |
-
|
|
14 |
-
| 3 | [main/default](https://huggingface.co/cortexso/llama3.1/tree/main) | `cortex run mistral-nemo` |
|
15 |
|
16 |
## Use it with Jan (UI)
|
17 |
|
18 |
1. Install **Jan** using [Quickstart](https://jan.ai/docs/quickstart)
|
19 |
2. Use in Jan model Hub:
|
20 |
-
```
|
21 |
cortexso/mistral-nemo
|
22 |
```
|
23 |
|
@@ -25,13 +27,13 @@ mistralai developed and released the [Mistral-Nemo](https://huggingface.co/mistr
|
|
25 |
|
26 |
1. Install **Cortex** using [Quickstart](https://cortex.jan.ai/docs/quickstart)
|
27 |
2. Run the model with command:
|
28 |
-
```
|
29 |
cortex run mistral-nemo
|
30 |
```
|
31 |
|
32 |
## Credits
|
33 |
|
34 |
-
- **Author:**
|
35 |
- **Converter:** [Homebrew](https://www.homebrew.ltd/)
|
36 |
- **Original License:** Apache 2 License
|
37 |
- **Papers:** [Mistral Nemo Blog](https://mistral.ai/news/mistral-nemo/)
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
pipeline_tag: text-generation
|
4 |
+
tags:
|
5 |
+
- cortex.cpp
|
6 |
---
|
7 |
|
8 |
## Overview
|
9 |
|
10 |
+
Mistralai developed and released the [Mistral-Nemo](https://huggingface.co/mistralai/Mistral-Nemo-Instruct-2407) family of large language models (LLMs).
|
11 |
|
12 |
## Variants
|
13 |
|
14 |
| No | Variant | Cortex CLI command |
|
15 |
| --- | --- | --- |
|
16 |
+
| 1 | [gguf](https://huggingface.co/cortexso/mistral-nemo/tree/main) | `cortex run mistral-nemo` ||
|
|
|
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/mistral-nemo
|
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 mistral-nemo
|
32 |
```
|
33 |
|
34 |
## Credits
|
35 |
|
36 |
+
- **Author:** MistralAI
|
37 |
- **Converter:** [Homebrew](https://www.homebrew.ltd/)
|
38 |
- **Original License:** Apache 2 License
|
39 |
- **Papers:** [Mistral Nemo Blog](https://mistral.ai/news/mistral-nemo/)
|