-
Notifications
You must be signed in to change notification settings - Fork 17
[docs] add debugging docs #235
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
Conversation
👋 Hi! Thank you for contributing to vLLM support on Spyre.
Or this can be done with
Now you are good to go 🚀 |
echo "======================================================================" | ||
jq -n '{"GENERAL": { "sen_bus_id": "'"${device_id}"'" }}' > .senlib.json | ||
# run in background to not override bash signal handler | ||
timeout 10 /opt/sentient/senlib/bin/senlib_unit_test --gtest_filter=SmlPF1VF0.Open & |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thoughts on having the filter be a param here with this as a default? Not really necessary for a first pass but maybe eventually we can point to some docs on the different available tests and what they do
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yep, good suggestion for the next pass.
3dad98c
to
f2c0596
Compare
Co-authored-by: Travis Johnson <[email protected]> Signed-off-by: Prashant Gupta <[email protected]>
Signed-off-by: Prashant Gupta <[email protected]>
Signed-off-by: Prashant Gupta <[email protected]>
Signed-off-by: Prashant Gupta <[email protected]>
Signed-off-by: Prashant Gupta <[email protected]>
Signed-off-by: Prashant Gupta <[email protected]>
Signed-off-by: Prashant Gupta <[email protected]>
Signed-off-by: Prashant Gupta <[email protected]>
Signed-off-by: Prashant Gupta <[email protected]>
Signed-off-by: Prashant Gupta <[email protected]>
Co-authored-by: Joe Runde <[email protected]> Co-authored-by: Rafael Vasquez <[email protected]> Signed-off-by: Prashant Gupta <[email protected]> Signed-off-by: Prashant Gupta <[email protected]>
Signed-off-by: Prashant Gupta <[email protected]>
Signed-off-by: Prashant Gupta <[email protected]>
Signed-off-by: Prashant Gupta <[email protected]>
Co-authored-by: Rafael Vasquez <[email protected]> Signed-off-by: Prashant Gupta <[email protected]> Signed-off-by: Prashant Gupta <[email protected]>
7c84e0e
to
5d9302f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think the section would benefit from using more headers to separate the kinds of debugging you can do but I think this a good start until it grows! LGTM aside from fixing the "Topology ..." header above
Signed-off-by: Prashant Gupta <[email protected]>
Description
Add debugging docs for vllm-spyre.