diff --git a/horde_worker_regen/amd_go_fast/install_amd_go_fast.sh b/horde_worker_regen/amd_go_fast/install_amd_go_fast.sh index cfc9d3e9..791da9fc 100755 --- a/horde_worker_regen/amd_go_fast/install_amd_go_fast.sh +++ b/horde_worker_regen/amd_go_fast/install_amd_go_fast.sh @@ -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