Skip to content

Commit 628d00c

Browse files
authored
[Bugfix] Fix test_lora_resolvers.py (#23984)
Signed-off-by: Jee Jee Li <[email protected]>
1 parent 4071c76 commit 628d00c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/entrypoints/openai/test_lora_resolvers.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ class MockModelConfig:
4747
allowed_local_media_path: str = ""
4848
encoder_config = None
4949
generation_config: str = "auto"
50+
skip_tokenizer_init: bool = False
5051

5152
def get_diff_sampling_param(self):
5253
return self.diff_sampling_param or {}

0 commit comments

Comments
 (0)