Merge branch 'updates-to-instructfollowing-env' of https://github.com/NousResearch/atropos into updates-to-instructfollowing-env

This commit is contained in:
teknium1 2025-06-14 12:32:31 -07:00
commit 81631b9c59

View file

@ -5,12 +5,12 @@ import re
import uuid
from typing import Dict, List, Optional, Tuple
import wandb
from datasets import Dataset, load_dataset
from langdetect import LangDetectException, detect
from pydantic import Field
from tqdm.asyncio import tqdm_asyncio
import wandb
from atroposlib.envs.base import (
APIServerConfig,
BaseEnv,