Pham
commited on
Commit
•
5d61621
1
Parent(s):
89f3e10
rename cortexso
Browse files
README.md
CHANGED
@@ -10,17 +10,17 @@ The [Phi-3](https://huggingface.co/microsoft/Phi-3-mini-4k-instruct), state-of-t
|
|
10 |
|
11 |
| No | Variant | Cortex CLI command |
|
12 |
| --- | --- | --- |
|
13 |
-
| 1 | [mini-onnx](https://huggingface.co/
|
14 |
-
| 2 | [mini-gguf](https://huggingface.co/
|
15 |
-
| 3 | [medium-gguf](https://huggingface.co/
|
16 |
-
| 4 | [medium-onnx](https://huggingface.co/
|
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 |
-
|
24 |
```
|
25 |
|
26 |
## Use it with Cortex (CLI)
|
|
|
10 |
|
11 |
| No | Variant | Cortex CLI command |
|
12 |
| --- | --- | --- |
|
13 |
+
| 1 | [mini-onnx](https://huggingface.co/cortexso/phi3/tree/mini-onnx) | `cortex run phi3:mini-onnx` |
|
14 |
+
| 2 | [mini-gguf](https://huggingface.co/cortexso/phi3/tree/mini-gguf) | `cortex run phi3:mini-gguf` |
|
15 |
+
| 3 | [medium-gguf](https://huggingface.co/cortexso/phi3/tree/medium-gguf) | `cortex run phi3:medium-gguf` |
|
16 |
+
| 4 | [medium-onnx](https://huggingface.co/cortexso/phi3/tree/medium-onnx) | `cortex run phi3:medium-onnx` |
|
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/phi3
|
24 |
```
|
25 |
|
26 |
## Use it with Cortex (CLI)
|