-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Resolve issue #2018 #2022
Resolve issue #2018 #2022
Commits on Feb 19, 2024
-
Signed-off-by: miguelgfierro <[email protected]> Signed-off-by: Simon Zhao <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 23dd95b - Browse repository at this point
Copy the full SHA 23dd95bView commit details -
Comment out the PR gate affected tests with the upgrade to TF>2.10.1
Signed-off-by: miguelgfierro <[email protected]> Signed-off-by: Simon Zhao <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 212d5ac - Browse repository at this point
Copy the full SHA 212d5acView commit details -
Comment out the nightly builds affected tests with the upgrade to TF>…
…2.10.1 Signed-off-by: miguelgfierro <[email protected]> Signed-off-by: Simon Zhao <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5ce18fa - Browse repository at this point
Copy the full SHA 5ce18faView commit details -
Signed-off-by: miguelgfierro <[email protected]> Signed-off-by: Simon Zhao <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 46c76a5 - Browse repository at this point
Copy the full SHA 46c76a5View commit details -
Comment out the nightly builds affected tests with the upgrade to TF>…
…2.10.1 Signed-off-by: miguelgfierro <[email protected]> Signed-off-by: Simon Zhao <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7e86950 - Browse repository at this point
Copy the full SHA 7e86950View commit details -
revert the breaking tests with TF 2.10.1
Signed-off-by: miguelgfierro <[email protected]> Signed-off-by: Simon Zhao <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0e4d72b - Browse repository at this point
Copy the full SHA 0e4d72bView commit details -
Signed-off-by: miguelgfierro <[email protected]> Signed-off-by: Simon Zhao <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1d13495 - Browse repository at this point
Copy the full SHA 1d13495View commit details -
Signed-off-by: miguelgfierro <[email protected]> Signed-off-by: Simon Zhao <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c3f9d67 - Browse repository at this point
Copy the full SHA c3f9d67View commit details -
Signed-off-by: Simon Zhao <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1d543c7 - Browse repository at this point
Copy the full SHA 1d543c7View commit details -
Exclude tensorflow versions that are not supported
Signed-off-by: Simon Zhao <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4d86d38 - Browse repository at this point
Copy the full SHA 4d86d38View commit details -
Correct version comparison using packaging.version.Version
Signed-off-by: Simon Zhao <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 90c3920 - Browse repository at this point
Copy the full SHA 90c3920View commit details -
Signed-off-by: Simon Zhao <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for eb47a4f - Browse repository at this point
Copy the full SHA eb47a4fView commit details -
Signed-off-by: Simon Zhao <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0e580bc - Browse repository at this point
Copy the full SHA 0e580bcView commit details -
Signed-off-by: Simon Zhao <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7973235 - Browse repository at this point
Copy the full SHA 7973235View commit details -
Not triggering unit tests on Draft PR (#2033)
* Not triggering unit tests on Draft PR Signed-off-by: Jun Ki Min <[email protected]> * Change a PR-triggering file to test Signed-off-by: Jun Ki Min <[email protected]> --------- Signed-off-by: Jun Ki Min <[email protected]> Signed-off-by: Simon Zhao <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4c39a80 - Browse repository at this point
Copy the full SHA 4c39a80View commit details -
Refactor ranking metric
map
to be the same as Spark's (#2004)* Announcement LF Signed-off-by: miguelgfierro <[email protected]> Signed-off-by: Jun Ki Min <[email protected]> * Update email Signed-off-by: miguelgfierro <[email protected]> Signed-off-by: Jun Ki Min <[email protected]> * Update README.md Signed-off-by: miguelgfierro <[email protected]> Signed-off-by: Jun Ki Min <[email protected]> * security Signed-off-by: miguelgfierro <[email protected]> Signed-off-by: Jun Ki Min <[email protected]> * license and contribution notice Signed-off-by: miguelgfierro <[email protected]> Signed-off-by: Jun Ki Min <[email protected]> * update author link Signed-off-by: miguelgfierro <[email protected]> Signed-off-by: Jun Ki Min <[email protected]> * Add new code of conduct from LF Signed-off-by: miguelgfierro <[email protected]> Signed-off-by: Jun Ki Min <[email protected]> * Replacing references GRU4Rec to GRU Signed-off-by: miguelgfierro <[email protected]> Signed-off-by: Jun Ki Min <[email protected]> * Replacing references GRU4Rec to GRU Signed-off-by: miguelgfierro <[email protected]> Signed-off-by: Jun Ki Min <[email protected]> * Replacing references GRU4Rec in config files Signed-off-by: miguelgfierro <[email protected]> Signed-off-by: Jun Ki Min <[email protected]> * Update references Signed-off-by: miguelgfierro <[email protected]> Signed-off-by: Jun Ki Min <[email protected]> * Delete conda.md Signed-off-by: Jun Ki Min <[email protected]> * refactor map_at_k and map to be the same as Spark's Signed-off-by: Jun Ki Min <[email protected]> * list of test failing to fix Signed-off-by: Jun Ki Min <[email protected]> * Update readme LF feedback @wutaomsft Signed-off-by: miguelgfierro <[email protected]> Signed-off-by: Jun Ki Min <[email protected]> * Update NEWS.md Co-authored-by: Andreas Argyriou <[email protected]> Signed-off-by: Jun Ki Min <[email protected]> * Update README.md Co-authored-by: Andreas Argyriou <[email protected]> Signed-off-by: Jun Ki Min <[email protected]> * Fix test errors, Refactor column check utils to be simpler Signed-off-by: Jun Ki Min <[email protected]> * Rename ranking tests to be _at_k suffixed Signed-off-by: Jun Ki Min <[email protected]> * Change test names in the test group Signed-off-by: Jun Ki Min <[email protected]> * add comment to mocked fn in a test Signed-off-by: Jun Ki Min <[email protected]> * 📝 Signed-off-by: miguelgfierro <[email protected]> Signed-off-by: Jun Ki Min <[email protected]> * remove unused input Signed-off-by: miguelgfierro <[email protected]> Signed-off-by: Jun Ki Min <[email protected]> * 📝 Signed-off-by: miguelgfierro <[email protected]> Signed-off-by: Jun Ki Min <[email protected]> * no need to output the logs twice Signed-off-by: miguelgfierro <[email protected]> Signed-off-by: Jun Ki Min <[email protected]> * packages Signed-off-by: miguelgfierro <[email protected]> Signed-off-by: Jun Ki Min <[email protected]> * skipping flaky test Signed-off-by: miguelgfierro <[email protected]> Signed-off-by: Jun Ki Min <[email protected]> * Issue with TF Signed-off-by: miguelgfierro <[email protected]> Signed-off-by: Jun Ki Min <[email protected]> * Comment out the PR gate affected tests with the upgrade to TF>2.10.1 Signed-off-by: miguelgfierro <[email protected]> Signed-off-by: Jun Ki Min <[email protected]> * Comment out the nightly builds affected tests with the upgrade to TF>2.10.1 Signed-off-by: miguelgfierro <[email protected]> Signed-off-by: Jun Ki Min <[email protected]> * 🐛 Signed-off-by: miguelgfierro <[email protected]> Signed-off-by: Jun Ki Min <[email protected]> * Comment out the nightly builds affected tests with the upgrade to TF>2.10.1 Signed-off-by: miguelgfierro <[email protected]> Signed-off-by: Jun Ki Min <[email protected]> * revert the breaking tests with TF 2.10.1 Signed-off-by: miguelgfierro <[email protected]> Signed-off-by: Jun Ki Min <[email protected]> * temporary pin to TF=2.8.4 Signed-off-by: miguelgfierro <[email protected]> Signed-off-by: Jun Ki Min <[email protected]> * Update security tests Signed-off-by: miguelgfierro <[email protected]> Signed-off-by: Jun Ki Min <[email protected]> * Update expected values to not use fixture Signed-off-by: Jun Ki Min <[email protected]> * list of test failing to fix Signed-off-by: Jun Ki Min <[email protected]> * Fix missing fixture error Signed-off-by: Jun Ki Min <[email protected]> --------- Signed-off-by: miguelgfierro <[email protected]> Signed-off-by: Jun Ki Min <[email protected]> Co-authored-by: miguelgfierro <[email protected]> Co-authored-by: Andreas Argyriou <[email protected]> Co-authored-by: Miguel Fierro <[email protected]> Signed-off-by: Simon Zhao <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 22d8707 - Browse repository at this point
Copy the full SHA 22d8707View commit details -
Add missing kernelspec language
Signed-off-by: Simon Zhao <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6fa92b5 - Browse repository at this point
Copy the full SHA 6fa92b5View commit details -
Remove scrapbook and papermill deps
Signed-off-by: miguelgfierro <[email protected]> Signed-off-by: Simon Zhao <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 00102be - Browse repository at this point
Copy the full SHA 00102beView commit details -
notebook utils programmatic execution
Signed-off-by: miguelgfierro <[email protected]> Signed-off-by: Simon Zhao <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f285677 - Browse repository at this point
Copy the full SHA f285677View commit details -
Signed-off-by: miguelgfierro <[email protected]> Signed-off-by: Simon Zhao <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for cad762e - Browse repository at this point
Copy the full SHA cad762eView commit details -
Signed-off-by: miguelgfierro <[email protected]> Signed-off-by: Simon Zhao <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e55b311 - Browse repository at this point
Copy the full SHA e55b311View commit details -
Signed-off-by: miguelgfierro <[email protected]> Signed-off-by: Simon Zhao <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 76dc706 - Browse repository at this point
Copy the full SHA 76dc706View commit details -
Replace papermill and scrapbook for new internal function
Signed-off-by: miguelgfierro <[email protected]> Signed-off-by: Simon Zhao <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ccd98c5 - Browse repository at this point
Copy the full SHA ccd98c5View commit details -
Replace papermill and scrapbook for new internal function
Signed-off-by: miguelgfierro <[email protected]> Signed-off-by: Simon Zhao <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e855606 - Browse repository at this point
Copy the full SHA e855606View commit details -
Update new programmatic execution code
Signed-off-by: miguelgfierro <[email protected]> Signed-off-by: Simon Zhao <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f662d17 - Browse repository at this point
Copy the full SHA f662d17View commit details -
Update new programmatic execution code
Signed-off-by: miguelgfierro <[email protected]> Signed-off-by: Simon Zhao <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a712885 - Browse repository at this point
Copy the full SHA a712885View commit details -
Update notebooks with new utility
Signed-off-by: miguelgfierro <[email protected]> Signed-off-by: Simon Zhao <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9db40a6 - Browse repository at this point
Copy the full SHA 9db40a6View commit details -
Signed-off-by: miguelgfierro <[email protected]> Signed-off-by: Simon Zhao <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d8378e8 - Browse repository at this point
Copy the full SHA d8378e8View commit details -
Signed-off-by: miguelgfierro <[email protected]> Signed-off-by: Simon Zhao <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 84b0bbd - Browse repository at this point
Copy the full SHA 84b0bbdView commit details -
Signed-off-by: miguelgfierro <[email protected]> Signed-off-by: Simon Zhao <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 53fcbcf - Browse repository at this point
Copy the full SHA 53fcbcfView commit details -
Signed-off-by: miguelgfierro <[email protected]> Signed-off-by: Simon Zhao <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e997621 - Browse repository at this point
Copy the full SHA e997621View commit details -
Document the tests in programmatic notebook
Signed-off-by: miguelgfierro <[email protected]> Signed-off-by: Simon Zhao <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for de7633e - Browse repository at this point
Copy the full SHA de7633eView commit details -
Signed-off-by: miguelgfierro <[email protected]> Signed-off-by: Simon Zhao <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e78b8b8 - Browse repository at this point
Copy the full SHA e78b8b8View commit details -
Signed-off-by: miguelgfierro <[email protected]> Signed-off-by: Simon Zhao <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ccfb5ca - Browse repository at this point
Copy the full SHA ccfb5caView commit details -
Signed-off-by: miguelgfierro <[email protected]> Signed-off-by: Simon Zhao <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 72192f9 - Browse repository at this point
Copy the full SHA 72192f9View commit details -
Signed-off-by: Simon Zhao <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 428820e - Browse repository at this point
Copy the full SHA 428820eView commit details -
Correct pattern matching and substitution
Signed-off-by: Simon Zhao <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0620ccd - Browse repository at this point
Copy the full SHA 0620ccdView commit details -
Merge multiline parameters into one line
Signed-off-by: Simon Zhao <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 393ac47 - Browse repository at this point
Copy the full SHA 393ac47View commit details -
Signed-off-by: Simon Zhao <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fa4f87c - Browse repository at this point
Copy the full SHA fa4f87cView commit details -
Fix nightly test errors (#2045)
* Revert tests tolerance * Fix notebook parameter parsing * Add notebook utils tests to test groups * Fix notebooks * Fix notebook unit tests * Update evaluation metrics name map. Handle None for exp_var * Fix smoke tests * cleanup * Fix functional test errors * make notebook parameter update function to be private * Fix benchmark notebook bug * fix remaining bugs --------- Signed-off-by: Jun Ki Min <[email protected]> Signed-off-by: Simon Zhao <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9befa84 - Browse repository at this point
Copy the full SHA 9befa84View commit details -
Fix benchmarks last cell to store value, not [value]
Signed-off-by: Jun Ki Min <[email protected]> Signed-off-by: Simon Zhao <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7df82f3 - Browse repository at this point
Copy the full SHA 7df82f3View commit details -
Signed-off-by: miguelgfierro <[email protected]> Signed-off-by: Simon Zhao <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f9e4b34 - Browse repository at this point
Copy the full SHA f9e4b34View commit details -
📝 remove papermill and scrapbook references
Signed-off-by: miguelgfierro <[email protected]> Signed-off-by: Simon Zhao <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 56d9369 - Browse repository at this point
Copy the full SHA 56d9369View commit details -
📝 remove papermill and scrapbook references
Signed-off-by: miguelgfierro <[email protected]> Signed-off-by: Simon Zhao <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7b83ae5 - Browse repository at this point
Copy the full SHA 7b83ae5View commit details -
Signed-off-by: miguelgfierro <[email protected]> Signed-off-by: Simon Zhao <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2151469 - Browse repository at this point
Copy the full SHA 2151469View commit details -
📝 remove papermill and scrapbook references
Signed-off-by: miguelgfierro <[email protected]> Signed-off-by: Simon Zhao <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4c07eb1 - Browse repository at this point
Copy the full SHA 4c07eb1View commit details -
📝 remove papermill and scrapbook references
Signed-off-by: miguelgfierro <[email protected]> Signed-off-by: Simon Zhao <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f407446 - Browse repository at this point
Copy the full SHA f407446View commit details -
📝 remove papermill and scrapbook references
Signed-off-by: miguelgfierro <[email protected]> Signed-off-by: Simon Zhao <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 32ea148 - Browse repository at this point
Copy the full SHA 32ea148View commit details -
Signed-off-by: miguelgfierro <[email protected]> Signed-off-by: Simon Zhao <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4fabbb1 - Browse repository at this point
Copy the full SHA 4fabbb1View commit details -
Signed-off-by: miguelgfierro <[email protected]> Signed-off-by: Simon Zhao <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 080bc0f - Browse repository at this point
Copy the full SHA 080bc0fView commit details -
Signed-off-by: miguelgfierro <[email protected]> Signed-off-by: Simon Zhao <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 93a4f1c - Browse repository at this point
Copy the full SHA 93a4f1cView commit details -
Updated PR template and contributing
Signed-off-by: miguelgfierro <[email protected]> Signed-off-by: Simon Zhao <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0c43ad5 - Browse repository at this point
Copy the full SHA 0c43ad5View commit details -
Signed-off-by: miguelgfierro <[email protected]> Signed-off-by: Simon Zhao <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0ae786e - Browse repository at this point
Copy the full SHA 0ae786eView commit details -
[Fix] correct MIND data construction of user behavior history
Signed-off-by: Simon Zhao <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f275965 - Browse repository at this point
Copy the full SHA f275965View commit details -
Signed-off-by: miguelgfierro <[email protected]> Signed-off-by: Simon Zhao <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 31b7970 - Browse repository at this point
Copy the full SHA 31b7970View commit details -
Signed-off-by: miguelgfierro <[email protected]> Signed-off-by: Simon Zhao <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5d0c496 - Browse repository at this point
Copy the full SHA 5d0c496View commit details -
Signed-off-by: miguelgfierro <[email protected]> Signed-off-by: Simon Zhao <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9dfc3be - Browse repository at this point
Copy the full SHA 9dfc3beView commit details -
Signed-off-by: miguelgfierro <[email protected]> Signed-off-by: Simon Zhao <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e34fdad - Browse repository at this point
Copy the full SHA e34fdadView commit details -
Signed-off-by: miguelgfierro <[email protected]> Signed-off-by: Simon Zhao <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for faba430 - Browse repository at this point
Copy the full SHA faba430View commit details -
Replace LayerRNNCell with AbstractRNNCell
Signed-off-by: Simon Zhao <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f925db2 - Browse repository at this point
Copy the full SHA f925db2View commit details -
Signed-off-by: Simon Zhao <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 70d04a8 - Browse repository at this point
Copy the full SHA 70d04a8View commit details -
Refactor ranking metric
map
to be the same as Spark's (#2004)* Announcement LF Signed-off-by: miguelgfierro <[email protected]> Signed-off-by: Jun Ki Min <[email protected]> * Update email Signed-off-by: miguelgfierro <[email protected]> Signed-off-by: Jun Ki Min <[email protected]> * Update README.md Signed-off-by: miguelgfierro <[email protected]> Signed-off-by: Jun Ki Min <[email protected]> * security Signed-off-by: miguelgfierro <[email protected]> Signed-off-by: Jun Ki Min <[email protected]> * license and contribution notice Signed-off-by: miguelgfierro <[email protected]> Signed-off-by: Jun Ki Min <[email protected]> * update author link Signed-off-by: miguelgfierro <[email protected]> Signed-off-by: Jun Ki Min <[email protected]> * Add new code of conduct from LF Signed-off-by: miguelgfierro <[email protected]> Signed-off-by: Jun Ki Min <[email protected]> * Replacing references GRU4Rec to GRU Signed-off-by: miguelgfierro <[email protected]> Signed-off-by: Jun Ki Min <[email protected]> * Replacing references GRU4Rec to GRU Signed-off-by: miguelgfierro <[email protected]> Signed-off-by: Jun Ki Min <[email protected]> * Replacing references GRU4Rec in config files Signed-off-by: miguelgfierro <[email protected]> Signed-off-by: Jun Ki Min <[email protected]> * Update references Signed-off-by: miguelgfierro <[email protected]> Signed-off-by: Jun Ki Min <[email protected]> * Delete conda.md Signed-off-by: Jun Ki Min <[email protected]> * refactor map_at_k and map to be the same as Spark's Signed-off-by: Jun Ki Min <[email protected]> * list of test failing to fix Signed-off-by: Jun Ki Min <[email protected]> * Update readme LF feedback @wutaomsft Signed-off-by: miguelgfierro <[email protected]> Signed-off-by: Jun Ki Min <[email protected]> * Update NEWS.md Co-authored-by: Andreas Argyriou <[email protected]> Signed-off-by: Jun Ki Min <[email protected]> * Update README.md Co-authored-by: Andreas Argyriou <[email protected]> Signed-off-by: Jun Ki Min <[email protected]> * Fix test errors, Refactor column check utils to be simpler Signed-off-by: Jun Ki Min <[email protected]> * Rename ranking tests to be _at_k suffixed Signed-off-by: Jun Ki Min <[email protected]> * Change test names in the test group Signed-off-by: Jun Ki Min <[email protected]> * add comment to mocked fn in a test Signed-off-by: Jun Ki Min <[email protected]> * 📝 Signed-off-by: miguelgfierro <[email protected]> Signed-off-by: Jun Ki Min <[email protected]> * remove unused input Signed-off-by: miguelgfierro <[email protected]> Signed-off-by: Jun Ki Min <[email protected]> * 📝 Signed-off-by: miguelgfierro <[email protected]> Signed-off-by: Jun Ki Min <[email protected]> * no need to output the logs twice Signed-off-by: miguelgfierro <[email protected]> Signed-off-by: Jun Ki Min <[email protected]> * packages Signed-off-by: miguelgfierro <[email protected]> Signed-off-by: Jun Ki Min <[email protected]> * skipping flaky test Signed-off-by: miguelgfierro <[email protected]> Signed-off-by: Jun Ki Min <[email protected]> * Issue with TF Signed-off-by: miguelgfierro <[email protected]> Signed-off-by: Jun Ki Min <[email protected]> * Comment out the PR gate affected tests with the upgrade to TF>2.10.1 Signed-off-by: miguelgfierro <[email protected]> Signed-off-by: Jun Ki Min <[email protected]> * Comment out the nightly builds affected tests with the upgrade to TF>2.10.1 Signed-off-by: miguelgfierro <[email protected]> Signed-off-by: Jun Ki Min <[email protected]> * 🐛 Signed-off-by: miguelgfierro <[email protected]> Signed-off-by: Jun Ki Min <[email protected]> * Comment out the nightly builds affected tests with the upgrade to TF>2.10.1 Signed-off-by: miguelgfierro <[email protected]> Signed-off-by: Jun Ki Min <[email protected]> * revert the breaking tests with TF 2.10.1 Signed-off-by: miguelgfierro <[email protected]> Signed-off-by: Jun Ki Min <[email protected]> * temporary pin to TF=2.8.4 Signed-off-by: miguelgfierro <[email protected]> Signed-off-by: Jun Ki Min <[email protected]> * Update security tests Signed-off-by: miguelgfierro <[email protected]> Signed-off-by: Jun Ki Min <[email protected]> * Update expected values to not use fixture Signed-off-by: Jun Ki Min <[email protected]> * list of test failing to fix Signed-off-by: Jun Ki Min <[email protected]> * Fix missing fixture error Signed-off-by: Jun Ki Min <[email protected]> --------- Signed-off-by: miguelgfierro <[email protected]> Signed-off-by: Jun Ki Min <[email protected]> Co-authored-by: miguelgfierro <[email protected]> Co-authored-by: Andreas Argyriou <[email protected]> Co-authored-by: Miguel Fierro <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b6036bd - Browse repository at this point
Copy the full SHA b6036bdView commit details -
notebook utils programmatic execution
Signed-off-by: miguelgfierro <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ac93817 - Browse repository at this point
Copy the full SHA ac93817View commit details -
Signed-off-by: miguelgfierro <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d08d649 - Browse repository at this point
Copy the full SHA d08d649View commit details -
Signed-off-by: miguelgfierro <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 330770b - Browse repository at this point
Copy the full SHA 330770bView commit details -
Replace papermill and scrapbook for new internal function
Signed-off-by: miguelgfierro <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c3e92df - Browse repository at this point
Copy the full SHA c3e92dfView commit details -
Replace papermill and scrapbook for new internal function
Signed-off-by: miguelgfierro <[email protected]> Signed-off-by: Simon Zhao <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7122109 - Browse repository at this point
Copy the full SHA 7122109View commit details -
Update new programmatic execution code
Signed-off-by: miguelgfierro <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e795de6 - Browse repository at this point
Copy the full SHA e795de6View commit details -
Update new programmatic execution code
Signed-off-by: miguelgfierro <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a5116f3 - Browse repository at this point
Copy the full SHA a5116f3View commit details -
Update notebooks with new utility
Signed-off-by: miguelgfierro <[email protected]> Signed-off-by: Simon Zhao <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0ec3b9e - Browse repository at this point
Copy the full SHA 0ec3b9eView commit details -
Signed-off-by: miguelgfierro <[email protected]> Signed-off-by: Simon Zhao <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 96a7e21 - Browse repository at this point
Copy the full SHA 96a7e21View commit details -
Signed-off-by: miguelgfierro <[email protected]> Signed-off-by: Simon Zhao <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 32f9858 - Browse repository at this point
Copy the full SHA 32f9858View commit details -
Signed-off-by: miguelgfierro <[email protected]> Signed-off-by: Simon Zhao <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4ecb668 - Browse repository at this point
Copy the full SHA 4ecb668View commit details -
Signed-off-by: miguelgfierro <[email protected]> Signed-off-by: Simon Zhao <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3d89766 - Browse repository at this point
Copy the full SHA 3d89766View commit details -
Document the tests in programmatic notebook
Signed-off-by: miguelgfierro <[email protected]> Signed-off-by: Simon Zhao <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a894b5c - Browse repository at this point
Copy the full SHA a894b5cView commit details -
Signed-off-by: miguelgfierro <[email protected]> Signed-off-by: Simon Zhao <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 00b7634 - Browse repository at this point
Copy the full SHA 00b7634View commit details -
Signed-off-by: miguelgfierro <[email protected]> Signed-off-by: Simon Zhao <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0ca11dc - Browse repository at this point
Copy the full SHA 0ca11dcView commit details -
Signed-off-by: miguelgfierro <[email protected]> Signed-off-by: Simon Zhao <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6a97812 - Browse repository at this point
Copy the full SHA 6a97812View commit details -
Signed-off-by: Simon Zhao <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5b01e25 - Browse repository at this point
Copy the full SHA 5b01e25View commit details -
Correct pattern matching and substitution
Signed-off-by: Simon Zhao <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3211560 - Browse repository at this point
Copy the full SHA 3211560View commit details -
Signed-off-by: Simon Zhao <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a4b0377 - Browse repository at this point
Copy the full SHA a4b0377View commit details -
Fix nightly test errors (#2045)
* Revert tests tolerance * Fix notebook parameter parsing * Add notebook utils tests to test groups * Fix notebooks * Fix notebook unit tests * Update evaluation metrics name map. Handle None for exp_var * Fix smoke tests * cleanup * Fix functional test errors * make notebook parameter update function to be private * Fix benchmark notebook bug * fix remaining bugs --------- Signed-off-by: Jun Ki Min <[email protected]> Signed-off-by: Simon Zhao <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for afe19f3 - Browse repository at this point
Copy the full SHA afe19f3View commit details -
Fix benchmarks last cell to store value, not [value]
Signed-off-by: Jun Ki Min <[email protected]> Signed-off-by: Simon Zhao <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9b881b6 - Browse repository at this point
Copy the full SHA 9b881b6View commit details -
Signed-off-by: miguelgfierro <[email protected]> Signed-off-by: Simon Zhao <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bda7322 - Browse repository at this point
Copy the full SHA bda7322View commit details -
📝 remove papermill and scrapbook references
Signed-off-by: miguelgfierro <[email protected]> Signed-off-by: Simon Zhao <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 27f6aa9 - Browse repository at this point
Copy the full SHA 27f6aa9View commit details -
📝 remove papermill and scrapbook references
Signed-off-by: miguelgfierro <[email protected]> Signed-off-by: Simon Zhao <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a810580 - Browse repository at this point
Copy the full SHA a810580View commit details -
📝 remove papermill and scrapbook references
Signed-off-by: miguelgfierro <[email protected]> Signed-off-by: Simon Zhao <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7860d29 - Browse repository at this point
Copy the full SHA 7860d29View commit details -
Signed-off-by: miguelgfierro <[email protected]> Signed-off-by: Simon Zhao <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 22bea12 - Browse repository at this point
Copy the full SHA 22bea12View commit details -
Signed-off-by: miguelgfierro <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 756467e - Browse repository at this point
Copy the full SHA 756467eView commit details -
Signed-off-by: miguelgfierro <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 728a6ee - Browse repository at this point
Copy the full SHA 728a6eeView commit details -
Updated PR template and contributing
Signed-off-by: miguelgfierro <[email protected]> Signed-off-by: Simon Zhao <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2f6c765 - Browse repository at this point
Copy the full SHA 2f6c765View commit details -
Signed-off-by: miguelgfierro <[email protected]> Signed-off-by: Simon Zhao <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8dca2b1 - Browse repository at this point
Copy the full SHA 8dca2b1View commit details -
Signed-off-by: miguelgfierro <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7765d38 - Browse repository at this point
Copy the full SHA 7765d38View commit details -
Signed-off-by: miguelgfierro <[email protected]> Signed-off-by: Simon Zhao <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 27da022 - Browse repository at this point
Copy the full SHA 27da022View commit details -
Signed-off-by: miguelgfierro <[email protected]> Signed-off-by: Simon Zhao <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 080262d - Browse repository at this point
Copy the full SHA 080262dView commit details -
Signed-off-by: miguelgfierro <[email protected]> Signed-off-by: Simon Zhao <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 780bafb - Browse repository at this point
Copy the full SHA 780bafbView commit details -
Signed-off-by: miguelgfierro <[email protected]> Signed-off-by: Simon Zhao <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f9ddd80 - Browse repository at this point
Copy the full SHA f9ddd80View commit details -
Signed-off-by: miguelgfierro <[email protected]> Signed-off-by: Simon Zhao <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 434d6e7 - Browse repository at this point
Copy the full SHA 434d6e7View commit details -
Signed-off-by: miguelgfierro <[email protected]> Signed-off-by: Simon Zhao <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 919a6ed - Browse repository at this point
Copy the full SHA 919a6edView commit details -
Signed-off-by: miguelgfierro <[email protected]> Signed-off-by: Simon Zhao <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 796ec60 - Browse repository at this point
Copy the full SHA 796ec60View commit details -
Signed-off-by: miguelgfierro <[email protected]> Signed-off-by: Simon Zhao <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 32fbf2a - Browse repository at this point
Copy the full SHA 32fbf2aView commit details -
Weird warning with a link in the docstrings
Signed-off-by: miguelgfierro <[email protected]> Signed-off-by: Simon Zhao <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d2067a7 - Browse repository at this point
Copy the full SHA d2067a7View commit details -
Signed-off-by: miguelgfierro <[email protected]> Signed-off-by: Simon Zhao <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d5a20d9 - Browse repository at this point
Copy the full SHA d5a20d9View commit details -
Fix docstring errors and replace .. note:: with Note:
Signed-off-by: miguelgfierro <[email protected]> Signed-off-by: Simon Zhao <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ded2254 - Browse repository at this point
Copy the full SHA ded2254View commit details -
Signed-off-by: miguelgfierro <[email protected]> Signed-off-by: Simon Zhao <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b831e23 - Browse repository at this point
Copy the full SHA b831e23View commit details -
Signed-off-by: miguelgfierro <[email protected]> Signed-off-by: Simon Zhao <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 770a474 - Browse repository at this point
Copy the full SHA 770a474View commit details -
Automatic build of documentation
Signed-off-by: miguelgfierro <[email protected]> Signed-off-by: Simon Zhao <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for aeabba7 - Browse repository at this point
Copy the full SHA aeabba7View commit details -
Automatic build of documentation dev
Signed-off-by: miguelgfierro <[email protected]> Signed-off-by: Simon Zhao <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bbf05ea - Browse repository at this point
Copy the full SHA bbf05eaView commit details -
Automatic build of documentation deps
Signed-off-by: miguelgfierro <[email protected]> Signed-off-by: Simon Zhao <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6568a93 - Browse repository at this point
Copy the full SHA 6568a93View commit details -
Automatic build of documentation deps
Signed-off-by: miguelgfierro <[email protected]> Signed-off-by: Simon Zhao <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 08f2c11 - Browse repository at this point
Copy the full SHA 08f2c11View commit details -
Automatic build of documentation deps
Signed-off-by: miguelgfierro <[email protected]> Signed-off-by: Simon Zhao <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 82328eb - Browse repository at this point
Copy the full SHA 82328ebView commit details -
Delete workflow and try via UI
Signed-off-by: miguelgfierro <[email protected]> Signed-off-by: Simon Zhao <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ddb43cc - Browse repository at this point
Copy the full SHA ddb43ccView commit details -
Signed-off-by: miguelgfierro <[email protected]> Signed-off-by: Simon Zhao <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5b348fd - Browse repository at this point
Copy the full SHA 5b348fdView commit details -
Signed-off-by: miguelgfierro <[email protected]> Signed-off-by: Simon Zhao <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b68f9f6 - Browse repository at this point
Copy the full SHA b68f9f6View commit details -
Signed-off-by: miguelgfierro <[email protected]> Signed-off-by: Simon Zhao <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1a4f54b - Browse repository at this point
Copy the full SHA 1a4f54bView commit details -
Signed-off-by: miguelgfierro <[email protected]> Signed-off-by: Simon Zhao <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a2928a3 - Browse repository at this point
Copy the full SHA a2928a3View commit details -
actions to automatically update documentation
Signed-off-by: miguelgfierro <[email protected]> Signed-off-by: Simon Zhao <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 03005e4 - Browse repository at this point
Copy the full SHA 03005e4View commit details -
actions to automatically update documentation
Signed-off-by: miguelgfierro <[email protected]> Signed-off-by: Simon Zhao <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b2afba1 - Browse repository at this point
Copy the full SHA b2afba1View commit details -
actions to automatically update documentation 🐛
Signed-off-by: miguelgfierro <[email protected]> Signed-off-by: Simon Zhao <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 37edbcf - Browse repository at this point
Copy the full SHA 37edbcfView commit details -
actions to automatically update documentation 🐛
Signed-off-by: miguelgfierro <[email protected]> Signed-off-by: Simon Zhao <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b01bc7e - Browse repository at this point
Copy the full SHA b01bc7eView commit details -
Signed-off-by: miguelgfierro <[email protected]> Signed-off-by: Simon Zhao <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 36e36a8 - Browse repository at this point
Copy the full SHA 36e36a8View commit details -
Signed-off-by: miguelgfierro <[email protected]> Signed-off-by: Simon Zhao <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 66fb9bd - Browse repository at this point
Copy the full SHA 66fb9bdView commit details -
trying github token and pull before pushing
Signed-off-by: miguelgfierro <[email protected]> Signed-off-by: Simon Zhao <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4ae1fc0 - Browse repository at this point
Copy the full SHA 4ae1fc0View commit details -
Signed-off-by: miguelgfierro <[email protected]> Signed-off-by: Simon Zhao <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 40ef986 - Browse repository at this point
Copy the full SHA 40ef986View commit details -
Signed-off-by: miguelgfierro <[email protected]> Signed-off-by: Simon Zhao <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e82463c - Browse repository at this point
Copy the full SHA e82463cView commit details -
Signed-off-by: miguelgfierro <[email protected]> Signed-off-by: Simon Zhao <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 96ba2e3 - Browse repository at this point
Copy the full SHA 96ba2e3View commit details -
Signed-off-by: miguelgfierro <[email protected]> Signed-off-by: Simon Zhao <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b27e88a - Browse repository at this point
Copy the full SHA b27e88aView commit details -
Signed-off-by: miguelgfierro <[email protected]> Signed-off-by: Simon Zhao <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 986dab6 - Browse repository at this point
Copy the full SHA 986dab6View commit details -
try adding other sphinx extensions
Signed-off-by: miguelgfierro <[email protected]> Signed-off-by: Simon Zhao <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 156ce2f - Browse repository at this point
Copy the full SHA 156ce2fView commit details -
Signed-off-by: miguelgfierro <[email protected]> Signed-off-by: Simon Zhao <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for caece7f - Browse repository at this point
Copy the full SHA caece7fView commit details -
comment geoimc and rlrmc docs until issue is fixed
Signed-off-by: miguelgfierro <[email protected]> Signed-off-by: Simon Zhao <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f72067f - Browse repository at this point
Copy the full SHA f72067fView commit details -
Signed-off-by: miguelgfierro <[email protected]> Signed-off-by: Simon Zhao <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9678fe2 - Browse repository at this point
Copy the full SHA 9678fe2View commit details -
Adding init and other special members
Signed-off-by: miguelgfierro <[email protected]> Signed-off-by: Simon Zhao <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c9d6056 - Browse repository at this point
Copy the full SHA c9d6056View commit details -
Adding init and other special members
Signed-off-by: miguelgfierro <[email protected]> Signed-off-by: Simon Zhao <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 725eb6e - Browse repository at this point
Copy the full SHA 725eb6eView commit details -
Signed-off-by: miguelgfierro <[email protected]> Signed-off-by: Simon Zhao <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9dd9fa1 - Browse repository at this point
Copy the full SHA 9dd9fa1View commit details -
Signed-off-by: miguelgfierro <[email protected]> Signed-off-by: Simon Zhao <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4be08b4 - Browse repository at this point
Copy the full SHA 4be08b4View commit details -
Change sphinx version and jupyter book
Signed-off-by: miguelgfierro <[email protected]> Signed-off-by: Simon Zhao <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 86f6378 - Browse repository at this point
Copy the full SHA 86f6378View commit details -
Change the way we compile the documentation
Signed-off-by: miguelgfierro <[email protected]> Signed-off-by: Simon Zhao <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7e12dc7 - Browse repository at this point
Copy the full SHA 7e12dc7View commit details -
Signed-off-by: miguelgfierro <[email protected]> Signed-off-by: Simon Zhao <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9ac20ce - Browse repository at this point
Copy the full SHA 9ac20ceView commit details -
Signed-off-by: miguelgfierro <[email protected]> Signed-off-by: Simon Zhao <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4e6f265 - Browse repository at this point
Copy the full SHA 4e6f265View commit details -
Co-authored-by: Simon Zhao <[email protected]> Signed-off-by: Simon Zhao <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for aa2ca0a - Browse repository at this point
Copy the full SHA aa2ca0aView commit details -
Update docs/requirements-doc.txt
Co-authored-by: Simon Zhao <[email protected]> Signed-off-by: Simon Zhao <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6ad777f - Browse repository at this point
Copy the full SHA 6ad777fView commit details -
Co-authored-by: Simon Zhao <[email protected]> Signed-off-by: Simon Zhao <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b622bd1 - Browse repository at this point
Copy the full SHA b622bd1View commit details -
Added comments by @SimonYansenZhao
Signed-off-by: miguelgfierro <[email protected]> Signed-off-by: Simon Zhao <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 484c403 - Browse repository at this point
Copy the full SHA 484c403View commit details -
Upgrade versions of GitHub Actions
See https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/ Signed-off-by: Simon Zhao <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 66842de - Browse repository at this point
Copy the full SHA 66842deView commit details -
Co-authored-by: Miguel Fierro <[email protected]> Signed-off-by: Simon Zhao <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 77235dc - Browse repository at this point
Copy the full SHA 77235dcView commit details -
Try to disable sum and sum_component only
Signed-off-by: Simon Zhao <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2783200 - Browse repository at this point
Copy the full SHA 2783200View commit details -
Signed-off-by: Simon Zhao <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ff6768a - Browse repository at this point
Copy the full SHA ff6768aView commit details -
Signed-off-by: Simon Zhao <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2d9341a - Browse repository at this point
Copy the full SHA 2d9341aView commit details -
Signed-off-by: Simon Zhao <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b886919 - Browse repository at this point
Copy the full SHA b886919View commit details -
Disable test_xdeepfm_component_definition
Signed-off-by: Simon Zhao <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 35610bf - Browse repository at this point
Copy the full SHA 35610bfView commit details -
Signed-off-by: Simon Zhao <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8866565 - Browse repository at this point
Copy the full SHA 8866565View commit details -
Signed-off-by: Simon Zhao <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 02103e2 - Browse repository at this point
Copy the full SHA 02103e2View commit details -
Remove leading whitespaces in Dockerfile
Signed-off-by: Simon Zhao <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 530f85b - Browse repository at this point
Copy the full SHA 530f85bView commit details -
Simplify azureml-test/action.yml
Signed-off-by: Simon Zhao <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c37f370 - Browse repository at this point
Copy the full SHA c37f370View commit details -
Signed-off-by: Simon Zhao <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 76ae5e0 - Browse repository at this point
Copy the full SHA 76ae5e0View commit details -
Configuration menu - View commit details
-
Copy full SHA for dfaa9ed - Browse repository at this point
Copy the full SHA dfaa9edView commit details -
Configuration menu - View commit details
-
Copy full SHA for 94ece08 - Browse repository at this point
Copy the full SHA 94ece08View commit details