We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 320fad9 + 07e3b12 commit c60b2edCopy full SHA for c60b2ed
.github/workflows/llm_bench-python.yml
@@ -15,7 +15,7 @@ on:
15
branches: [ "master" ]
16
paths:
17
- llm_bench/python/**
18
-
+ - .github/workflows/llm_bench-python.yml
19
20
permissions:
21
contents: read
@@ -56,3 +56,14 @@ jobs:
56
with:
57
name: llm.bench_diff
58
path: llm.bench_diff.diff
59
+ stateful:
60
+ runs-on: ubuntu-20.04
61
+ steps:
62
+ - uses: actions/checkout@v4
63
+ - uses: actions/setup-python@v4
64
+ with:
65
+ python-version: 3.8
66
+ - name: Test stateful
67
+ run: |
68
+ python -m pip install -r llm_bench/python/requirements.txt optimum==1.14
69
+ python llm_bench/python/convert.py --model_id TinyLlama/TinyLlama-1.1B-Chat-v0.6 --output_dir . --bettertransformer --make_stateful
0 commit comments