Skip to content

causal_lm: use stateful model #13

causal_lm: use stateful model

causal_lm: use stateful model #13

Workflow file for this run

name: causal_lm_cpp
on:
pull_request:
paths:
- text_generation/causal_lm/cpp/**
- '!text_generation/causal_lm/cpp/README.md'
- thirdparty/openvino_contrib
- .github/workflows/causal_lm_cpp.yml
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
causal_lm_cpp:
runs-on: ubuntu-20.04-8-cores
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
- uses: actions/setup-python@v4
with:
python-version: 3.8
- run: ./text_generation/causal_lm/cpp/set_up_and_run.sh