Skip to content

Commit

Permalink
[Misc] Clean up the integration issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeffwan committed Jul 24, 2024
1 parent 140fbcf commit dca2f01
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion vllm/entrypoints/openai/serving_engine.py
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,8 @@ async def load_lora_adapter(
async def unload_lora_adapter(
self,
request: UnloadLoraAdapterRequest) -> Union[ErrorResponse, str]:
error_check_ret = await self._check_unload_lora_adapter_request(request)
error_check_ret = await self._check_unload_lora_adapter_request(request
)
if error_check_ret is not None:
return error_check_ret

Expand Down

0 comments on commit dca2f01

Please sign in to comment.