Update README.md
Browse files
README.md
CHANGED
@@ -19,7 +19,7 @@ Meta developed and released the [Meta Llama 3.1](https://huggingface.co/meta-lla
|
|
19 |
|
20 |
1. Install **Jan** using [Quickstart](https://jan.ai/docs/quickstart)
|
21 |
2. Use in Jan model Hub:
|
22 |
-
```
|
23 |
cortexso/llama3.1
|
24 |
```
|
25 |
|
@@ -27,7 +27,7 @@ Meta developed and released the [Meta Llama 3.1](https://huggingface.co/meta-lla
|
|
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.1
|
32 |
```
|
33 |
|
@@ -36,4 +36,4 @@ Meta developed and released the [Meta Llama 3.1](https://huggingface.co/meta-lla
|
|
36 |
- **Author:** Meta
|
37 |
- **Converter:** [Homebrew](https://www.homebrew.ltd/)
|
38 |
- **Original License:** [License](https://huggingface.co/meta-llama/Meta-Llama-3.1-8B/blob/main/LICENSE)
|
39 |
-
- **Papers:** [Llama-3.1 Blog](https://
|
|
|
19 |
|
20 |
1. Install **Jan** using [Quickstart](https://jan.ai/docs/quickstart)
|
21 |
2. Use in Jan model Hub:
|
22 |
+
```bash
|
23 |
cortexso/llama3.1
|
24 |
```
|
25 |
|
|
|
27 |
|
28 |
1. Install **Cortex** using [Quickstart](https://cortex.jan.ai/docs/quickstart)
|
29 |
2. Run the model with command:
|
30 |
+
```bash
|
31 |
cortex run llama3.1
|
32 |
```
|
33 |
|
|
|
36 |
- **Author:** Meta
|
37 |
- **Converter:** [Homebrew](https://www.homebrew.ltd/)
|
38 |
- **Original License:** [License](https://huggingface.co/meta-llama/Meta-Llama-3.1-8B/blob/main/LICENSE)
|
39 |
+
- **Papers:** [Llama-3.1 Blog](https://ai.meta.com/blog/meta-llama-3-1/)
|