Skip to content

Commit

Permalink
Allow worker vllm logging
Browse files Browse the repository at this point in the history
  • Loading branch information
ProbablyFaiz committed Aug 15, 2024
1 parent 89567e6 commit df92011
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions rl/llm/engines.py
Original file line number Diff line number Diff line change
Expand Up @@ -747,8 +747,6 @@ def __enter__(self):
],
env=env,
close_fds=True,
stderr=subprocess.DEVNULL,
stdout=subprocess.DEVNULL,
)
self.tokenizer = AutoTokenizer.from_pretrained(
self.llm_config.tokenizer_name_or_path
Expand Down

0 comments on commit df92011

Please sign in to comment.