Update README.md
Browse files
README.md
CHANGED
|
@@ -34,16 +34,16 @@ base_model: appvoid/arco-3
|
|
| 34 |
|
| 35 |
## Usage
|
| 36 |
|
| 37 |
-
**
|
| 38 |
|
| 39 |
```bash
|
| 40 |
-
llama-cli --hf "appvoid/arco-3-
|
| 41 |
```
|
| 42 |
|
| 43 |
-
**
|
| 44 |
|
| 45 |
```bash
|
| 46 |
-
llama-server --hf "appvoid/arco-3-
|
| 47 |
```
|
| 48 |
---
|
| 49 |
|
|
|
|
| 34 |
|
| 35 |
## Usage
|
| 36 |
|
| 37 |
+
**CLI**
|
| 38 |
|
| 39 |
```bash
|
| 40 |
+
llama-cli --hf "appvoid/arco-3-gguf:Q8_0" -p "The meaning to life and the universe is"
|
| 41 |
```
|
| 42 |
|
| 43 |
+
**Server**
|
| 44 |
|
| 45 |
```bash
|
| 46 |
+
llama-server --hf "appvoid/arco-3-gguf:Q8_0" -c 4096
|
| 47 |
```
|
| 48 |
---
|
| 49 |
|