We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1e001b commit 1d0a69cCopy full SHA for 1d0a69c
1 file changed
tools/setup_vendor.sh
@@ -6,6 +6,7 @@ SUPPORTED_VENDORS=(
6
"nvidia"
7
"iluvatar"
8
)
9
+export FLAGOS_PYPI="https://resource.flagos.net/repository/flagos-pypi-${VENDOR}/simple"
10
11
valid_vendor() {
12
needle=$1
@@ -30,15 +31,14 @@ case $VENDOR in
30
31
# Install PyTorch and Triton with CUDA support
32
uv pip install --index ${FLAGOS_PYPI} \
33
"torch==2.9.1+cu128" \
- "torchvision==0.24.1+cu128" \
34
- "triton==3.6.0"
+ "torchvision==0.24.1+cu128"
35
# Install FlagBLAS in editable mode
36
uv pip install -e .
37
uv pip install ".[test]"
38
39
- # uv pip uninstall triton
40
- # uv pip install --index ${FLAGOS_PYPI} \
41
- # flagtree==0.5.0
+ uv pip uninstall triton
+ uv pip install --index ${FLAGOS_PYPI} \
+ flagtree==0.5.0
42
;;
43
44
iluvatar)
0 commit comments