"git@developer.sourcefind.cn:OpenDAS/torch-spline-conv.git" did not exist on "2da00a7e459ec59f97380f97ff52d195b27d71ac"
Commit 2ed4dff8 authored by SkqLiao's avatar SkqLiao
Browse files

fix command typo

parent f21ea700
...@@ -64,9 +64,9 @@ jobs: ...@@ -64,9 +64,9 @@ jobs:
cd ${{ github.workspace }} cd ${{ github.workspace }}
echo "Running Local Chat 1" echo "Running Local Chat 1"
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 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
sed -n '/Prompt:,$p' log1.txt sed -n '/Prompt:/,$p' log1.txt
echo "Running Local Chat 2" echo "Running Local Chat 2"
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 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
sed -n '/Prompt:,$p' log2.txt sed -n '/Prompt:/,$p' log2.txt
- run: echo "This job's status is ${{ job.status }}." - run: echo "This job's status is ${{ job.status }}."
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment