ipex-llm/.github/actions/llm/cli-test-windows/action.yml
Wang, Jian4 a1048ca7f6
Update setup.py and add new actions and add compatible mode (#25)
* update setup.py

* add new action

* add compatible mode
2024-03-22 15:44:59 +08:00

25 lines
No EOL
849 B
YAML

name: "llm-cli Flow Verification (Windows)"
description: "Verify the llm-cli flow on Windows"
runs:
using: "composite"
steps:
- name: Test llama llm-cli
shell: powershell
run: |
llm-cli.ps1 -t $env:THREAD_NUM -n 256 -x llama -m $env:LLAMA_INT4_CKPT_PATH -p 'Once upon a time,'
- name: Test gptneox llm-cli
shell: powershell
run: |
llm-cli.ps1 -t $env:THREAD_NUM -n 256 -x gptneox -m $env:GPTNEOX_INT4_CKPT_PATH -p 'Once upon a time,'
- name: Test bloom llm-cli
shell: powershell
run: |
llm-cli.ps1 -t $env:THREAD_NUM -n 256 -x bloom -m $env:BLOOM_INT4_CKPT_PATH -p 'Once upon a time,'
# - name: Test starcoder llm-cli
# shell: powershell
# run: |
# llm-cli.ps1 -t $env:THREAD_NUM -x starcoder -m $env:STARCODER_INT4_CKPT_PATH -p 'def check_odd('