]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
sycl: Update Intel docker images to use DPC++ 2025.0 (#10305)
authorRomain Biessy <redacted>
Fri, 15 Nov 2024 11:10:45 +0000 (12:10 +0100)
committerGitHub <redacted>
Fri, 15 Nov 2024 11:10:45 +0000 (13:10 +0200)
.devops/llama-cli-intel.Dockerfile
.devops/llama-server-intel.Dockerfile

index 79dba06a77d6eba3c8e2b71d809a4cdf3213d337..1f4ce0730ec7dab347e0ce3ada72f80c27f60702 100644 (file)
@@ -1,4 +1,4 @@
-ARG ONEAPI_VERSION=2024.1.1-devel-ubuntu22.04
+ARG ONEAPI_VERSION=2025.0.0-0-devel-ubuntu22.04
 
 FROM intel/oneapi-basekit:$ONEAPI_VERSION AS build
 
index 9c355b664f15e94f44e43183c7cb3d694c58bb88..773f030a7b03183af98e46e33728659da6a27dde 100644 (file)
@@ -1,4 +1,4 @@
-ARG ONEAPI_VERSION=2024.1.1-devel-ubuntu22.04
+ARG ONEAPI_VERSION=2025.0.0-0-devel-ubuntu22.04
 
 FROM intel/oneapi-basekit:$ONEAPI_VERSION AS build