Minh141120 commited on
Commit
593beed
·
verified ·
1 Parent(s): b54f9e6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -7
README.md CHANGED
@@ -1,5 +1,8 @@
1
  ---
2
  license: apache-2.0
 
 
 
3
  ---
4
 
5
  ## Overview
@@ -10,17 +13,14 @@ OpenHermes 2.5 Mistral 7B is a state of the art Mistral Fine-tune, a continuatio
10
 
11
  | No | Variant | Cortex CLI command |
12
  | --- | --- | --- |
13
- | 1 | [7b-onnx](https://huggingface.co/cortexhub/openhermes-2.5/tree/7b-onnx) | `cortex run openhermes-2.5:7b-onnx` |
14
- | 2 | [7b-tensorrt-llm-linux-ada](https://huggingface.co/cortexhub/openhermes-2.5/tree/7b-tensorrt-llm-linux-ada) | `cortex run openhermes-2.5:7b-tensorrt-llm-linux-ada` |
15
- | 3 | [7b-tensorrt-llm-windows-ada](https://huggingface.co/cortexhub/openhermes-2.5/tree/7b-tensorrt-llm-windows-ada) | `cortex run openhermes-2.5:7b-tensorrt-llm-windows-ada` |
16
- | 4 | [7b-tensorrt-llm-windows-ampere](https://huggingface.co/cortexhub/openhermes-2.5/tree/7b-tensorrt-llm-windows-ampere) | `cortex run openhermes-2.5:7b-tensorrt-llm-windows-ampere` |
17
- | 5 | [tensorrt-llm](https://huggingface.co/cortexhub/openhermes-2.5/tree/7b-tensorrt-llm-windows-ada) | `cortex run openhermes-2.5:tensorrt-llm` |
18
 
19
  ## Use it with Jan (UI)
20
 
21
  1. Install **Jan** using [Quickstart](https://jan.ai/docs/quickstart)
22
  2. Use in Jan model Hub:
23
- ```
24
  cortexhub/openhermes-2.5
25
  ```
26
 
@@ -28,7 +28,7 @@ OpenHermes 2.5 Mistral 7B is a state of the art Mistral Fine-tune, a continuatio
28
 
29
  1. Install **Cortex** using [Quickstart](https://cortex.jan.ai/docs/quickstart)
30
  2. Run the model with command:
31
- ```
32
  cortex run openhermes-2.5
33
  ```
34
 
 
1
  ---
2
  license: apache-2.0
3
+ pipeline_tag: text-generation
4
+ tags:
5
+ - cortex.cpp
6
  ---
7
 
8
  ## Overview
 
13
 
14
  | No | Variant | Cortex CLI command |
15
  | --- | --- | --- |
16
+ | 1 | [gguf](https://huggingface.co/cortexso/openhermes-2.5/tree/main) | `cortex run openhermes-2.5` |
17
+
 
 
 
18
 
19
  ## Use it with Jan (UI)
20
 
21
  1. Install **Jan** using [Quickstart](https://jan.ai/docs/quickstart)
22
  2. Use in Jan model Hub:
23
+ ```bash
24
  cortexhub/openhermes-2.5
25
  ```
26
 
 
28
 
29
  1. Install **Cortex** using [Quickstart](https://cortex.jan.ai/docs/quickstart)
30
  2. Run the model with command:
31
+ ```bash
32
  cortex run openhermes-2.5
33
  ```
34