1
0
mirror of https://github.com/containers/ramalama.git synced 2026-02-05 15:47:26 +01:00

Merge pull request #911 from leo-pony/main

Add support for llama.cpp engine to use ascend NPU device
This commit is contained in:
Daniel J Walsh
2025-03-06 12:11:30 -05:00
committed by GitHub
9 changed files with 212 additions and 5 deletions

View File

@@ -129,7 +129,7 @@ format:
.PHONY: codespell
codespell:
codespell --dictionary=- -w --skip="*/venv*"
codespell --dictionary=- --ignore-words-list "cann" -w --skip="*/venv*"
.PHONY: test-run
test-run: