mirror of
https://github.com/NousResearch/atropos.git
synced 2026-04-22 16:48:57 +00:00
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
ce58c3aca2
commit
4b77dc4935
1 changed files with 4 additions and 3 deletions
|
|
@ -7,6 +7,10 @@ import random
|
|||
import time
|
||||
from typing import List, Optional, Tuple, TypedDict, Union
|
||||
|
||||
from latex2sympy2_extended import NormalizationConfig
|
||||
from math_verify import LatexExtractionConfig, parse, verify
|
||||
from tqdm.asyncio import tqdm_asyncio
|
||||
|
||||
from atroposlib.envs.base import (
|
||||
APIServerConfig,
|
||||
BaseEnv,
|
||||
|
|
@ -15,9 +19,6 @@ from atroposlib.envs.base import (
|
|||
ServerBaseline,
|
||||
)
|
||||
from atroposlib.type_definitions import Item
|
||||
from latex2sympy2_extended import NormalizationConfig
|
||||
from math_verify import LatexExtractionConfig, parse, verify
|
||||
from tqdm.asyncio import tqdm_asyncio
|
||||
|
||||
system_prompt = (
|
||||
"You solve short arithmetic word problems. Think step by step if helpful, "
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue