Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
d88c8666
Unverified
Commit
d88c8666
authored
Feb 12, 2025
by
Michael Goin
Committed by
GitHub
Feb 13, 2025
Browse files
[Bugfix][Example] Fix GCed profiling server for TPU (#12792)
Signed-off-by:
mgoin
<
michael@neuralmagic.com
>
parent
4fc5c23b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
examples/offline_inference/profiling_tpu/profiling.py
examples/offline_inference/profiling_tpu/profiling.py
+1
-1
No files found.
examples/offline_inference/profiling_tpu/profiling.py
View file @
d88c8666
...
...
@@ -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
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment