diff --git a/src/perception/vision_pipeline/jetson_install.sh b/src/perception/vision_pipeline/jetson_install.sh index b2f3bd4d8..1908a37c3 100755 --- a/src/perception/vision_pipeline/jetson_install.sh +++ b/src/perception/vision_pipeline/jetson_install.sh @@ -3,7 +3,7 @@ conda activate driverless_env # install pytorch # https://github.com/pytorch/pytorch#from-source -git clone --recursive --branch v1.10.1 https://github.com/pytorch/pytorch +git clone --recursive https://github.com/pytorch/pytorch cd pytorch mamba install -y \ astunparse \