Move Compress dependencies to setup.py#539
Conversation
## What does this PR do? **Type of change:** Documentation **Overview:** Updated the tutorial with more details on how to choose the required config parameters and added MMLU evaluation. --------- Signed-off-by: Liana Mikaelyan <lmikaelyan@nvidia.com>
Signed-off-by: Liana Mikaelyan <lmikaelyan@nvidia.com>
Signed-off-by: Liana Mikaelyan <lmikaelyan@nvidia.com>
| "wandb~=0.17.5", | ||
| "frozendict>=2.4.4", | ||
| "lru-dict", | ||
| "mip", |
There was a problem hiding this comment.
mip installation fails in the pytorch docker container: https://github.com/NVIDIA/TensorRT-Model-Optimizer/actions/runs/19281849124/job/55134742589?pr=539#step:7:591
Does it need any additional linux dependencies?
There was a problem hiding this comment.
Maybe wrong base docker container is used? it works with: https://github.com/NVIDIA/TensorRT-Model-Optimizer/blob/dkorzekwa/compress_tutorial/examples/compress/Dockerfile
There was a problem hiding this comment.
I checked. We need to apt install libffi-dev before we pip install mip
There was a problem hiding this comment.
Lets remove frozendict and mip from this list and we will deal with them when we move other components
bb91d73 to
59d0b46
Compare
Signed-off-by: Keval Morabia <28916987+kevalmorabia97@users.noreply.github.com>
Signed-off-by: Keval Morabia <28916987+kevalmorabia97@users.noreply.github.com>
…kerfile-compress Signed-off-by: Keval Morabia <28916987+kevalmorabia97@users.noreply.github.com>
**Type of change:** Documentation **Overview:** Replace Dockerfile for Puzzletron compression with dependencies in `setup.py` --------- Signed-off-by: Liana Mikaelyan <45925959+LianaMikael@users.noreply.github.com> Signed-off-by: Keval Morabia <28916987+kevalmorabia97@users.noreply.github.com> Co-authored-by: Keval Morabia <28916987+kevalmorabia97@users.noreply.github.com>
What does this PR do?
Type of change: Documentation
Overview: Replace Dockerfile for Puzzletron compression with dependencies in
setup.py