mirror of
https://github.com/NousResearch/atropos.git
synced 2026-04-19 12:57:58 +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
63d717e4b4
commit
83a343d3a9
1 changed files with 1 additions and 1 deletions
|
|
@ -18,6 +18,7 @@ from typing import Any, Dict, List, Optional, Tuple, Union
|
|||
import aiohttp
|
||||
import jsonlines
|
||||
import numpy as np
|
||||
import wandb
|
||||
import yaml
|
||||
from pydantic import BaseModel, Field
|
||||
from pydantic_cli import Cmd, FailedExecutionException, run_and_exit
|
||||
|
|
@ -26,7 +27,6 @@ from tenacity import retry, stop_after_attempt, wait_random_exponential
|
|||
from transformers import AutoTokenizer
|
||||
from typing_extensions import TypedDict
|
||||
|
||||
import wandb
|
||||
from atroposlib.envs.constants import ENV_NAMESPACE, NAMESPACE_SEP, OPENAI_NAMESPACE
|
||||
from atroposlib.envs.server_handling.openai_server import resolve_openai_configs
|
||||
from atroposlib.frontend.jsonl2html import generate_html
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue