Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
File size: 171 Bytes
e7abd9e |
1 2 3 4 5 6 7 |
"""
Configuration module for the Open LLM Leaderboard backend.
All configuration values are imported from base.py to avoid circular dependencies.
"""
from .base import *
|