-
Notifications
You must be signed in to change notification settings - Fork 140
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Generate the requirements files from dependencies.yaml
Signed-off-by: Anuradha Karuppiah <[email protected]>
- Loading branch information
1 parent
02eba83
commit 01934d3
Showing
13 changed files
with
57 additions
and
48 deletions.
There are no files selected for viewing
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
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
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
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
include morpheus/_version.py | ||
include morpheus/requirements_morpheus_core.txt | ||
recursive-include morpheus/data * | ||
recursive-include morpheus *.cpython*.so py.typed *.pyi |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# This file is generated by `rapids-dependency-file-generator`. | ||
# To make changes, edit ../../../dependencies.yaml and run `rapids-dependency-file-generator`. | ||
--extra-index-url https://download.pytorch.org/whl/cu124 | ||
torch==2.4.0+cu124 |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
include morpheus_dfp/_version.py | ||
include morpheus_dfp/requirements_morpheus_dfp.txt | ||
recursive-include morpheus_dfp py.typed |
4 changes: 4 additions & 0 deletions
4
python/morpheus_dfp/morpheus_dfp/requirements_morpheus_dfp.txt
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# This file is generated by `rapids-dependency-file-generator`. | ||
# To make changes, edit ../../../dependencies.yaml and run `rapids-dependency-file-generator`. | ||
--extra-index-url https://download.pytorch.org/whl/cu124 | ||
torch==2.4.0+cu124 |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
include morpheus_llm/_version.py | ||
include morpheus_llm/requirements.txt | ||
include morpheus_llm/requirements_morpheus_llm.txt | ||
recursive-include morpheus_llm *.cpython*.so py.typed *.pyi |
This file was deleted.
Oops, something went wrong.
10 changes: 10 additions & 0 deletions
10
python/morpheus_llm/morpheus_llm/requirements_morpheus_llm.txt
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# This file is generated by `rapids-dependency-file-generator`. | ||
# To make changes, edit ../../../dependencies.yaml and run `rapids-dependency-file-generator`. | ||
--extra-index-url https://download.pytorch.org/whl/cu124 | ||
google-search-results==2.4 | ||
langchain-nvidia-ai-endpoints==0.0.11 | ||
langchain==0.1.16 | ||
milvus==2.3.5 | ||
nemollm==0.3.5 | ||
pymilvus==2.3.6 | ||
torch==2.4.0+cu124 |