Skip to content

Commit

Permalink
don't fail on empty rm
Browse files Browse the repository at this point in the history
  • Loading branch information
HPPinata committed Nov 24, 2024
1 parent bc2d19e commit 1a2f7c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion horde_worker_regen/amd_go_fast/install_amd_go_fast.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ if [ "${FLASH_ATTENTION_USE_TRITON_ROCM^^}" == "TRUE" ]; then
else
echo "Did not detect support for AMD GO FAST. Cleaning up."
pip uninstall flash_attn
rm "${PY_SITE_DIR}"/hordelib/nodes/amd_go_fast.py
rm -f "${PY_SITE_DIR}"/hordelib/nodes/amd_go_fast.py
fi

0 comments on commit 1a2f7c6

Please sign in to comment.