File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -60,15 +60,15 @@ node('jupiter-16G-1'){ // Running on x86 runner containing latest vec
6060 }
6161 stage('Compiling llama.cpp'){
6262 sh'''#!/bin/bash
63-
63+
6464 set -x
6565
6666 mkdir -p .compiler_override
67-
67+
6868 # Create symlinks in this temp directory
6969 ln -sf /usr/bin/gcc-14 .compiler_override/gcc
7070 ln -sf /usr/bin/g++-14 .compiler_override/g++
71-
71+
7272 export CC="/usr/bin/gcc-14"
7373 export CXX="/usr/bin/g++-14"
7474
@@ -84,7 +84,7 @@ node('jupiter-16G-1'){ // Running on x86 runner containing latest vec
8484 }
8585 stage('Running llama.cpp'){
8686 sh'''#!/bin/bash
87-
87+
8888 set -x
8989 ./build/bin/llama-cli -m /home/jenkins_user/DeepSeek-R1-Distill-Qwen-1.5B-Q4_K_M.gguf -p "Hi, how are you?" -n 10
9090 '''
You can’t perform that action at this time.
0 commit comments