Skip to content

Commit

Permalink
also release a small archive of 320x320 n and s models
Browse files Browse the repository at this point in the history
  • Loading branch information
harakas committed Feb 3, 2024
1 parent da55324 commit 2ab3a2b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ultralytics/yolov8.1/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

IMAGE_REPO ?= ghcr.io/harakas/models/yolov8.1
TAG ?= 1.0
TAG ?= 1.1

all: build

Expand All @@ -12,5 +12,6 @@ push: build

release: build
rm -rf dist && mkdir -p dist && cd dist && docker save $(IMAGE_REPO):$(TAG)|tar --to-stdout -xf - --wildcards '*/layer.tar'|tar xvf -
cd dist && rm -f yolov8.small.models.tar.gz && tar zcf yolov8.small.models.tar.gz LICENSE yolov8[ns]*320x320* labels*
gh release create yolov8.1-$(TAG) dist/*

0 comments on commit 2ab3a2b

Please sign in to comment.