We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c56b6dd commit 0cb31fbCopy full SHA for 0cb31fb
Makefile
@@ -8,7 +8,7 @@ GOLLAMA_VERSION?=aeba71ee842819da681ea537e78846dc75949ac0
8
9
GOLLAMA_STABLE_VERSION?=50cee7712066d9e38306eccadcfbb44ea87df4b7
10
11
-CPPLLAMA_VERSION?=099afc6274c859ca67146e725839f2d97a5ef313
+CPPLLAMA_VERSION?=f026f8120f97090d34a52b3dc023c82e0ede3f7d
12
13
# gpt4all version
14
GPT4ALL_REPO?=https://github.com/nomic-ai/gpt4all
@@ -550,4 +550,4 @@ docker-image-intel:
550
--build-arg BASE_IMAGE=intel/oneapi-basekit:2024.0.1-devel-ubuntu22.04 \
551
--build-arg IMAGE_TYPE=$(IMAGE_TYPE) \
552
--build-arg GO_TAGS="none" \
553
- --build-arg BUILD_TYPE=sycl_f16 -t $(DOCKER_IMAGE) .
+ --build-arg BUILD_TYPE=sycl_f16 -t $(DOCKER_IMAGE) .
0 commit comments