|
@@ -45,6 +45,16 @@ jobs:
|
|
tags: ftcaplan/matrix-stt-bot:tiny
|
|
tags: ftcaplan/matrix-stt-bot:tiny
|
|
build-args: |
|
|
build-args: |
|
|
"PRELOAD_MODEL=tiny"
|
|
"PRELOAD_MODEL=tiny"
|
|
|
|
+ -
|
|
|
|
+ name: Build and push
|
|
|
|
+ uses: docker/build-push-action@v2
|
|
|
|
+ with:
|
|
|
|
+ context: .
|
|
|
|
+ platforms: linux/amd64,linux/arm64/v8
|
|
|
|
+ push: true
|
|
|
|
+ tags: ftcaplan/matrix-stt-bot:tiny-q5_1
|
|
|
|
+ build-args: |
|
|
|
|
+ "PRELOAD_MODEL=tiny-q5_1"
|
|
-
|
|
-
|
|
name: Build and push
|
|
name: Build and push
|
|
uses: docker/build-push-action@v2
|
|
uses: docker/build-push-action@v2
|
|
@@ -55,6 +65,16 @@ jobs:
|
|
tags: ftcaplan/matrix-stt-bot:base
|
|
tags: ftcaplan/matrix-stt-bot:base
|
|
build-args: |
|
|
build-args: |
|
|
"PRELOAD_MODEL=base"
|
|
"PRELOAD_MODEL=base"
|
|
|
|
+ -
|
|
|
|
+ name: Build and push
|
|
|
|
+ uses: docker/build-push-action@v2
|
|
|
|
+ with:
|
|
|
|
+ context: .
|
|
|
|
+ platforms: linux/amd64,linux/arm64/v8
|
|
|
|
+ push: true
|
|
|
|
+ tags: ftcaplan/matrix-stt-bot:base-q5_1
|
|
|
|
+ build-args: |
|
|
|
|
+ "PRELOAD_MODEL=base-q5_1"
|
|
-
|
|
-
|
|
name: Build and push
|
|
name: Build and push
|
|
uses: docker/build-push-action@v2
|
|
uses: docker/build-push-action@v2
|
|
@@ -72,9 +92,19 @@ jobs:
|
|
context: .
|
|
context: .
|
|
platforms: linux/amd64,linux/arm64/v8
|
|
platforms: linux/amd64,linux/arm64/v8
|
|
push: true
|
|
push: true
|
|
- tags: ftcaplan/matrix-stt-bot:medium
|
|
|
|
|
|
+ tags: ftcaplan/matrix-stt-bot:small-q5_1
|
|
|
|
+ build-args: |
|
|
|
|
+ "PRELOAD_MODEL=small-q5_1"
|
|
|
|
+ -
|
|
|
|
+ name: Build and push
|
|
|
|
+ uses: docker/build-push-action@v2
|
|
|
|
+ with:
|
|
|
|
+ context: .
|
|
|
|
+ platforms: linux/amd64,linux/arm64/v8
|
|
|
|
+ push: true
|
|
|
|
+ tags: ftcaplan/matrix-stt-bot:medium-q5_0
|
|
build-args: |
|
|
build-args: |
|
|
- "PRELOAD_MODEL=medium"
|
|
|
|
|
|
+ "PRELOAD_MODEL=medium-q5_0"
|
|
-
|
|
-
|
|
name: Build and push
|
|
name: Build and push
|
|
uses: docker/build-push-action@v2
|
|
uses: docker/build-push-action@v2
|
|
@@ -82,6 +112,6 @@ jobs:
|
|
context: .
|
|
context: .
|
|
platforms: linux/amd64,linux/arm64/v8
|
|
platforms: linux/amd64,linux/arm64/v8
|
|
push: true
|
|
push: true
|
|
- tags: ftcaplan/matrix-stt-bot:large
|
|
|
|
|
|
+ tags: ftcaplan/matrix-stt-bot:large-q5_0
|
|
build-args: |
|
|
build-args: |
|
|
- "PRELOAD_MODEL=large"
|
|
|
|
|
|
+ "PRELOAD_MODEL=large-q5_0"
|