GGUF
Inference Endpoints
conversational
Pham commited on
Commit
f934bf9
1 Parent(s): eed3c4d

chore: u‌‌pdat‌e code block

Browse files
Files changed (1) hide show
  1. README.md +10 -4
README.md CHANGED
@@ -18,13 +18,19 @@ The Phi-3, state-of-the-art open model trained with the Phi-3 datasets that incl
18
  ## Use it with Jan (UI)
19
 
20
  1. Install **Jan** using [Quickstart](https://jan.ai/docs/quickstart)
21
- 2. Use `cortexhub/phi3` in Jan model Hub
22
-
 
 
 
23
  ## Use it with Cortex (CLI)
24
 
25
  1. Install **Cortex** using [Quickstart](https://cortex.jan.ai/docs/quickstart)
26
- 2. Run the model with the command: `cortex run phi3`
27
-
 
 
 
28
  ## Credits
29
 
30
  - **Author:** Microsoft
 
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
+ cortexhub/phi3
24
+ ```
25
+
26
  ## Use it with Cortex (CLI)
27
 
28
  1. Install **Cortex** using [Quickstart](https://cortex.jan.ai/docs/quickstart)
29
+ 2. Run the model with command:
30
+ ```
31
+ cortex run phi3
32
+ ```
33
+
34
  ## Credits
35
 
36
  - **Author:** Microsoft