We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63179e1 commit f876b21Copy full SHA for f876b21
1 file changed
ci/scripts/CI_ENV.sh
@@ -33,12 +33,12 @@ export PYTEST_ADDOPTS='-o cache_dir=/tmp/.pytest_cache'
33
# Some DDP test will cost more than 300s, set it to 600 avoid timeout error.
34
export DISTRIBUTED_TESTS_DEFAULT_TIMEOUT=600
35
36
-# proxy_off
37
-# pip install .[all]
+proxy_off
+pip install -e .[all]
38
39
-# TORCH_VERSION=$(python -c "import torch;print(torch.__version__.split('+')[0])")
40
-# if [[ $TORCH_VERSION == "2.9.1" ]]; then
41
-# pip install nvidia-cudnn-cu12==9.15.1.9
42
-# fi
+TORCH_VERSION=$(python -c "import torch;print(torch.__version__.split('+')[0])")
+if [[ $TORCH_VERSION == "2.9.1" ]]; then
+ pip install nvidia-cudnn-cu12==9.15.1.9
+fi
43
44
-# export PYTHONPATH=${LM_DEPLOY}:$PYTHONPATH
+export PYTHONPATH=${LM_DEPLOY}:$PYTHONPATH
0 commit comments