DavidAU commited on
Commit
c0a3e72
·
verified ·
1 Parent(s): a37a3d2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -113,7 +113,9 @@ You can set the number of experts in LMStudio (https://lmstudio.ai) at the "load
113
  For Text-Generation-Webui (https://github.com/oobabooga/text-generation-webui) you set the number of experts at the loading screen page.
114
 
115
  For server.exe / Llama-server.exe (Llamacpp - https://github.com/ggerganov/llama.cpp/blob/master/examples/server/README.md )
116
- add the following (CLI): "--override-kv llama.expert_used_count=int:6"
 
 
117
 
118
  (no quotes, where "6" is the number of experts to use)
119
 
 
113
  For Text-Generation-Webui (https://github.com/oobabooga/text-generation-webui) you set the number of experts at the loading screen page.
114
 
115
  For server.exe / Llama-server.exe (Llamacpp - https://github.com/ggerganov/llama.cpp/blob/master/examples/server/README.md )
116
+ add the following to the command line to start the "llamacpp server" (CLI):
117
+
118
+ "--override-kv llama.expert_used_count=int:6"
119
 
120
  (no quotes, where "6" is the number of experts to use)
121