Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions devops/scripts/benchmarks/benches/llamacpp.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2024-2025 Intel Corporation
# Copyright (C) 2024-2026 Intel Corporation
# Part of the Unified-Runtime Project, under the Apache License v2.0 with LLVM Exceptions.
# See LICENSE.TXT
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
Expand Down Expand Up @@ -28,8 +28,8 @@ def git_url(self) -> str:
return "https://github.com/ggerganov/llama.cpp"

def git_hash(self) -> str:
# 12 Nov, 2025
return "78010a0d52ad03cd469448df89101579b225582c"
# 28 Jan, 2026
return "0cd7032ca4f1f2ac0c9527a62a76ed4dc6ad26fe"

def setup(self) -> None:
if options.sycl is None:
Expand Down
6 changes: 3 additions & 3 deletions devops/scripts/benchmarks/utils/oneapi.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ def __init__(self):

self.install_package(
"base",
"2025.1.0+627",
"https://registrationcenter-download.intel.com/akdlm/IRC_NAS/cca951e1-31e7-485e-b300-fe7627cb8c08/intel-oneapi-base-toolkit-2025.1.0.651_offline.sh",
"98cad2489f2c90a2b328568a59371cf35855a3338643f61a9fc2d16a265d29f22feb2d673916dd7be18fa12a5e6d2475",
"2025.3.1+36",
"https://registrationcenter-download.intel.com/akdlm/IRC_NAS/6caa93ca-e10a-4cc5-b210-68f385feea9e/intel-oneapi-base-toolkit-2025.3.1.36_offline.sh",
"5b496bad1bb5d3fc835722931035be83612aa04777c6f6388aaf657f96f3bc671d50a92998da9b0f0c120aeaf877071c",
)
return

Expand Down