From b7b4a1fb63ba8a00cda7fbf3302cd15ff358bfca Mon Sep 17 00:00:00 2001 From: csunny Date: Fri, 5 May 2023 20:21:39 +0800 Subject: [PATCH] update --- pilot/server/vicuna_server.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pilot/server/vicuna_server.py b/pilot/server/vicuna_server.py index dba68699e..79bc1dab3 100644 --- a/pilot/server/vicuna_server.py +++ b/pilot/server/vicuna_server.py @@ -14,7 +14,7 @@ from fastchat.serve.inference import load_model from pilot.model.loader import ModerLoader from pilot.configs.model_config import * -model_path = llm_model_config[LLM_MODEL] +model_path = LLM_MODEL_CONFIG[LLM_MODEL] global_counter = 0