summaryrefslogtreecommitdiff
path: root/ci/run.sh
diff options
context:
space:
mode:
authorGeorgi Gerganov <ggerganov@gmail.com>2024-05-23 10:00:21 +0300
committerGitHub <noreply@github.com>2024-05-23 10:00:21 +0300
commite84b71c2c6da6e69c8f815168ea836f9716a325e (patch)
treeaa5c046cc5f0e9e953de5329412a753d82e60589 /ci/run.sh
parent1b1e27cb49158123ef4902aa41eb368c9e76e6a1 (diff)
ggml : drop support for QK_K=64 (#7473)
* ggml : drop support for QK_K=64 ggml-ci * opencl : restore QK_K=256 define
Diffstat (limited to 'ci/run.sh')
-rwxr-xr-xci/run.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/ci/run.sh b/ci/run.sh
index d5972480..79dcd077 100755
--- a/ci/run.sh
+++ b/ci/run.sh
@@ -606,7 +606,8 @@ if [ -z ${GG_BUILD_LOW_PERF} ]; then
if [ -z ${GG_BUILD_VRAM_GB} ] || [ ${GG_BUILD_VRAM_GB} -ge 8 ]; then
if [ -z ${GG_BUILD_CUDA} ]; then
- test $ret -eq 0 && gg_run open_llama_3b_v2
+ #test $ret -eq 0 && gg_run open_llama_3b_v2
+ date # dummy
else
test $ret -eq 0 && gg_run open_llama_7b_v2
fi