undo some tests changes

This commit is contained in:
lidia9 2025-05-09 17:44:41 +02:00
parent e463fb86a3
commit 106d275b28
2 changed files with 4 additions and 4 deletions

View File

@ -24,8 +24,8 @@ include:
file:
# - 'ci/build/.build.yml' # build
#- 'ci/setup/.setup.yml' # setup
# - 'ci/test/.test.yml'
- 'ci/benchmarks/.benchmarks.yml'
- 'ci/test/.test.yml'
#- 'ci/benchmarks/.benchmarks.yml'
# - 'ci/ctfs/.ctf.yml' # ctf
# - project: 'aliasrobotics/alias_research/cai'

View File

@ -25,9 +25,9 @@
- python3 benchmarks/eval.py --model $MODEL_NAME --dataset_file $BENCHMARK_FILE --eval $BENCHMARK_NAME --backend $BACKEND
- pwd
- ls -la benchmarks/outputs/$BENCHMARK_NAME/
- curl http://host.docker.internal:8000/api/tags
- curl http://host.docker.internal:8000/api/tags # http://localhost:8000/api/tags
variables:
OLLAMA_API_BASE: "http://host.docker.internal:8000"
OLLAMA_API_BASE: "http://host.docker.internal:8000" # http://localhost:8000
OPENROUTER_API_BASE: "https://openrouter.ai/api/v1"
OPENAI_API_BASE: "https://api.openai.com/v1"
artifacts: