Unverified Commit ecd5443d authored by Yanan Cao's avatar Yanan Cao Committed by GitHub
Browse files

Bump helion dependency from 0.3.2 to 0.3.3 (#38062)


Signed-off-by: default avatarYanan Cao <gmagogsfm@gmail.com>
Co-authored-by: default avatarClaude Opus 4.6 <noreply@anthropic.com>
parent 58262dec
...@@ -790,7 +790,7 @@ steps: ...@@ -790,7 +790,7 @@ steps:
- tests/kernels/helion/ - tests/kernels/helion/
- vllm/platforms/rocm.py - vllm/platforms/rocm.py
commands: commands:
- pip install helion - pip install helion==0.3.3
- pytest -v -s kernels/helion/ - pytest -v -s kernels/helion/
......
...@@ -139,7 +139,7 @@ steps: ...@@ -139,7 +139,7 @@ steps:
- vllm/utils/import_utils.py - vllm/utils/import_utils.py
- tests/kernels/helion/ - tests/kernels/helion/
commands: commands:
- pip install helion - pip install helion==0.3.3
- pytest -v -s kernels/helion/ - pytest -v -s kernels/helion/
......
...@@ -1063,7 +1063,10 @@ setup( ...@@ -1063,7 +1063,10 @@ setup(
# Optional deps for AMD FP4 quantization support # Optional deps for AMD FP4 quantization support
"petit-kernel": ["petit-kernel"], "petit-kernel": ["petit-kernel"],
# Optional deps for Helion kernel development # Optional deps for Helion kernel development
"helion": ["helion==0.3.2"], # NOTE: When updating helion version, also update CI files:
# - .buildkite/test_areas/kernels.yaml
# - .buildkite/test-amd.yaml
"helion": ["helion==0.3.3"],
# Optional deps for gRPC server (vllm serve --grpc) # Optional deps for gRPC server (vllm serve --grpc)
"grpc": ["smg-grpc-servicer[vllm] >= 0.5.0"], "grpc": ["smg-grpc-servicer[vllm] >= 0.5.0"],
# Optional deps for OpenTelemetry tracing # Optional deps for OpenTelemetry tracing
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment