mirror of
https://github.com/NousResearch/atropos.git
synced 2026-04-22 16:48:57 +00:00
Apply isort import order (ruff) to arithmetic_chain_server
Made-with: Cursor
This commit is contained in:
parent
e6bc008545
commit
ce58c3aca2
1 changed files with 3 additions and 4 deletions
|
|
@ -7,10 +7,6 @@ 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,
|
||||
|
|
@ -19,6 +15,9 @@ 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