".github/git@developer.sourcefind.cn:change/sglang.git" did not exist on "a72342f180fdbdcc7af2ad24e98959f53cbf3bc1"
Commit efd3ce3d authored by rusty1s's avatar rusty1s
Browse files

fix torch

parent 89697c04
...@@ -105,7 +105,7 @@ install: ...@@ -105,7 +105,7 @@ install:
- pip3 install --upgrade pip - pip3 install --upgrade pip
- source script/install.sh - source script/install.sh
- pip3 install numpy - pip3 install numpy
- pip3 install torch==${TORCH}+${IDX} -f https://download.pytorch.org/whl/torch_stable.html - pip3 install torch==${TORCH} -f https://download.pytorch.org/whl/torch_stable.html
- pip3 install flake8 - pip3 install flake8
- pip3 install codecov - pip3 install codecov
- python3 setup.py install || python setup.py install - python3 setup.py install || python setup.py install
......
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