Skip to content

Commit fd500f7

Browse files
committed
Changed the weights path
1 parent d8c9241 commit fd500f7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.devops/cloud-v-pipeline

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,7 @@ node('jupiter-16G-1'){ // Running on x86 runner containing latest vec
4545
sh'''#!/bin/bash
4646

4747
set -x
48-
GGUF_WEIGHT="/home/jenkins_user/DeepSeek-R1-Distill-Qwen-1.5B-Q4_K_M.gguf" # Path to the GGUF model file
49-
./build/bin/llama-cli -m {GGUF_WEIGHT} -p "Hi, how are you?" -n 10
48+
./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
5049
'''
5150
}
5251
}

0 commit comments

Comments
 (0)