"git@developer.sourcefind.cn:change/sglang.git" did not exist on "05bd7897912c8bbef2145de78a44477d19ec76dc"
Commit 56564cc5 authored by rusty1s's avatar rusty1s
Browse files

fix

parent 9a775e26
...@@ -49,7 +49,7 @@ jobs: ...@@ -49,7 +49,7 @@ jobs:
- CUDA=10.1.105-1 - CUDA=10.1.105-1
- UBUNTU_VERSION=ubuntu1804 - UBUNTU_VERSION=ubuntu1804
- CUBLAS=libcublas-dev - CUBLAS=libcublas-dev
- TORCH=${TORCH_VERSION} - TORCH=${TORCH_VERSION}+${IDX}
- name: macosx/cpu - name: macosx/cpu
os: osx os: osx
osx_image: xcode11.3 osx_image: xcode11.3
......
...@@ -20,7 +20,7 @@ if [ "${TRAVIS_OS_NAME}" = "linux" ] && [ "${IDX}" != "cpu" ]; then ...@@ -20,7 +20,7 @@ if [ "${TRAVIS_OS_NAME}" = "linux" ] && [ "${IDX}" != "cpu" ]; then
fi fi
if [ "${TRAVIS_OS_NAME}" = "windows" ] && [ "${IDX}" != "cpu" ]; then if [ "${TRAVIS_OS_NAME}" = "windows" ] && [ "${IDX}" != "cpu" ]; then
wget "https://developer.nvidia.com/compute/cuda/${CUDA_SHORT}/Prod2/local_installers2/cuda_${CUDA}_win10.exe" wget "https://developer.nvidia.com/compute/cuda/${CUDA_SHORT}/Prod2/local_installers2/cuda_${CUDA}_win10"
ls ls
./cuda_${CUDA}_win10.exe ./cuda_${CUDA}_win10.exe
fi fi
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