We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When I run Python code using nki.benchmark, I encounter the following problem
python mamba_nki_kernels.py
The text was updated successfully, but these errors were encountered:
Thanks for filing the issue. We will looking into it and get back to you.
Sorry, something went wrong.
Hi @dinghongsong , do you need hw profiler in ur use case? If not you can ignore this error.
Otherwise you can try out Neuron SDK 2.21+ to use a combination of profiler 2.0 and neuron-bench to grab the hw profiles
NEURON_RT_ENABLE_INSPECT=1 NEURON_RT_INSPECT_DEVICE_PROFILE=1 python mamba_nki_kernels.py
reference: https://awsdocs-neuron.readthedocs-hosted.com/en/latest/tools/neuron-sys-tools/neuron-profiler-2-0-beta-user-guide.html#non-framewor[…]er-experience
No branches or pull requests
When I run Python code using nki.benchmark, I encounter the following problem
python mamba_nki_kernels.py
The text was updated successfully, but these errors were encountered: