-
Notifications
You must be signed in to change notification settings - Fork 145
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
[draft] morpheus-llm conda package #1912
Closed
AnuradhaKaruppiah
wants to merge
17
commits into
nv-morpheus:branch-24.10
from
AnuradhaKaruppiah:package-llm
Closed
[draft] morpheus-llm conda package #1912
AnuradhaKaruppiah
wants to merge
17
commits into
nv-morpheus:branch-24.10
from
AnuradhaKaruppiah:package-llm
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Contributor
AnuradhaKaruppiah
commented
Sep 24, 2024
•
edited
Loading
edited
- Create morpheus-llm conda package
- Update github workflow to upload the morpheus-llm conda package to anaconda
Signed-off-by: Anuradha Karuppiah <anuradhak@nvidia.com>
Signed-off-by: Anuradha Karuppiah <anuradhak@nvidia.com>
Style used for purposes of consistency - 1. Imports in __init__ and pipeline are absolute 2. All other imports (withing morpheus_dfp) are relative Signed-off-by: Anuradha Karuppiah <anuradhak@nvidia.com>
Signed-off-by: Anuradha Karuppiah <anuradhak@nvidia.com>
The morpheus_dfp package is entirely python and setup.py can be used directly to create this package. However for the sake of consistency cmake with mopheus_utils_build_python_package is used. Signed-off-by: Anuradha Karuppiah <anuradhak@nvidia.com>
Signed-off-by: Anuradha Karuppiah <anuradhak@nvidia.com>
1. Add a build flag to disable compiling morpheus-core 2. Add a build flag for morpheus_dfp 3. Add morpheus_dfp conda recipe Cleanup: 1. Avoid enabling morpheus extended package flags in the runner container. Instead set them via the build scripts. This is mainly to avoid the confusion in managing the flags. 2. Removed some of the build flags passed to the conda recipes to avoid confusion.
Signed-off-by: Anuradha Karuppiah <anuradhak@nvidia.com>
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
AnuradhaKaruppiah
changed the title
morpheus-llm conda package
[draft] morpheus-llm conda package
Sep 24, 2024
AnuradhaKaruppiah
added
non-breaking
Non-breaking change
improvement
Improvement to existing functionality
conda-build
Enables running the conda-build step on a PR
conda-lib-build
labels
Sep 24, 2024
/ok to test |
Signed-off-by: Anuradha Karuppiah <anuradhak@nvidia.com>
Signed-off-by: Anuradha Karuppiah <anuradhak@nvidia.com>
Signed-off-by: Anuradha Karuppiah <anuradhak@nvidia.com>
AnuradhaKaruppiah
force-pushed
the
package-llm
branch
from
September 25, 2024 02:07
9dc68a9
to
93c5ca3
Compare
/ok to test |
mdemoret-nv
reviewed
Sep 25, 2024
python/morpheus_llm/morpheus_llm/_lib/cmake/libmorpheus_llm.cmake
Outdated
Show resolved
Hide resolved
python/morpheus_llm/morpheus_llm/_lib/cmake/libmorpheus_llm.cmake
Outdated
Show resolved
Hide resolved
1. ci/conda/recipes/morpheus will be removed once the morpheus runtime container is updated to install the morpheus libraries 2. morpheus-libs/meta.yaml will generate conda packages for all the morpheus libraries Signed-off-by: Anuradha Karuppiah <anuradhak@nvidia.com>
AnuradhaKaruppiah
force-pushed
the
package-llm
branch
4 times, most recently
from
September 30, 2024 21:08
53734d0
to
03ce1cf
Compare
AnuradhaKaruppiah
force-pushed
the
package-llm
branch
3 times, most recently
from
October 1, 2024 02:31
0fd41fc
to
3950005
Compare
Signed-off-by: Anuradha Karuppiah <anuradhak@nvidia.com>
Signed-off-by: Anuradha Karuppiah <anuradhak@nvidia.com>
AnuradhaKaruppiah
force-pushed
the
package-llm
branch
from
October 1, 2024 02:36
3950005
to
ef7dce3
Compare
… package" This reverts commit 93c5ca3.
1. conda-build is used for building conda pacakge for the morpheus libraries. 2. Dropped the conda package with "all components". This will be replaced with the individual conda packages. Signed-off-by: Anuradha Karuppiah <anuradhak@nvidia.com>
Signed-off-by: Anuradha Karuppiah <anuradhak@nvidia.com>
/ok to test |
Moved these commits to PR #1897 . It was challenging to fixup the conda recipe across two PRs. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
conda-build
Enables running the conda-build step on a PR
improvement
Improvement to existing functionality
non-breaking
Non-breaking change
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.