Skip to content

Commit b3a809d

Browse files
committed
fix bug
1 parent e45d946 commit b3a809d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -334,6 +334,7 @@ def compare_all_settings(model: str,
334334
all_envs: A list of environment dictionaries to pass to the API server.
335335
"""
336336

337+
trust_remote_code = False
337338
for args in all_args:
338339
if "--trust-remote-code" in args:
339340
trust_remote_code = True

0 commit comments

Comments
 (0)