ipex-llm/.github/actions/llm/example-test/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

14 lines
No EOL
306 B
YAML

name: 'BigDL-LLM example tests'
description: 'BigDL-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