-
Notifications
You must be signed in to change notification settings - Fork 176
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
Resolve issues found and improve flask example #31
Conversation
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.
LGTM
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.
For the readme, I'd rather fix the doc links than hardlink around them here
Agree w/ @markurtz on the fixing the URL pattern issue. Also, I noticed that because relative URLs like "/examples" or "/notebooks" are used on these READMEs, as @dhuangnm rightfully caught, we need to make these absolute URLs for them to be (re)usable on Pypi e.g., https://github.com/neuralmagic/deepsparse/tree/main/examples instead (if it's meant to point to GitHub for now?) |
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.
Good on absolute link front.
No description provided.