Pham
commited on
chore: update code block
Browse files
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
|
| 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
|
| 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
|