Files
sglang/scripts/ci/musa/musa_install_dependency.sh
2026-02-26 07:45:12 -08:00

6 lines
132 B
Bash
Executable File

#!/bin/bash
set -euo pipefail
PIP_INSTALL="python3 -m pip install --no-cache-dir"
${PIP_INSTALL} --upgrade pip setuptools torchada