Skip to content

Commit fc453a0

Browse files
committed
Removed white spaces
1 parent 95f4d8e commit fc453a0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.devops/cloud-v-pipeline

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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
'''

0 commit comments

Comments
 (0)