"rust/git@developer.sourcefind.cn:change/sglang.git" did not exist on "499c85f1318d5ad914a599050bd3f616a28007e0"
Commit ffc95308 authored by rusty1s's avatar rusty1s
Browse files

test other versions

parent cf9b130a
......@@ -9,12 +9,12 @@ env:
global:
- CUDA_HOME=/usr/local/cuda
jobs:
- TORCH_VERSION=1.4.0 PYTHON_VERSION=3.8.1 IDX=cpu
- TORCH_VERSION=1.4.0 PYTHON_VERSION=3.8.1 IDX=cu92
# - TORCH_VERSION=1.4.0 PYTHON_VERSION=3.8.1 IDX=cpu
# - TORCH_VERSION=1.4.0 PYTHON_VERSION=3.8.1 IDX=cu92
# - TORCH_VERSION=1.4.0 PYTHON_VERSION=3.8.1 IDX=cu100
# - TORCH_VERSION=1.4.0 PYTHON_VERSION=3.8.1 IDX=cu101
# - TORCH_VERSION=1.4.0 PYTHON_VERSION=3.7.6 IDX=cpu
# - TORCH_VERSION=1.4.0 PYTHON_VERSION=3.7.6 IDX=cu92
- TORCH_VERSION=1.4.0 PYTHON_VERSION=3.7.6 IDX=cpu
- TORCH_VERSION=1.4.0 PYTHON_VERSION=3.7.6 IDX=cu92
# - TORCH_VERSION=1.4.0 PYTHON_VERSION=3.7.6 IDX=cu100
# - TORCH_VERSION=1.4.0 PYTHON_VERSION=3.7.6 IDX=cu101
# - TORCH_VERSION=1.4.0 PYTHON_VERSION=3.6.10 IDX=cpu
......
......@@ -5,7 +5,6 @@ if [ "${TRAVIS_OS_NAME}" = "linux" ]; then
chmod +x miniconda.sh
./miniconda.sh -b
PATH=/home/travis/miniconda3/bin:${PATH}
conda update --yes conda
fi
if [ "${TRAVIS_OS_NAME}" = "osx" ]; then
......@@ -13,7 +12,6 @@ if [ "${TRAVIS_OS_NAME}" = "osx" ]; then
chmod +x miniconda.sh
./miniconda.sh -b
PATH=/Users/travis/miniconda3/bin:${PATH}
conda update --yes conda
fi
......@@ -21,3 +19,5 @@ if [ "${TRAVIS_OS_NAME}" = "windows" ]; then
choco install miniconda3
PATH=/c/tools/miniconda3/Scripts:$PATH
fi
conda update --yes conda
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment