mirror of
https://github.com/vllm-project/vllm.git
synced 2026-08-22 21:50:15 +00:00
[Bugfix][Example] Fix GCed profiling server for TPU (#12792)
Signed-off-by: mgoin <[email protected]>
This commit is contained in:
@@ -24,7 +24,7 @@ def main(args: argparse.Namespace):
|
||||
|
||||
engine_args = EngineArgs.from_cli_args(args)
|
||||
llm = LLM(**dataclasses.asdict(engine_args))
|
||||
_ = xp.start_server(9012)
|
||||
server = xp.start_server(9012) # noqa: F841
|
||||
|
||||
sampling_params = SamplingParams(
|
||||
temperature=0.0,
|
||||
|
||||
Reference in New Issue
Block a user