Closed Nishikoh closed 1 year ago
@Nishikoh, please limit the Model Analyzer version in setup.cfg in cli
section as follow:
triton-model-analyzer>=1.16.0,<1.22.0
and add in install_requires
:
numpy>=1.22.2,<1.24.0
We are currently working on releasing new version that introduce API changes and also remove Triton Model Analyzer from dependencies.
@jkosek
The model-analyzer analyze
command worked. Thank you! Then I got another error. Is there a solution?
@Nishikoh I suggest to switch to new flow introduced in 0.4.0 version:
It worked well. Thank you!
Running
model-navigator optimise my_model.nav
following the instructions inquick_start.md
will stop with an error.model-analyzer anlyze
is an alias formodel-analyzer profile
, so theanalysis_models
in the generatednavigator_workspace/analyzer/config-analyze.yaml
I think the key is wrong. I think changing analysis_models toprofile_models
should workenvironment