This commit is contained in:
lidia9 2025-05-09 17:17:19 +02:00
parent a37dd97a29
commit e8466466ba
1 changed files with 2 additions and 2 deletions

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://localhost:8000/api/tags
- curl http://host.docker.internal:8000/api/tags
variables:
OLLAMA_API_BASE: "http://localhost:8000"
OLLAMA_API_BASE: "http://host.docker.internal:8000"
OPENROUTER_API_BASE: "https://openrouter.ai/api/v1"
OPENAI_API_BASE: "https://api.openai.com/v1"
artifacts: