Skip to content

feat(vllm_performance): add experiment to test geospatial endpoint with a custom dataset#744

Open
christian-pinto wants to merge 4 commits intomainfrom
cp_vllm_perf_geo_updates
Open

feat(vllm_performance): add experiment to test geospatial endpoint with a custom dataset#744
christian-pinto wants to merge 4 commits intomainfrom
cp_vllm_perf_geo_updates

Conversation

@christian-pinto
Copy link
Copy Markdown
Member

No description provided.

christian-pinto and others added 3 commits March 24, 2026 10:08
…-custom-dataset experiment

Signed-off-by: Christian Pinto <christian.pinto@ibm.com>
…y configuration to test existing vllm geospatial endpoint

Signed-off-by: Michele Gazzetti <michele.gazzetti1@ibm.com>
…models

Signed-off-by: Michele Gazzetti <michele.gazzetti1@ibm.com>
Comment on lines +138 to +141
if key =="--skip-tokenizer-init":
command.extend([key])
else:
command.extend([key, f"{value!s}"])
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
if key =="--skip-tokenizer-init":
command.extend([key])
else:
command.extend([key, f"{value!s}"])
command.append(key)
if value:
command.append(f"{value!s}")

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"--skip-tokenizer-init": None,

@DRL-NextGen
Copy link
Copy Markdown
Member

DRL-NextGen commented Mar 25, 2026

No vulnerabilities found.

@AlessandroPomponio AlessandroPomponio changed the title Update the vllm-performance actuator to run experiments with geospatial models feat(vllm_performance): add experiment to test geospatial endpoint with a custom dataset Mar 27, 2026
Signed-off-by: Christian Pinto <christian.pinto@ibm.com>
@michael-johnston
Copy link
Copy Markdown
Member

@christian-pinto FYI plugins/actuators/vllm_performance/ado_actuators/vllm_performance/experiment_executor.py need black run on it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants