[CI] [Tracing] Add ci for tracing and fix bugs (#21740)

This commit is contained in:
Feng Su
2026-04-02 10:50:50 -07:00
committed by GitHub
parent 2278a321ca
commit 8732b2e9c6
7 changed files with 1037 additions and 319 deletions
+2 -2
View File
@@ -218,9 +218,9 @@ mark_step_done "Uninstall Flashinfer"
# Install main package
# ------------------------------------------------------------------------------
# Install the main package
EXTRAS="dev,runai"
EXTRAS="dev,runai,tracing"
if [ -n "$OPTIONAL_DEPS" ]; then
EXTRAS="dev,runai,${OPTIONAL_DEPS}"
EXTRAS="dev,runai,tracing,${OPTIONAL_DEPS}"
fi
echo "Installing python extras: [${EXTRAS}]"
source "$(dirname "$0")/cache_nvidia_wheels.sh"