From 20a56ce7d100f3e429e667ccecc1dc65eeb79ed4 Mon Sep 17 00:00:00 2001 From: Alexandre Strube Date: Mon, 7 Apr 2025 19:45:27 +0200 Subject: [PATCH] This fixes lightllm's imports to the latest version --- fastchat/serve/lightllm_worker.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fastchat/serve/lightllm_worker.py b/fastchat/serve/lightllm_worker.py index ed0e21b68..456e063e6 100644 --- a/fastchat/serve/lightllm_worker.py +++ b/fastchat/serve/lightllm_worker.py @@ -24,7 +24,7 @@ worker_id, ) -from lightllm.server.sampling_params import SamplingParams +from lightllm.server.core.objs.py_sampling_params import SamplingParams from lightllm.server.multimodal_params import MultimodalParams from lightllm.server.httpserver.manager import HttpServerManager from lightllm.server.detokenization.manager import start_detokenization_process