-
Notifications
You must be signed in to change notification settings - Fork 433
Move Compress dependencies to setup.py #539
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
Changes from 4 commits
bb91d73
b490772
b89f65a
53ca103
e8a6577
96520ca
a88b27b
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -104,6 +104,10 @@ | |
| "fire", | ||
| "hydra-core==1.3.2", | ||
| "omegaconf==2.3.0", | ||
| "wandb~=0.17.5", | ||
| "frozendict>=2.4.4", | ||
| "lru-dict", | ||
| "mip", | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Does it need any additional linux dependencies?
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Maybe wrong base docker container is used? it works with: https://github.com/NVIDIA/TensorRT-Model-Optimizer/blob/dkorzekwa/compress_tutorial/examples/compress/Dockerfile
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I checked. We need to
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Lets remove frozendict and mip from this list and we will deal with them when we move other components |
||
| ], | ||
| } | ||
|
|
||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.