Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
ENH: [
CI
] Add new workflow to run slow tests of important models on push main if they are modified #29235ENH: [
CI
] Add new workflow to run slow tests of important models on push main if they are modified #29235Changes from all commits
2a80485
18cefda
e4863ec
d7221c5
344bd60
2d9f171
40e59d9
cb5cd6a
eb82e1a
f741be3
a10859e
670f4e3
2cab682
ec44bf2
0b0f329
ab217ed
6988c63
289b7c8
2ba65e1
1df57e7
07c4a72
ee6d5a9
476767d
f484025
ef2e72b
d3ab484
807b5ca
17f47e1
a0c3a0e
c7a0f9b
d834dfe
2e9b0c8
76708a5
d8d4a5f
5fce2ba
b45cba8
fdfbcb2
adc3891
7377d95
8f0d512
7d68ba5
34101db
aa4d0cc
5d8325c
fb199dc
f22164b
d22e792
1c0f55a
940fc3b
a4975f0
a3c7788
6a7e023
7f3e786
afcb0de
510ac07
2b41e0d
c6b4fd4
c1b2c65
3897158
4df5ea2
a3293f2
802b5bc
1f77ddc
eb9c552
33298c2
d2eb50e
3e70926
5e4678e
9c4b985
21af746
1c08633
a25af70
f91b108
8e9d194
89c06ac
416a399
70a8236
08b25b8
4af835f
8e9e5ec
cd9fb3b
86d7ed5
ad85c5e
8a99e83
90467bf
cccd238
9c7a73c
3f83ca9
9daadc4
7b3643c
c99481f
5e9dd7e
2e06329
7c126f6
190db4b
b6a559f
5c4b795
d63ecbb
aa37e8d
43d9196
de2f2e0
80b6942
8221989
0331c1f
2641920
102154d
f87a68a
ec09cb0
79d6b55
85abc9d
6a6cf28
91dd140
edf4031
a4265bf
5932cf8
f4f55a4
8a3b800
62b419e
5f76b50
d465cc1
62a9db4
cafb9bd
41a0bb6
edb62dc
1f6c3c5
c63bf10
19c65d2
a817a52
f3732d4
5f057d9
1ba9de9
37e0d6a
a78e813
c8b3630
a433af4
5f337ca
6d9fe8b
8637b5c
50d394d
23011c1
ddff293
cb8e9a0
52cde0e
3e3e33b
37dc67b
36efa4e
4b7d113
4fc8cc4
db3a30e
b52fd9e
1cfa3b0
effc252
30ae3db
a965164
f450f73
a5e23b6
c7ddd3e
e9a1b2d
19a6a07
3bdd961
3f34def
17bd56b
03714d6
536cde6
bac1d05
0b37330
92fdc54
6aab455
7b9aa2c
8cba285
3761d08
be78a36
a63d084
701c98f
1998eac
e74e347
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I can't understand this line. What this does?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This line extracts a substring from the value of $file. It removes everything up to and including the string "models/" from the beginning of the value, I use it later down to extract the model name
models/xxx
if it is included inimportant_models.txt
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
let's separate each step by an empty line - easier to read 🙏
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's add whisper here too
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
let's at least add this one, and cc @amyeroberts and @NielsRogge maybe Llava?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes llava is a good candidate
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yep - llava is good to add!