Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[misc] update utils to support comparing multiple settings #9140

Merged
merged 2 commits into from
Oct 8, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fix bug
  • Loading branch information
youkaichao committed Oct 7, 2024
commit b3a809da40c1f0a460f2744b962e78f1fe22905d
1 change: 1 addition & 0 deletions tests/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -334,6 +334,7 @@ def compare_all_settings(model: str,
all_envs: A list of environment dictionaries to pass to the API server.
"""

trust_remote_code = False
for args in all_args:
if "--trust-remote-code" in args:
trust_remote_code = True
Expand Down
Loading