File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ PYTORCH_VERSION="2.9.0"
1212# ROCm/XPU builds vLLM from source (no prebuilt ROCm/XPU wheels available)
1313VLLM_ROCM_VERSION=" v0.10.0"
1414VLLM_XPU_VERSION=" v0.13.0"
15- # IPEX wheels shipped with vLLM has hard python version requirement
15+ # IPEX wheels shipped with vLLM have hard python version requirement
1616IPEX_PYTHON_VERSION=" 3.12"
1717TORCHSTORE_BRANCH=" no-monarch-2026.01.05"
1818# ROCm/XPU builds these from source (no ROCm/XPU wheels); CUDA uses pyproject pins.
Original file line number Diff line number Diff line change @@ -47,6 +47,10 @@ if [ -z "${MONARCH_VERSION:-}" ]; then
4747 log_error " MONARCH_VERSION not set in $VERSIONS_FILE "
4848 exit 1
4949fi
50+ if [ -z " ${IPEX_PYTHON_VERSION:- } " ]; then
51+ log_error " IPEX_PYTHON_VERSION not set in $VERSIONS_FILE "
52+ exit 1
53+ fi
5054
5155# Defaults (override via environment variables)
5256FORGE_DEPS_DIR=" ${FORGE_DEPS_DIR:- $HOME / .cache/ torchforge} "
@@ -294,7 +298,7 @@ install_torchstore() {
294298}
295299
296300install_torchtitan () {
297- log_info " Installing torchtitan from tag ${TORCHTITAN_XPU_COMMIT} "
301+ log_info " Installing torchtitan from commit ${TORCHTITAN_XPU_COMMIT} "
298302 python -m pip install " git+https://github.com/pytorch/torchtitan.git@${TORCHTITAN_XPU_COMMIT} "
299303}
300304
@@ -471,7 +475,7 @@ main() {
471475 install_system_packages " $USE_SUDO "
472476 setup_xpu_env
473477
474- # vLLM install PyTorch + IPEX + creates constraints
478+ # vLLM installs PyTorch + IPEX + creates constraints
475479 install_vllm_xpu
476480
477481 # Everything below is protected by PIP_CONSTRAINT
You can’t perform that action at this time.
0 commit comments