This commit is contained in:
csunny
2023-05-05 20:21:39 +08:00
parent a164d2f156
commit b7b4a1fb63

View File

@@ -14,7 +14,7 @@ from fastchat.serve.inference import load_model
from pilot.model.loader import ModerLoader from pilot.model.loader import ModerLoader
from pilot.configs.model_config import * from pilot.configs.model_config import *
model_path = llm_model_config[LLM_MODEL] model_path = LLM_MODEL_CONFIG[LLM_MODEL]
global_counter = 0 global_counter = 0