[AMD] Fix CI RuntimeError: opentelemetry package is not installed (#23940)
Co-authored-by: Bingxu Chen <bingxche@amd.com>
This commit is contained in:
co-authored by
Bingxu Chen
parent
d9270b8c6a
commit
180bb2624f
@@ -167,7 +167,7 @@ test = [
|
||||
"tabulate",
|
||||
]
|
||||
|
||||
all_hip = ["sglang[srt_hip]", "sglang[diffusion_hip]"]
|
||||
all_hip = ["sglang[srt_hip]", "sglang[diffusion_hip]", "sglang[tracing]"]
|
||||
all_hpu = ["sglang[srt_hpu]"]
|
||||
all_musa = ["sglang[srt_musa]", "sglang[diffusion_musa]"]
|
||||
all_mps = ["sglang[srt_mps]", "sglang[diffusion_mps]"]
|
||||
|
||||
@@ -26,9 +26,9 @@ done
|
||||
OPTIONAL_DEPS="${1:-}"
|
||||
|
||||
# Build python extras
|
||||
EXTRAS="dev_hip"
|
||||
EXTRAS="dev_hip,tracing"
|
||||
if [ -n "$OPTIONAL_DEPS" ]; then
|
||||
EXTRAS="dev_hip,${OPTIONAL_DEPS}"
|
||||
EXTRAS="dev_hip,tracing,${OPTIONAL_DEPS}"
|
||||
fi
|
||||
echo "Installing python extras: [${EXTRAS}]"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user