File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -9,10 +9,10 @@ export PYTHONPATH="./python":${PYTHONPATH:-""}
9
9
if [[ -n ${MLC_CI_SETUP_DEPS:- } ]]; then
10
10
echo " MLC_CI_SETUP_DEPS=1 start setup deps"
11
11
# TVM Unity is a dependency to this testing
12
- pip install --quiet -- pre -U --no-index -f https://mlc.ai/wheels mlc-ai-nightly-cpu
12
+ pip install --pre -U -f https://mlc.ai/wheels mlc-ai-nightly-cpu
13
13
pip install apache-tvm-ffi
14
14
pip install requests triton
15
- pip install --quiet -- pre -U cuda-python
15
+ pip install --pre -U cuda-python
16
16
fi
17
17
18
18
pylint --jobs $NUM_THREADS ./python/
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ dependencies = [
38
38
" apache-tvm-ffi" ,
39
39
" datasets" ,
40
40
" fastapi" ,
41
- " flashinfer-python==0.2.14" ,
41
+ " flashinfer-python==0.2.14; sys_platform == 'linux' " ,
42
42
" ml_dtypes>=0.5.1" ,
43
43
" openai" ,
44
44
" pandas" ,
You can’t perform that action at this time.
0 commit comments