Skip to content
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

Create a conda recipe for merlin-systems #101

Merged
merged 1 commit into from
May 9, 2022
Merged

Create a conda recipe for merlin-systems #101

merged 1 commit into from
May 9, 2022

Conversation

benfred
Copy link
Member

@benfred benfred commented May 7, 2022

Adds a conda recipe so that we can publish merlin-systems to anaconda

Closes #100

Adds a conda recipe so that we can publish merlin-systems to anaconda

Closes #100
@github-actions
Copy link

github-actions bot commented May 7, 2022

Documentation preview

https://nvidia-merlin.github.io/systems/review/pr-101

@nvidia-merlin-bot
Copy link

Click to view CI Results
GitHub pull request #101 of commit eef9f03ad403b81b0dc0ddb742eb5d1efe701bb4, no merge conflicts.
Running as SYSTEM
Setting status of eef9f03ad403b81b0dc0ddb742eb5d1efe701bb4 to PENDING with url https://10.20.13.93:8080/job/merlin_systems/35/console and message: 'Pending'
Using context: Jenkins
Building on master in workspace /var/jenkins_home/workspace/merlin_systems
using credential fce1c729-5d7c-48e8-90cb-b0c314b1076e
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/NVIDIA-Merlin/systems # timeout=10
Fetching upstream changes from https://github.com/NVIDIA-Merlin/systems
 > git --version # timeout=10
using GIT_ASKPASS to set credentials login for merlin-systems user + githubtoken
 > git fetch --tags --force --progress -- https://github.com/NVIDIA-Merlin/systems +refs/pull/101/*:refs/remotes/origin/pr/101/* # timeout=10
 > git rev-parse eef9f03ad403b81b0dc0ddb742eb5d1efe701bb4^{commit} # timeout=10
Checking out Revision eef9f03ad403b81b0dc0ddb742eb5d1efe701bb4 (detached)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f eef9f03ad403b81b0dc0ddb742eb5d1efe701bb4 # timeout=10
Commit message: "Create a conda recipe for merlin-systems"
 > git rev-list --no-walk 33abebf0e45b2d1c7a9331e1df33b9d8e987d60b # timeout=10
[merlin_systems] $ /bin/bash /tmp/jenkins4594409117226555445.sh
============================= test session starts ==============================
platform linux -- Python 3.8.10, pytest-7.1.2, pluggy-1.0.0
rootdir: /var/jenkins_home/workspace/merlin_systems/systems, configfile: pyproject.toml
plugins: xdist-2.5.0, forked-1.4.0, cov-3.0.0
collected 18 items

tests/unit/test_version.py . [ 5%]
tests/unit/systems/test_ensemble.py .... [ 27%]
tests/unit/systems/test_ensemble_ops.py .. [ 38%]
tests/unit/systems/test_export.py . [ 44%]
tests/unit/systems/test_graph.py . [ 50%]
tests/unit/systems/test_inference_ops.py .. [ 61%]
tests/unit/systems/test_op_runner.py .... [ 83%]
tests/unit/systems/test_tensorflow_inf_op.py ... [100%]

=============================== warnings summary ===============================
../../../../../nvtabular/nvtabular/framework_utils/init.py:18
/nvtabular/nvtabular/framework_utils/init.py:18: DeprecationWarning: The nvtabular.framework_utils module is being replaced by the Merlin Models library. Support for importing from nvtabular.framework_utils is deprecated, and will be removed in a future version. Please consider using the models and layers from Merlin Models instead.
warnings.warn(

tests/unit/systems/test_ensemble.py: 7 warnings
tests/unit/systems/test_export.py: 1 warning
tests/unit/systems/test_inference_ops.py: 2 warnings
tests/unit/systems/test_op_runner.py: 4 warnings
/usr/lib/python3.8/site-packages/cudf/core/dataframe.py:1253: UserWarning: The deep parameter is ignored and is only included for pandas compatibility.
warnings.warn(

tests/unit/systems/test_export.py::test_export_run_ensemble_triton[tensorflow-parquet]
/var/jenkins_home/workspace/merlin_systems/systems/merlin/systems/triton/export.py:304: UserWarning: Column x is being generated by NVTabular workflow but is unused in test_name_tf model
warnings.warn(

tests/unit/systems/test_export.py::test_export_run_ensemble_triton[tensorflow-parquet]
/var/jenkins_home/workspace/merlin_systems/systems/merlin/systems/triton/export.py:304: UserWarning: Column y is being generated by NVTabular workflow but is unused in test_name_tf model
warnings.warn(

tests/unit/systems/test_export.py::test_export_run_ensemble_triton[tensorflow-parquet]
/var/jenkins_home/workspace/merlin_systems/systems/merlin/systems/triton/export.py:304: UserWarning: Column id is being generated by NVTabular workflow but is unused in test_name_tf model
warnings.warn(

-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
================== 18 passed, 18 warnings in 74.14s (0:01:14) ==================
Performing Post build task...
Match found for : : True
Logical operation result is TRUE
Running script : #!/bin/bash
cd /var/jenkins_home/
CUDA_VISIBLE_DEVICES=1 python test_res_push.py "https://api.GitHub.com/repos/NVIDIA-Merlin/systems/issues/$ghprbPullId/comments" "/var/jenkins_home/jobs/$JOB_NAME/builds/$BUILD_NUMBER/log"
[merlin_systems] $ /bin/bash /tmp/jenkins6331169096534868171.sh

@karlhigley karlhigley added this to the Merlin 22.05 milestone May 9, 2022
@karlhigley karlhigley merged commit 650c9b0 into main May 9, 2022
@benfred benfred deleted the conda_recipe branch May 9, 2022 17:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

create conda packages for merlin-systems
3 participants