From 570c98c52db6ff0b25700e630f14c6f1e68e68c8 Mon Sep 17 00:00:00 2001 From: SkqLiao Date: Sat, 15 Mar 2025 03:17:17 +0800 Subject: [PATCH] remove output test --- .github/workflows/install.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/install.yml b/.github/workflows/install.yml index e0c89ae..4595418 100644 --- a/.github/workflows/install.yml +++ b/.github/workflows/install.yml @@ -65,9 +65,6 @@ jobs: cd ${{ github.workspace }} echo "Running Local Chat 1...(book.txt)" python ktransformers/local_chat_test.py --model_path /home/qujing3/models/DeepSeek-R1-Q4_K_M/config --gguf_path /home/qujing3/models/DeepSeek-R1-Q4_K_M/ --max_new_tokens 256 --cache_len 1536 --cpu_infer 64 --prompt_file /home/qujing3/prompts/book.txt > log1.txt - output=$(awk '/Prompt:/ {found=1} found' log1.txt) || exit_code=$? - echo "$output" - echo "Running Local Chat 2...(chinese.txt)" python ktransformers/local_chat_test.py --model_path /home/qujing3/models/DeepSeek-R1-Q4_K_M/config --gguf_path /home/qujing3/models/DeepSeek-R1-Q4_K_M/ --max_new_tokens 256 --cache_len 1536 --cpu_infer 64 --prompt_file /home/qujing3/prompts/chinese.txt > log2.txt output=$(awk '/Prompt:/ {found=1} found' log2.txt) || exit_code=$? echo "$output"