Add test-qwen.sh inference smoke test
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
5
test-qwen.sh
Normal file
5
test-qwen.sh
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
#!/bin/zsh
|
||||||
|
# 測跑 Qwen3-Coder-30B IQ4_XS:單次推論 + 印出速度統計
|
||||||
|
eval "$(/opt/homebrew/bin/brew shellenv)"
|
||||||
|
M=~/.cache/llmfit/models/qwen3-coder-30b-iq4xs.gguf
|
||||||
|
llama-completion -m "$M" -p "寫一個 Python 函式判斷質數,附 doctest" -n 300 -ngl 999 --jinja 2>&1 | tail -25
|
||||||
Reference in New Issue
Block a user