mirror of https://github.com/aliasrobotics/cai.git
reorganize pipelines
This commit is contained in:
parent
53073afdd2
commit
5bbfce3f01
|
|
@ -24,7 +24,7 @@ include:
|
|||
file:
|
||||
# - 'ci/build/.build.yml' # build
|
||||
#- 'ci/setup/.setup.yml' # setup
|
||||
#- 'ci/test/.test.yml'
|
||||
- 'ci/test/.test.yml'
|
||||
- 'ci/benchmarks/.benchmarks.yml'
|
||||
# - 'ci/ctfs/.ctf.yml' # ctf
|
||||
|
||||
|
|
|
|||
|
|
@ -86,10 +86,10 @@ benchmarks-test-cti_bench-openrouter:
|
|||
BENCHMARK_NAME: "cti_bench"
|
||||
BACKEND: "openrouter"
|
||||
|
||||
benchmarks-test-cti_bench-openai:
|
||||
<<: *run_benchmarks
|
||||
variables:
|
||||
MODEL_NAME: "gpt-4o-mini"
|
||||
BENCHMARK_FILE: "benchmarks/utils/cti_bench_dataset/cti-mcq1.tsv"
|
||||
BENCHMARK_NAME: "cti_bench"
|
||||
BACKEND: "openai"
|
||||
# benchmarks-test-cti_bench-openai:
|
||||
# <<: *run_benchmarks
|
||||
# variables:
|
||||
# MODEL_NAME: "gpt-4o-mini"
|
||||
# BENCHMARK_FILE: "benchmarks/utils/cti_bench_dataset/cti-mcq1.tsv"
|
||||
# BENCHMARK_NAME: "cti_bench"
|
||||
# BACKEND: "openai"
|
||||
|
|
|
|||
Loading…
Reference in New Issue