File size: 364 Bytes
a0db53c |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 |
# API and Token configurations
queue_repo: stacklok/requests
# File paths
eval_requests_path: ./eval-queue
eval_results_path: ./eval-results
# Model configurations
allowed_weight_types:
- Safetensors
- PyTorch
- GGUF
- Other
default_revision: main
# Logging configuration
log_level: INFO
# Evaluation configurations
evaluation_wait_time: 60 # minutes
|