Skip to content

Commit

Permalink
Add || true in install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
vfbd committed Jun 20, 2022
1 parent 50ce0a1 commit b2adc9e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ git submodule sync
git submodule update --remote --init --recursive
${1:-python3} -m pip uninstall -y mtj-softtuner
${1:-python3} -m pip install .
apt install aria2 2> /dev/null # For faster model downloads in Colab
apt install aria2 2> /dev/null || true # For faster model downloads in Colab
2 changes: 1 addition & 1 deletion mtj_softtuner/kobold

0 comments on commit b2adc9e

Please sign in to comment.