Update README.md
Browse files
README.md
CHANGED
@@ -12,13 +12,13 @@ Qwen2 is the new series of Qwen large language models. For Qwen2, we release a n
|
|
12 |
|
13 |
| No | Variant | Cortex CLI command |
|
14 |
| --- | --- | --- |
|
15 |
-
| 1 | [
|
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/qwen2
|
23 |
```
|
24 |
|
@@ -26,12 +26,12 @@ Qwen2 is the new series of Qwen large language models. For Qwen2, we release a n
|
|
26 |
|
27 |
1. Install **Cortex** using [Quickstart](https://cortex.jan.ai/docs/quickstart)
|
28 |
2. Run the model with command:
|
29 |
-
```
|
30 |
cortex run qwen2
|
31 |
```
|
32 |
|
33 |
## Credits
|
34 |
|
35 |
-
- **Author:**
|
36 |
- **Converter:** [Homebrew](https://www.homebrew.ltd/)
|
37 |
- **Original License:** [Licence](https://huggingface.co/Qwen/Qwen2-72B-Instruct/blob/main/LICENSE)
|
|
|
12 |
|
13 |
| No | Variant | Cortex CLI command |
|
14 |
| --- | --- | --- |
|
15 |
+
| 1 | [gguf](https://huggingface.co/cortexso/qwen2/tree/main) | `cortex run qwen2` |
|
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 |
+
```bash
|
22 |
cortexhub/qwen2
|
23 |
```
|
24 |
|
|
|
26 |
|
27 |
1. Install **Cortex** using [Quickstart](https://cortex.jan.ai/docs/quickstart)
|
28 |
2. Run the model with command:
|
29 |
+
```bash
|
30 |
cortex run qwen2
|
31 |
```
|
32 |
|
33 |
## Credits
|
34 |
|
35 |
+
- **Author:** Qwen
|
36 |
- **Converter:** [Homebrew](https://www.homebrew.ltd/)
|
37 |
- **Original License:** [Licence](https://huggingface.co/Qwen/Qwen2-72B-Instruct/blob/main/LICENSE)
|