-
Notifications
You must be signed in to change notification settings - Fork 26
[DON'T MERGE] <[CI Test]> Don't use cache for 4-layer granite model (PR #497) #502
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
Conversation
Signed-off-by: Prashant Gupta <[email protected]>
Signed-off-by: Prashant Gupta <[email protected]>
Signed-off-by: Prashant Gupta <[email protected]>
Signed-off-by: Prashant Gupta <[email protected]>
Signed-off-by: Prashant Gupta <[email protected]>
Signed-off-by: Prashant Gupta <[email protected]>
Signed-off-by: Christian Kadner <[email protected]>
Signed-off-by: Christian Kadner <[email protected]>
.github/workflows/test.yml
Outdated
- name: "Restore HF models cache" | ||
id: cache_restore | ||
if: steps.changed-src-files.outputs.any_changed == 'true' | ||
if: ! contains(env.model_key, 'micro') |
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.
Okay I think I see what you're trying to do here
Signed-off-by: Christian Kadner <[email protected]>
Signed-off-by: Prashant Gupta <[email protected]>
Signed-off-by: Prashant Gupta <[email protected]>
Going to push commits to this PR to test the model.revision bug fixes! |
Signed-off-by: Prashant Gupta <[email protected]>
Signed-off-by: Prashant Gupta <[email protected]>
Signed-off-by: Prashant Gupta <[email protected]>
Cool! All tests green 💯 |
So my plan at this time is to open a new PR with the latest commits from this PR which fix the model revision used in the tests. Once we get that in then we can discuss about whether we even want to revert to the 3 layer model or not |
Description
Draft PR #497 has all tests pass because it uses both tiny granite models
This PR checks the test results for bypassing the cache (not using 4-layer model)
Related Issues
#497