Update README.md
Browse files
README.md
CHANGED
|
@@ -13,6 +13,14 @@ The Sailor2 community is to build open large language models optimized for multi
|
|
| 13 |
|
| 14 |
Read more details about Sailor2 at https://sea-sailor.github.io/blog/sailor2/.
|
| 15 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 16 |
---
|
| 17 |
|
| 18 |
<details open>
|
|
|
|
| 13 |
|
| 14 |
Read more details about Sailor2 at https://sea-sailor.github.io/blog/sailor2/.
|
| 15 |
|
| 16 |
+
Now you can use the following command to run Sailor2 chat models locally:
|
| 17 |
+
|
| 18 |
+
```
|
| 19 |
+
ollama run sailor2:1b
|
| 20 |
+
ollama run sailor2
|
| 21 |
+
ollama run sailor2:20b
|
| 22 |
+
```
|
| 23 |
+
|
| 24 |
---
|
| 25 |
|
| 26 |
<details open>
|