Skip to content

Ichristo/vllm results validation fix#76

Open
cijohnson wants to merge 3 commits intomainfrom
ichristo/vllm_results_validation_fix
Open

Ichristo/vllm results validation fix#76
cijohnson wants to merge 3 commits intomainfrom
ichristo/vllm_results_validation_fix

Conversation

@cijohnson
Copy link
Copy Markdown
Contributor

Motivation

Technical Details

Test Plan

Test Result

Submission Checklist

with nested result_dict

- Updated verify_inference_results() to use nested result_dict format with keys 'ISL={isl},OSL={osl},TP={tp},CONC={conc}'
- Each test configuration now validates against its specific thresholds instead of universal thresholds
- Validation now provides detailed error messages with percentage differences for failed metrics
- Removed unused num_prompts variable (lint fix)
- Updated all config files (mi355x_singlenode_vllm.json, mi300x_singlenode_inferencemax.json) with Oracle baseline data:
- Fixed deepseek31 and gpt-oss-120b tests to capture poll_for_inference_completion return value
@cijohnson cijohnson force-pushed the ichristo/vllm_results_validation_fix branch 3 times, most recently from a390911 to 0b0eb3a Compare February 3, 2026 07:06
give user felxibility to input the vllm env variables
if not provided by user defaults will be used.

Signed-off-by: Ignatious Johnson <ichristo@amd.com>
@cijohnson cijohnson force-pushed the ichristo/vllm_results_validation_fix branch 2 times, most recently from 3ab1543 to 68dae09 Compare February 4, 2026 02:00
UnicodeDecodeError in SSH output

- Added _safe_iterator() method to gracefully handle invalid UTF-8 bytes in stdout/stderr
- Method uses iter() to handle both lists (from tests) and iterators (from pssh library)
- Skips malformed lines with warning message and continues processing
- Includes comprehensive unit tests with actual non-UTF-8 bytes (b'\x96', b'\xff\xfe')
- Fixes test failures caused by tqdm progress bars containing invalid UTF-8
@cijohnson cijohnson force-pushed the ichristo/vllm_results_validation_fix branch from 68dae09 to c461731 Compare February 4, 2026 02:53
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.

1 participant