Skip to content

Commit 1c7290c

Browse files
committed
fix(sglang): fixed the backend name in the log
1 parent a2423c1 commit 1c7290c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mellea/backends/sglang.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ def _generate_from_raw(
256256
for i in range(len(prompts)):
257257
generate_log = GenerateLog()
258258
generate_log.prompt = prompts[i]
259-
generate_log.backend = f"hf::{self.model_id!s}"
259+
generate_log.backend = f"sglang::{self.model_id!s}"
260260
generate_log.model_options = model_options
261261
generate_log.date = date
262262
generate_log.model_output = decoded_results

0 commit comments

Comments
 (0)