Skip to content

Commit

Permalink
fix: do not fail because the frag. files had changed and the merged e…
Browse files Browse the repository at this point in the history
…xists
  • Loading branch information
iWas-Coder committed Jul 20, 2024
1 parent 3fc4feb commit 63b1eac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ai/GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ $(TESTGEN_WEIGHTS_OUT): $(TESTGEN_WEIGHTS_IN)
@[ ! -e $@ ] && for i in $^; do \
echo " $(PPO_MERGE) $$i >> $@"; \
cat $$i >> $@; \
done
done || true
@echo " $(PPO_HASH) $@"
@$(SHA256SUM) $(TESTGEN_WEIGHTS_SUM) >/dev/null 2>&1

Expand Down

0 comments on commit 63b1eac

Please sign in to comment.