Skip to content

Commit

Permalink
Merge pull request #451 from rhatdan/instructlab
Browse files Browse the repository at this point in the history
Remove typo from removal of deepspeed-trainer
  • Loading branch information
n1hility authored May 2, 2024
2 parents 099c15f + c80eb17 commit 1e39174
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion training/deepspeed/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ default: image
.PHONY: image
image:
@mkdir -p ../build
rm -rf ../build/deepspeed-trainer .
rm -rf ../build/deepspeed-trainer
"${CONTAINER_TOOL}" build \
$(ARCH:%=--platform linux/%) \
--file Containerfile \
Expand Down

0 comments on commit 1e39174

Please sign in to comment.