Skip to content

Commit

Permalink
make everything explicit, was downloading the wrong version fo torchrl
Browse files Browse the repository at this point in the history
  • Loading branch information
MorganCThomas committed Nov 18, 2024
1 parent e1d4a25 commit 97c3668
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/unittest/install_dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ python -m pip install --upgrade pip
# Install required dependencies
python -m pip install flake8 pytest pytest-cov hydra-core tqdm
python -m pip install torch torchvision
python -m pip install -r acegen-open/requirements.txt
python -m pip install git+https://github.com/pytorch/rl.git@767a877a0a93d41a9b7935598da0ded4c984904f
python -m pip install git+https://github.com/pytorch/tensordict.git@3812ca62d0d5db7d337592d99934e32a3d2b4bfd

# Install additional dependencies
python -m pip install transformers promptsmiles MolScore
Expand Down

0 comments on commit 97c3668

Please sign in to comment.