Update README.md
#1
by
xdantk
- opened
README.md
CHANGED
@@ -40,11 +40,11 @@ make LLAMA_CUDA=1
|
|
40 |
### Interactive Chat
|
41 |
```python
|
42 |
|
43 |
-
./main -m APUS-
|
44 |
-
--prompt "You are a helpful assistant." --chatml \
|
45 |
--interactive \
|
46 |
--temp 0.7 \
|
47 |
-
--ctx-size
|
48 |
```
|
49 |
License
|
50 |
|
|
|
40 |
### Interactive Chat
|
41 |
```python
|
42 |
|
43 |
+
./main -m APUS-xDAN4.0-MoE-0402.Q3_K_M_Matrix.gguf \
|
44 |
+
--prompt "You are a helpful assistant named APUS-xDAN4.0 MoE." --chatml \
|
45 |
--interactive \
|
46 |
--temp 0.7 \
|
47 |
+
--ctx-size 2048
|
48 |
```
|
49 |
License
|
50 |
|