[Bugfix][Core] Fix get decoding config from ray (#4335)
This commit is contained in:
@@ -91,4 +91,6 @@ async def test_new_requests_event():
|
||||
assert engine.engine.step_calls == old_step_calls + 1
|
||||
|
||||
engine = MockAsyncLLMEngine(worker_use_ray=True, engine_use_ray=True)
|
||||
assert engine.get_model_config() is not None
|
||||
assert engine.get_tokenizer() is not None
|
||||
assert engine.get_decoding_config() is not None
|
||||
|
||||
Reference in New Issue
Block a user