From d86d192aee671553f163c012e7ff3db0d6b7289a Mon Sep 17 00:00:00 2001 From: rdanecek <danekradek@gmail.com> Date: Thu, 9 Feb 2023 17:49:11 +0100 Subject: [PATCH] Update installation script --- install_38.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/install_38.sh b/install_38.sh index e02d516e..0c01f75f 100755 --- a/install_38.sh +++ b/install_38.sh @@ -15,9 +15,8 @@ echo "Installing GDL" pip install Cython==0.29 pip install -e . echo "Making sure Pytorch3D installed correctly" -pip install git+https://github.com/facebookresearch/pytorch3d.git@v0.6.0 -echo "Installing avhubert and fairseq" -cd external/av_hubert/fairseq +pip install git+https://github.com/facebookresearch/pytorch3d.git@v0.6.2 +echo "Installing other requirements" pip install -e . cd .. pip install -r requirements.txt -- GitLab