Skip to content

Commit f645e88

Browse files
ngxsonServeurpersoCom
authored andcommitted
also remove arg LLAMA_ARG_MODELS_PRESET for child
1 parent 97de311 commit f645e88

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/server/server-models.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,7 @@ server_presets::server_presets(int argc, char ** argv, common_params & base_para
157157
env == "LLAMA_ARG_API_KEY" ||
158158
env == "LLAMA_ARG_MODELS_DIR" ||
159159
env == "LLAMA_ARG_MODELS_MAX" ||
160+
env == "LLAMA_ARG_MODELS_PRESET" ||
160161
env == "LLAMA_ARG_MODEL" ||
161162
env == "LLAMA_ARG_MMPROJ" ||
162163
env == "LLAMA_ARG_HF_REPO" ||

0 commit comments

Comments
 (0)