Skip to content

Commit d78b984

Browse files
committed
Revert accidental changes
Signed-off-by: Michal Guzek <[email protected]>
1 parent f91215c commit d78b984

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unittest/llmapi/test_llm_pytorch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -522,7 +522,7 @@ def test_codellama_fp8_with_bf16_lora() -> None:
522522
max_loras=2,
523523
max_cpu_loras=2)
524524

525-
llm = LLM(model_dir, lora_config=lora_config)
525+
llm = LLM(model_dir, quant_config=quant_config, lora_config=lora_config)
526526

527527
prompts = [
528528
"Write a function that calculates the Fibonacci sequence.",

0 commit comments

Comments
 (0)