mirror of
https://github.com/open-thought/reasoning-gym.git
synced 2026-04-25 17:10:51 +00:00
Set log level
This commit is contained in:
parent
e50444b924
commit
90547f30c7
1 changed files with 2 additions and 0 deletions
|
|
@ -181,6 +181,8 @@ def main(args):
|
|||
|
||||
|
||||
if __name__ == "__main__":
|
||||
logging.basicConfig(level=logging.INFO)
|
||||
|
||||
parser = argparse.ArgumentParser()
|
||||
|
||||
parser.add_argument("--model-id", type=str, default="Qwen/Qwen2.5-1.5B-Instruct")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue