mirror of
https://github.com/NicolasBohn/NexQuant.git
synced 2026-07-28 07:57:44 +00:00
3392a518fb
* add max time config to costeer * fix a small bug --------- Co-authored-by: Xu Yang <xuyang1@microsoft.com>
11 lines
246 B
Python
11 lines
246 B
Python
from rdagent.components.coder.CoSTEER.config import CoSTEERSettings
|
|
|
|
|
|
class DSCoderCoSTEERSettings(CoSTEERSettings):
|
|
"""Data Science CoSTEER settings"""
|
|
|
|
class Config:
|
|
env_prefix = "DS_Coder_CoSTEER_"
|
|
|
|
max_seconds: int = 2400
|