Skip to content

Commit

Permalink
feat(build): make clean removes old TGI builds too
Browse files Browse the repository at this point in the history
  • Loading branch information
tengomucho committed Sep 2, 2024
1 parent aac4237 commit 07a71db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ $(PACKAGE_DIST) $(PACKAGE_WHEEL): $(PACKAGE_FILES)

clean:
rm -rf dist
make -C text-generation-inference/server/ clean

tpu-tgi:
docker build --rm -f text-generation-inference/docker/Dockerfile \
Expand Down

0 comments on commit 07a71db

Please sign in to comment.