Pham
commited on
chore: update code block
Browse files
README.md
CHANGED
|
@@ -18,12 +18,18 @@ Meta developed and released the Meta Llama 3 family of large language models (LL
|
|
| 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 |
|
|
|
|
| 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/llama3
|
| 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 llama3
|
| 32 |
+
```
|
| 33 |
|
| 34 |
## Credits
|
| 35 |
|