Merge branch 'main' of https://github.com/tuna2134/sbv2-api into docs

This commit is contained in:
tuna2134
2024-09-22 01:54:19 +00:00
2 changed files with 6 additions and 1 deletions

View File

@@ -14,6 +14,9 @@ jobs:
strategy:
matrix:
tag: [cpu, cuda]
platform:
- linux/amd64
- linux/arm64
steps:
- uses: actions/checkout@v4
- name: Set up QEMU
@@ -33,4 +36,5 @@ jobs:
push: true
tags: |
ghcr.io/${{ github.repository }}:${{ matrix.tag }}
file: docker/${{ matrix.tag }}.Dockerfile
file: docker/${{ matrix.tag }}.Dockerfile
platforms: ${{ matrix.platform }}

View File

@@ -27,6 +27,7 @@ JP-Extra しか対応していません。(基本的に対応する予定もあ
- [x] GPU 対応(DirectML)
- [x] GPU 対応(CoreML)
- [ ] WASM 変換(依存ライブラリの関係により現在は不可)
- [ ] arm64のdockerサポート
## 構造説明