-
Notifications
You must be signed in to change notification settings - Fork 148
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Move Tensorflow code to tensorflow
branch
#448
Conversation
The Tensorflow API for this library is in a WIP state that's causing some test failures, but we'd still like to be able to make changes, improvements, and releases of the PyTorch API, so we're moving the Tensorflow code to the `tensorflow` branch until it's stable.
Click to view CI ResultsGitHub pull request #448 of commit e47254751914c1433f920ce0ba26488c16e2c152, no merge conflicts. Running as SYSTEM Setting status of e47254751914c1433f920ce0ba26488c16e2c152 to PENDING with url http://10.20.17.181:8080/job/transformers4rec_tests/139/ and message: 'Build started for merge commit.' Using context: Jenkins Unit Test Run Building on master in workspace /var/jenkins_home/workspace/transformers4rec_tests using credential nvidia-merlin-bot Cloning the remote Git repository Cloning repository https://github.com/NVIDIA-Merlin/Transformers4Rec.git > git init /var/jenkins_home/workspace/transformers4rec_tests/transformers4rec # timeout=10 Fetching upstream changes from https://github.com/NVIDIA-Merlin/Transformers4Rec.git > git --version # timeout=10 using GIT_ASKPASS to set credentials This is the bot credentials for our CI/CD > git fetch --tags --force --progress -- https://github.com/NVIDIA-Merlin/Transformers4Rec.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://github.com/NVIDIA-Merlin/Transformers4Rec.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://github.com/NVIDIA-Merlin/Transformers4Rec.git # timeout=10 Fetching upstream changes from https://github.com/NVIDIA-Merlin/Transformers4Rec.git using GIT_ASKPASS to set credentials This is the bot credentials for our CI/CD > git fetch --tags --force --progress -- https://github.com/NVIDIA-Merlin/Transformers4Rec.git +refs/pull/448/*:refs/remotes/origin/pr/448/* # timeout=10 > git rev-parse e47254751914c1433f920ce0ba26488c16e2c152^{commit} # timeout=10 Checking out Revision e47254751914c1433f920ce0ba26488c16e2c152 (detached) > git config core.sparsecheckout # timeout=10 > git checkout -f e47254751914c1433f920ce0ba26488c16e2c152 # timeout=10 Commit message: "Move Tensorflow code to `tensorflow` branch" > git rev-list --no-walk 7d85b7d89560d06447cae4fdd0ccae074c282486 # timeout=10 [transformers4rec_tests] $ /bin/bash /tmp/jenkins17351691309527142639.sh ============================= test session starts ============================== platform linux -- Python 3.8.10, pytest-7.1.2, pluggy-1.0.0 rootdir: /var/jenkins_home/workspace/transformers4rec_tests/transformers4rec plugins: anyio-3.5.0, xdist-2.5.0, forked-1.4.0, cov-3.0.0 collected 1 item |
Documentation previewhttps://nvidia-merlin.github.io/Transformers4Rec/review/pr-448 |
Blocked by #449 |
Click to view CI ResultsGitHub pull request #448 of commit 936d80af6dbcb9b5dd8c14fb25346cf1752ce4e1, no merge conflicts. Running as SYSTEM Setting status of 936d80af6dbcb9b5dd8c14fb25346cf1752ce4e1 to PENDING with url http://10.20.17.181:8080/job/transformers4rec_tests/144/ and message: 'Build started for merge commit.' Using context: Jenkins Unit Test Run Building on master in workspace /var/jenkins_home/workspace/transformers4rec_tests using credential nvidia-merlin-bot Cloning the remote Git repository Cloning repository https://github.com/NVIDIA-Merlin/Transformers4Rec.git > git init /var/jenkins_home/workspace/transformers4rec_tests/transformers4rec # timeout=10 Fetching upstream changes from https://github.com/NVIDIA-Merlin/Transformers4Rec.git > git --version # timeout=10 using GIT_ASKPASS to set credentials This is the bot credentials for our CI/CD > git fetch --tags --force --progress -- https://github.com/NVIDIA-Merlin/Transformers4Rec.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://github.com/NVIDIA-Merlin/Transformers4Rec.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://github.com/NVIDIA-Merlin/Transformers4Rec.git # timeout=10 Fetching upstream changes from https://github.com/NVIDIA-Merlin/Transformers4Rec.git using GIT_ASKPASS to set credentials This is the bot credentials for our CI/CD > git fetch --tags --force --progress -- https://github.com/NVIDIA-Merlin/Transformers4Rec.git +refs/pull/448/*:refs/remotes/origin/pr/448/* # timeout=10 > git rev-parse 936d80af6dbcb9b5dd8c14fb25346cf1752ce4e1^{commit} # timeout=10 Checking out Revision 936d80af6dbcb9b5dd8c14fb25346cf1752ce4e1 (detached) > git config core.sparsecheckout # timeout=10 > git checkout -f 936d80af6dbcb9b5dd8c14fb25346cf1752ce4e1 # timeout=10 Commit message: "Merge branch 'main' into move-tf-to-branch" > git rev-list --no-walk b4f26381f2c2eceea25923ab09aa2bea1556cd93 # timeout=10 First time build. Skipping changelog. [transformers4rec_tests] $ /bin/bash /tmp/jenkins4529341353317727517.sh ============================= test session starts ============================== platform linux -- Python 3.8.10, pytest-7.1.2, pluggy-1.0.0 rootdir: /var/jenkins_home/workspace/transformers4rec_tests/transformers4rec plugins: anyio-3.5.0, xdist-2.5.0, forked-1.4.0, cov-3.0.0 collected 1 item |
The Tensorflow API for this library is in a WIP state that's causing some test failures, but we'd still like to be able to make changes, improvements, and releases of the PyTorch API, so we're moving the Tensorflow code to the
tensorflow
branch until it's stable.