mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-09 22:31:41 +00:00
refactor(utils): gate the triton branch on bool(drop_params) like every other provider
This commit is contained in:
parent
4cc0180eab
commit
1067697c7b
1 changed files with 1 additions and 1 deletions
|
|
@ -4302,7 +4302,7 @@ def get_optional_params(
|
|||
non_default_params=non_default_params,
|
||||
optional_params=optional_params,
|
||||
model=model,
|
||||
drop_params=drop_params if drop_params is not None else False,
|
||||
drop_params=bool(drop_params),
|
||||
)
|
||||
|
||||
elif custom_llm_provider == "maritalk":
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue