File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ RUN if [ "${BUILD_TYPE}" = "cublas" ]; then \
40
40
41
41
# oneapi requirements
42
42
RUN if [ "${BUILD_TYPE}" = "sycl_f16" ] || [ "${BUILD_TYPE}" = "sycl_f32" ]; then \
43
- wget https://registrationcenter-download.intel.com/akdlm/IRC_NAS/163da6e4-56eb-4948-aba3-debcec61c064/l_BaseKit_p_2024.0.1.46_offline.sh && \
43
+ wget -q https://registrationcenter-download.intel.com/akdlm/IRC_NAS/163da6e4-56eb-4948-aba3-debcec61c064/l_BaseKit_p_2024.0.1.46_offline.sh && \
44
44
sh ./l_BaseKit_p_2024.0.1.46_offline.sh -a -s --eula accept && \
45
45
rm -rf l_BaseKit_p_2024.0.1.46_offline.sh \
46
46
; fi
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ GOLLAMA_VERSION?=aeba71ee842819da681ea537e78846dc75949ac0
8
8
9
9
GOLLAMA_STABLE_VERSION? =50cee7712066d9e38306eccadcfbb44ea87df4b7
10
10
11
- CPPLLAMA_VERSION? =2aed77eb06a329f0d82bb1c467f4244904d4073f
11
+ CPPLLAMA_VERSION? =1cfb5372cf5707c8ec6dde7c874f4a44a6c4c915
12
12
13
13
# gpt4all version
14
14
GPT4ALL_REPO? =https://github.com/nomic-ai/gpt4all
You can’t perform that action at this time.
0 commit comments