We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 951a235 commit e3ed832Copy full SHA for e3ed832
engines/python/setup/djl_python/tests/test_properties_manager.py
@@ -629,7 +629,7 @@ def test_all_vllm_engine_args():
629
"lora_extra_vocab_size": "123",
630
"long_lora_scaling_factors": "3.0",
631
"lora_dtype": "float16",
632
- "max_cpu_lorars": "320",
+ "max_cpu_loras": "320",
633
"device": "cpu",
634
"num_scheduler_steps": "2",
635
"multi_step_stream_outputs": "false",
0 commit comments