Skip to content

add nightly tests and use different models #1

add nightly tests and use different models

add nightly tests and use different models #1

name: LLM Unit Tests on Linux
env:
INT4_CKPT_DIR: ./llm/ggml-actions/nightly
LLAMA_INT4_CKPT_PATH: ./llm/ggml-actions/nightly/bigdl_llm_llama_q4_0.bin
GPTNEOX_INT4_CKPT_PATH: ./llm/ggml-actions/nightly/bigdl_llm_gptneox_q4_0.bin
BLOOM_INT4_CKPT_PATH: ./llm/ggml-actions/nightly/bigdl_llm_bloom_q4_0.bin
STARCODER_INT4_CKPT_PATH: ./llm/ggml-actions/nightly/bigdl_llm_starcoder_q4_0.bin
LLM_DIR: ./llm
ORIGINAL_AUTO_MODEL_PATH: ./llm/chatglm2-6b/
ORIGINAL_CAUSAL_MODEL_PATH: ./llm/llama-2-13b-chat-hf/
ORIGINAL_SPEECH_MODEL_PATH: ./llm/whisper-medium/
SPEECH_DATASET_PATH: ./llm/datasets/librispeech_asr_dummy
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
llm-unit-test:
uses: ./.github/actions/llm/all-tests

Check failure on line 19 in .github/workflows/llm-nightly-test.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/llm-nightly-test.yml

Invalid workflow file

invalid value workflow reference: no version specified