Pham commited on
Commit
341ccd8
·
verified ·
1 Parent(s): 250a538

chore: u‌‌pdat‌e code block

Browse files
Files changed (1) hide show
  1. README.md +8 -2
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 `cortexhub/llama3` 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 llama3`
 
 
 
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