mirror of
https://github.com/saymrwulf/transformers.git
synced 2026-05-14 20:58:08 +00:00
Avoid duplication in PR slow CI model list (#30634)
update Co-authored-by: ydshieh <ydshieh@users.noreply.github.com>
This commit is contained in:
parent
deb7605a2a
commit
91d155ea92
1 changed files with 1 additions and 1 deletions
|
|
@ -142,4 +142,4 @@ if __name__ == "__main__":
|
|||
new_model = get_new_model()
|
||||
specified_models = get_models(args.commit_message)
|
||||
models = ([] if new_model == "" else [new_model]) + specified_models
|
||||
print(models)
|
||||
print(sorted(set(models)))
|
||||
|
|
|
|||
Loading…
Reference in a new issue