mirror of
https://github.com/NousResearch/atropos.git
synced 2026-04-22 16:48:57 +00:00
linting and local testing tidy up
This commit is contained in:
parent
141ab66792
commit
bfc967c4bd
3 changed files with 242 additions and 310 deletions
|
|
@ -3,7 +3,7 @@ import json
|
|||
import logging
|
||||
import random
|
||||
import re
|
||||
from typing import Any, Dict, List, Optional, Tuple, Union
|
||||
from typing import Dict, List, Optional, Tuple, Union
|
||||
|
||||
from atroposlib.envs.base import BaseEnv, BaseEnvConfig, OpenaiConfig, ScoredDataGroup
|
||||
from atroposlib.utils.tokenize_for_trainer import tokenize_for_trainer
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue