-
Notifications
You must be signed in to change notification settings - Fork 118
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
Move Next-Item-Prediction-with-Transformers examples from models #1028
Conversation
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
Documentation preview |
4ef93e7
to
84bb641
Compare
timeout=720, | ||
execute=False, | ||
) | ||
@pytest.mark.notebook |
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 throws a warning (not an error) in the logs:
tests/unit/test_transformers_next_item_prediction_with_pretrained_embeddings.py:21
/home/gha-user/gha1/Merlin/Merlin/tests/unit/test_transformers_next_item_prediction_with_pretrained_embeddings.py:21: PytestUnknownMarkWarning: Unknown pytest.mark.notebook - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.notebook
You can add a notebook
marker here: https://github.com/NVIDIA-Merlin/Merlin/blob/main/pytest.ini to stop the warning.
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.
thank you ver much for looking at this @nv-alaiacano! 🙏 will make the changes today
The GPU CI pipeline that was failing for me the whole day (which I posted about in slack) passed on the last run! (I left it running as I shut down for the day but had no hope it would pass as it failed with the same error for me 5+ times yesterday, but turns out it now passes!)
Thank you very much for looking into this anyhow and for spotting this issue and pointing me how to get rid of the warnings, will do so today 🙂
cfb9764
to
2b21651
Compare
What are the changes in |
151fea3
to
67b681a
Compare
Thank you very much for catching this, Benedikt! My bad. I have now removed the file. |
* Move over the examples * Move over tests (along with the asvdb benchmark tracking test) * Add `notebook` marker to pytest.ini * Update tracking logo on the example with pretrained embeddings
67b681a
to
b85747b
Compare
This is a part of larger ongoing work that we are tracking under #1027.
Here I am only moving the examples from
models
toMerlin
and making sure the tests run. Once this is in place, I'll work on merging a PR in models to remove the examples and clean up tests, etc.