Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -41,10 +41,10 @@ make LLAMA_CUDA=1
41
  ```python
42
 
43
  ./main -m APUS-xDAN-4.0-quanzied_version.gguf \
44
- --prompt "You are a helpful assistant." --chatml \
45
  --interactive \
46
  --temp 0.7 \
47
- --ctx-size 4096
48
  ```
49
  License
50
 
 
41
  ```python
42
 
43
  ./main -m APUS-xDAN-4.0-quanzied_version.gguf \
44
+ --prompt "You are a helpful assistant named APUS-xDAN4.0 MoE." --chatml \
45
  --interactive \
46
  --temp 0.7 \
47
+ --ctx-size 4096 (32k)
48
  ```
49
  License
50