Skip to content

Commit e3ed832

Browse files
authored
[fix] Fix typo in unit test (#2920)
1 parent 951a235 commit e3ed832

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

engines/python/setup/djl_python/tests/test_properties_manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -629,7 +629,7 @@ def test_all_vllm_engine_args():
629629
"lora_extra_vocab_size": "123",
630630
"long_lora_scaling_factors": "3.0",
631631
"lora_dtype": "float16",
632-
"max_cpu_lorars": "320",
632+
"max_cpu_loras": "320",
633633
"device": "cpu",
634634
"num_scheduler_steps": "2",
635635
"multi_step_stream_outputs": "false",

0 commit comments

Comments
 (0)