Skip to content

Commit

Permalink
lamacpp-python-vulkan for arm64
Browse files Browse the repository at this point in the history
Signed-off-by: greg pereira <grpereir@redhat.com>
  • Loading branch information
Gregory-Pereira committed Jun 3, 2024
1 parent b182397 commit 31ee8fe
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/model_servers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,17 @@ jobs:
directory: llamacpp_python
platforms: linux/amd64,linux/arm64
no_gpu: 1
- image_name: llamacpp_python_cuda
- image_name: llamacpp-python-cuda
model: granite
flavor: cuda
directory: llamacpp_python
platforms: linux/amd64
cuda: 1
platforms: linux/amd64,linux/arm64
- image_name: llamacpp-python-vulkan
model: granite
flavor: vulkan
directory: llamacpp_python
platforms: linux/arm64
no_gpu: 1
- image_name: whispercpp
model: whisper-small
flavor: base
Expand Down

0 comments on commit 31ee8fe

Please sign in to comment.