mirror of
https://github.com/NousResearch/atropos.git
synced 2026-04-28 17:29:30 +00:00
Merge pull request #168 from maximevtush/main
Minor Fixes: Typo Correction in README and Message Clarification in Tasks
This commit is contained in:
commit
a26794afd2
2 changed files with 2 additions and 2 deletions
|
|
@ -66,7 +66,7 @@ python -m vllm.entrypoints.openai.api_server \
|
|||
```
|
||||
|
||||
```bash
|
||||
# run the enviroment
|
||||
# run the environment
|
||||
python poker_env.py process \
|
||||
--env.data_path_to_save_groups poker_rollouts.jsonl \
|
||||
--openai.base_url https://localhost:9002/v1 \
|
||||
|
|
|
|||
|
|
@ -86,7 +86,7 @@ class TaskDataModule(LightningDataModule):
|
|||
if not self.batch_size or self.batch_size < 1:
|
||||
raise NotImplementedError(
|
||||
"Each task configures its own batch_size. \
|
||||
Please set it explicitely, to avoid confusion."
|
||||
Please set it explicitly, to avoid confusion."
|
||||
)
|
||||
|
||||
def train_dataloader(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue