"docs/vscode:/vscode.git/clone" did not exist on "6f2909405edbd39478891f71dc2bfcbcda8530fa"
Unverified Commit 628d00cd authored by Jee Jee Li's avatar Jee Jee Li Committed by GitHub
Browse files

[Bugfix] Fix test_lora_resolvers.py (#23984)


Signed-off-by: default avatarJee Jee Li <pandaleefree@gmail.com>
parent 4071c76c
......@@ -47,6 +47,7 @@ class MockModelConfig:
allowed_local_media_path: str = ""
encoder_config = None
generation_config: str = "auto"
skip_tokenizer_init: bool = False
def get_diff_sampling_param(self):
return self.diff_sampling_param or {}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment