mirror of
https://github.com/mudler/LocalAI.git
synced 2026-02-08 21:53:19 -05:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3c894ebe05 |
10
.github/workflows/image-pr.yml
vendored
10
.github/workflows/image-pr.yml
vendored
@@ -41,7 +41,7 @@
|
|||||||
platforms: 'linux/amd64'
|
platforms: 'linux/amd64'
|
||||||
tag-latest: 'false'
|
tag-latest: 'false'
|
||||||
tag-suffix: '-gpu-nvidia-cuda-12'
|
tag-suffix: '-gpu-nvidia-cuda-12'
|
||||||
runs-on: 'ubuntu-latest'
|
runs-on: 'bigger-runner'
|
||||||
base-image: "ubuntu:24.04"
|
base-image: "ubuntu:24.04"
|
||||||
makeflags: "--jobs=3 --output-sync=target"
|
makeflags: "--jobs=3 --output-sync=target"
|
||||||
ubuntu-version: '2404'
|
ubuntu-version: '2404'
|
||||||
@@ -51,7 +51,7 @@
|
|||||||
platforms: 'linux/amd64'
|
platforms: 'linux/amd64'
|
||||||
tag-latest: 'false'
|
tag-latest: 'false'
|
||||||
tag-suffix: '-gpu-nvidia-cuda-13'
|
tag-suffix: '-gpu-nvidia-cuda-13'
|
||||||
runs-on: 'ubuntu-latest'
|
runs-on: 'bigger-runner'
|
||||||
base-image: "ubuntu:22.04"
|
base-image: "ubuntu:22.04"
|
||||||
makeflags: "--jobs=3 --output-sync=target"
|
makeflags: "--jobs=3 --output-sync=target"
|
||||||
ubuntu-version: '2404'
|
ubuntu-version: '2404'
|
||||||
@@ -61,7 +61,7 @@
|
|||||||
tag-suffix: '-hipblas'
|
tag-suffix: '-hipblas'
|
||||||
base-image: "rocm/dev-ubuntu-24.04:6.4.4"
|
base-image: "rocm/dev-ubuntu-24.04:6.4.4"
|
||||||
grpc-base-image: "ubuntu:24.04"
|
grpc-base-image: "ubuntu:24.04"
|
||||||
runs-on: 'ubuntu-latest'
|
runs-on: 'bigger-runner'
|
||||||
makeflags: "--jobs=3 --output-sync=target"
|
makeflags: "--jobs=3 --output-sync=target"
|
||||||
ubuntu-version: '2404'
|
ubuntu-version: '2404'
|
||||||
- build-type: 'sycl'
|
- build-type: 'sycl'
|
||||||
@@ -70,14 +70,14 @@
|
|||||||
base-image: "intel/oneapi-basekit:2025.3.0-0-devel-ubuntu24.04"
|
base-image: "intel/oneapi-basekit:2025.3.0-0-devel-ubuntu24.04"
|
||||||
grpc-base-image: "ubuntu:24.04"
|
grpc-base-image: "ubuntu:24.04"
|
||||||
tag-suffix: 'sycl'
|
tag-suffix: 'sycl'
|
||||||
runs-on: 'ubuntu-latest'
|
runs-on: 'bigger-runner'
|
||||||
makeflags: "--jobs=3 --output-sync=target"
|
makeflags: "--jobs=3 --output-sync=target"
|
||||||
ubuntu-version: '2404'
|
ubuntu-version: '2404'
|
||||||
- build-type: 'vulkan'
|
- build-type: 'vulkan'
|
||||||
platforms: 'linux/amd64,linux/arm64'
|
platforms: 'linux/amd64,linux/arm64'
|
||||||
tag-latest: 'false'
|
tag-latest: 'false'
|
||||||
tag-suffix: '-vulkan-core'
|
tag-suffix: '-vulkan-core'
|
||||||
runs-on: 'ubuntu-latest'
|
runs-on: 'bigger-runner'
|
||||||
base-image: "ubuntu:24.04"
|
base-image: "ubuntu:24.04"
|
||||||
makeflags: "--jobs=4 --output-sync=target"
|
makeflags: "--jobs=4 --output-sync=target"
|
||||||
ubuntu-version: '2404'
|
ubuntu-version: '2404'
|
||||||
|
|||||||
Reference in New Issue
Block a user