Merge pull request #168 from maximevtush/main

Minor Fixes: Typo Correction in README and Message Clarification in Tasks
This commit is contained in:
dmahan93 2025-06-09 14:24:07 -05:00 committed by GitHub
commit a26794afd2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -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 \

View file

@ -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):