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

Reduce DALI conda package installation time #3995

Merged
merged 1 commit into from
Jun 22, 2022
Merged

Conversation

JanuszL
Copy link
Contributor

@JanuszL JanuszL commented Jun 21, 2022

  • reduces DALI conda package installation time by loosing the package dependency
    constrains

Signed-off-by: Janusz Lisiecki jlisiecki@nvidia.com

Category:

Other (e.g. Documentation, Tests, Configuration)

Description:

  • reduces DALI conda package installation time by loosing the package dependency
    constrains

Additional information:

Affected modules and functionalities:

Key points relevant for the review:

Tests:

  • Existing tests apply
    • TL1_python-self-test_conda
  • New tests added
    • Python tests
    • GTests
    • Benchmark
    • Other
  • N/A

Checklist

Documentation

  • Existing documentation applies
  • Documentation updated
    • Docstring
    • Doxygen
    • RST
    • Jupyter
    • Other
  • N/A

DALI team only

Requirements

  • Implements new requirements
  • Affects existing requirements
  • N/A

REQ IDs: N/A

JIRA TASK: N/A

Signed-off-by: Janusz Lisiecki <jlisiecki@nvidia.com>
@JanuszL JanuszL marked this pull request as draft June 21, 2022 10:01
@dali-automaton
Copy link
Collaborator

CI MESSAGE: [5136988]: BUILD STARTED

@JanuszL JanuszL marked this pull request as ready for review June 21, 2022 13:22
@JanuszL JanuszL changed the title Conda debug Reducs DALI conda package installation time Jun 21, 2022
@JanuszL JanuszL changed the title Reducs DALI conda package installation time Reducr DALI conda package installation time Jun 21, 2022
@dali-automaton
Copy link
Collaborator

CI MESSAGE: [5138198]: BUILD STARTED

@mzient mzient changed the title Reducr DALI conda package installation time Reduce DALI conda package installation time Jun 21, 2022
- libprotobuf-static >=3.18.0
- libjpeg-turbo >=2.1.1
- future
- protobuf
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hmmm... actually, while touching this one - shouldn't we require <4 ? There were some serious issues with protobuf 4.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We link it statically and we are fine with any version. The problem is with TF compiled with one version and used with other.

@mzient mzient self-assigned this Jun 21, 2022
@dali-automaton
Copy link
Collaborator

CI MESSAGE: [5136988]: BUILD FAILED

@dali-automaton
Copy link
Collaborator

CI MESSAGE: [5136988]: BUILD PASSED

@dali-automaton
Copy link
Collaborator

CI MESSAGE: [5138198]: BUILD PASSED

@JanuszL JanuszL merged commit 07f2db1 into NVIDIA:main Jun 22, 2022
@JanuszL JanuszL deleted the conda_debug branch June 22, 2022 15:04
JanuszL added a commit that referenced this pull request Jun 22, 2022
- reduces DALI conda package installation time by loosing the package dependency
  constrains

Signed-off-by: Janusz Lisiecki <jlisiecki@nvidia.com>
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.

None yet

4 participants