14 lines
No EOL
306 B
YAML
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 |