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

Split data dir, moving large files into examples/data #130

Merged
43 commits merged into from
Jun 7, 2022
Merged
Changes from 1 commit
Commits
Show all changes
43 commits
Select commit Hold shift + click to select a range
61680dc
Add/update unittests to check for issue #60
dagardner-nv Apr 27, 2022
f840074
Ensure default path values are no longer relative to the current dir,…
dagardner-nv Apr 27, 2022
edc75bd
Move simple file reads to a helper function
dagardner-nv May 3, 2022
a7263fc
Merge branch 'branch-22.06' into david-cli-rel-paths
dagardner-nv May 16, 2022
06fb137
WIP
dagardner-nv May 16, 2022
c2c467b
Move data
dagardner-nv May 16, 2022
ce01a4a
Add missing dep for pybind11-stubgen
dagardner-nv May 17, 2022
0b6d959
Don't add deps for pybind11 stub files when we aren't doing an inplac…
dagardner-nv May 17, 2022
827ee41
Add MANIFEST.in to list of installed files
dagardner-nv May 17, 2022
4ef5624
Copy data dir, and files previously set by package_data
dagardner-nv May 17, 2022
c2c5975
Remove package_data, unfortunately the setuptools docs are vague and …
dagardner-nv May 17, 2022
4186357
Remove unused MORPHEUS_ROOT attr
dagardner-nv May 17, 2022
65473c6
Update path in examples for new data location
dagardner-nv May 17, 2022
be44798
Merge branch 'branch-22.06' into david-cli-rel-paths
dagardner-nv May 17, 2022
7ae1e30
Fix import path
dagardner-nv May 17, 2022
329a6a6
Update paths in examples
dagardner-nv May 17, 2022
405b539
Update data path in docs
dagardner-nv May 17, 2022
1c7f421
fix path
dagardner-nv May 17, 2022
c0d5281
Update lfs to reflect data dir move
dagardner-nv May 17, 2022
ce37b33
Remove unneded fea_length
dagardner-nv May 17, 2022
61ebfcf
Style fixes
dagardner-nv May 18, 2022
5a84ff2
Update docs/source/basics/examples.rst
dagardner-nv May 18, 2022
dfdeacc
Merge branch 'branch-22.06' into david-cli-rel-paths
dagardner-nv May 23, 2022
f59dcac
Fixing non-inplace builds install of stub files
mdemoret-nv May 23, 2022
7801803
Move data into previous install command
dagardner-nv May 23, 2022
f398f78
Merge branch 'david-cli-rel-paths' of github.com:dagardner-nv/Morpheu…
dagardner-nv May 23, 2022
798953a
Remove lfs filter for old data location
dagardner-nv May 23, 2022
a94dd62
Merge branch 'branch-22.06' into david-cli-rel-paths
dagardner-nv May 24, 2022
7cfafcf
examples/data/with_data_len.json,examples/data/without_data_len.json:…
dagardner-nv May 27, 2022
950b0d4
Move larger files from morpheus/data into examples/data
dagardner-nv May 27, 2022
4627709
Add new glob path to lfs
dagardner-nv May 27, 2022
0219ae0
Update path in launcher
dagardner-nv May 27, 2022
e32a3c6
Update paths for example data in examples & docs
dagardner-nv May 27, 2022
dac94a9
Add email_with_addresses.jsonlines used in the phishing developer gui…
dagardner-nv May 27, 2022
6448e7f
Merge branch 'branch-22.06' into david-split-data-dir
dagardner-nv May 31, 2022
fc3f06f
Merge branch 'branch-22.06' into david-split-data-dir
dagardner-nv Jun 2, 2022
203c6d6
Remove unused data files
dagardner-nv Jun 3, 2022
e036f7b
Merge branch 'branch-22.06' into david-split-data-dir
dagardner-nv Jun 3, 2022
435c74a
Pin to older neo
dagardner-nv Jun 3, 2022
f13da0b
Merge branch 'david-split-data-dir' of github.com:dagardner-nv/Morphe…
dagardner-nv Jun 3, 2022
5da2d94
Revert "Pin to older neo"
dagardner-nv Jun 6, 2022
d2d35e8
Manually ensure that the build is clean
dagardner-nv Jun 6, 2022
c989b15
Re-source the conda env
dagardner-nv Jun 6, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add missing dep for pybind11-stubgen
  • Loading branch information
dagardner-nv committed May 17, 2022
commit ce01a4ad0461d3d73bcb9637c053b0b547a004f8
1 change: 1 addition & 0 deletions docker/conda/environments/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ git+https://github.com/efajardo-nv/dfencoder.git@nv-updates#egg=dfencoder
grpcio-channelz
networkx
nvidia-pyindex
pybind11-stubgen==0.10.5
torch==1.10.2+cu113
tqdm
tritonclient[all]
Expand Down