mirror of
https://github.com/NousResearch/atropos.git
synced 2026-04-22 16:48:57 +00:00
Merge branch 'updates-to-instructfollowing-env' of https://github.com/NousResearch/atropos into updates-to-instructfollowing-env
This commit is contained in:
commit
81631b9c59
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue