Skip to content

Commit 1d0a69c

Browse files
committed
fix tools/setup_vendor.sh
1 parent d1e001b commit 1d0a69c

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

tools/setup_vendor.sh

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ SUPPORTED_VENDORS=(
66
"nvidia"
77
"iluvatar"
88
)
9+
export FLAGOS_PYPI="https://resource.flagos.net/repository/flagos-pypi-${VENDOR}/simple"
910

1011
valid_vendor() {
1112
needle=$1
@@ -30,15 +31,14 @@ case $VENDOR in
3031
# Install PyTorch and Triton with CUDA support
3132
uv pip install --index ${FLAGOS_PYPI} \
3233
"torch==2.9.1+cu128" \
33-
"torchvision==0.24.1+cu128" \
34-
"triton==3.6.0"
34+
"torchvision==0.24.1+cu128"
3535
# Install FlagBLAS in editable mode
3636
uv pip install -e .
3737
uv pip install ".[test]"
3838

39-
# uv pip uninstall triton
40-
# uv pip install --index ${FLAGOS_PYPI} \
41-
# flagtree==0.5.0
39+
uv pip uninstall triton
40+
uv pip install --index ${FLAGOS_PYPI} \
41+
flagtree==0.5.0
4242
;;
4343

4444
iluvatar)

0 commit comments

Comments
 (0)