Skip to content

Commit

Permalink
improve tests
Browse files Browse the repository at this point in the history
  • Loading branch information
albertbou92 committed Aug 8, 2024
1 parent e22b491 commit 696bb51
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/unittest/install_dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ python -m pip install atomInSmiles
python -m pip install safe-mol
python -m pip install smizip
python -m pip install molbloom
python -m pip causal-conv1d>=1.4.0
python -m pip mamba-ssm==1.2.2
python -m pip install causal-conv1d>=1.4.0
python -m pip install mamba-ssm==1.2.2

# Verify installations
python -c "import transformers; print(transformers.__version__)"
Expand Down
4 changes: 2 additions & 2 deletions .github/unittest/install_dependencies_nightly.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ python -m pip install atomInSmiles
python -m pip install safe-mol
python -m pip install smizip
python -m pip install molbloom
python -m pip causal-conv1d>=1.4.0
python -m pip mamba-ssm==1.2.2
python -m pip install causal-conv1d>=1.4.0
python -m pip install mamba-ssm==1.2.2

# Verify installations
python -c "import transformers; print(transformers.__version__)"
Expand Down

0 comments on commit 696bb51

Please sign in to comment.