ipex-llm/.github/actions/llm/example-test/action.yml
2024-03-26 15:12:38 +08:00

14 lines
No EOL
304 B
YAML

name: 'IPEX-LLM example tests'
description: 'IPEX-LLM example tests'
runs:
using: "composite"
steps:
- name: Test LLAMA2
shell: bash
env:
INT4_CKPT_DIR: ./llm/ggml-actions/stable
LLM_DIR: ./llm
run: |
bash python/llm/dev/test/run-example-tests.sh