Problem Related to the Feature
Currently we need to manually clone and install param after running pip install . This causes chakra_trace_link to complain.
Ref: https://github.com/mlcommons/chakra/wiki/Chakra-Execution-Trace-Collection-%E2%80%90-A-Comprehensive-Guide-on-Merging-PyTorch-and-Kineto-Traces#installing-chakra-and-param
Proposed Solution
When running pip install . under this repo, automatically install param.
At least, try/catch the module error in trace_link.py and point the users to install param manually
Problem Related to the Feature
Currently we need to manually clone and install param after running
pip install .This causeschakra_trace_linkto complain.Ref: https://github.com/mlcommons/chakra/wiki/Chakra-Execution-Trace-Collection-%E2%80%90-A-Comprehensive-Guide-on-Merging-PyTorch-and-Kineto-Traces#installing-chakra-and-param
Proposed Solution
When running
pip install .under this repo, automatically install param.At least, try/catch the module error in trace_link.py and point the users to install param manually