Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
oandreeva-nv authored Jan 9, 2025
1 parent cb81963 commit 8f9567c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/L0_multi_gpu_vllm/multi_lora/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ else
fi
fi

# Test generate endpoint + LoRA enabled (boolean flag)
# Test generate endpoint + LoRA disabled (boolean flag)
EXPECTED_RESPONSE='"LoRA feature is not enabled."'
DATA='{
"text_input": "Instruct: What do you think of Computer Science?\nOutput:",
Expand Down Expand Up @@ -380,7 +380,7 @@ else
fi
fi

# Test generate endpoint + LoRA enabled (str flag)
# Test generate endpoint + LoRA disabled (str flag)
EXPECTED_RESPONSE='"LoRA feature is not enabled."'
DATA='{
"text_input": "Instruct: What do you think of Computer Science?\nOutput:",
Expand Down

0 comments on commit 8f9567c

Please sign in to comment.