-
Notifications
You must be signed in to change notification settings - Fork 13
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
Add blog post about PTPC FP8 on ROCm #38
Conversation
3 things:
|
|
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.
Overall this looks fine to me, just a few comments about formatting that might help the readability and polish!
The title is quite long, this might not look nice in social previews and it looks a little jarring on the homepage (particularly on mobile)
Using LaTeX for math formulae might be nice (i.e. in the Understanding the Diagram
section)
_posts/2025-02-24-ptpc-fp8-rocm.md
Outdated
<img align="right" src="/assets/figures/ptpc/PerplexityBits.png" alt="bits and byte perplexity" width="50%" height="50%"> | ||
|
||
<img align="right" src="/assets/figures/ptpc/Perplexitywords.png" alt="Word Perplexity Comparison" width="50%" height="50%"> |
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.
Ditto on mobile
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.
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.
Should be fixed now.
@hmellor Do you know what is the syntax for rendering the LaTeX in this framework? |
Thanks for making those changes. I looked into how to use LaTeX math and found that it wasn't actually possible initially. I have just merged a PR which enables this! You can see the README for full instructions but you simply add |
@hmellor Thank you. The LaTeX rendering is working. We have followed your suggestion to render math formulae with LaTeX. |
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!
One thing I noticed is that the images you've scaled down aren't center aligning. If you confirm that this doesn't bother you, I'll merge!
@tanpinsiang can you please make sure the DCO check passes, it was passing before the most recent commit |
Signed-off-by: tanpinsiang <[email protected]>
Signed-off-by: tanpinsiang <[email protected]>
Signed-off-by: tanpinsiang <[email protected]>
Signed-off-by: tjtanaa <[email protected]> Signed-off-by: tanpinsiang <[email protected]>
Signed-off-by: tjtanaa <[email protected]> Signed-off-by: tanpinsiang <[email protected]>
Signed-off-by: Harry Mellor <[email protected]> Signed-off-by: tanpinsiang <[email protected]>
Follow up to vllm-project/vllm#14556. Signed-off-by: Harry Mellor <[email protected]> Signed-off-by: tanpinsiang <[email protected]>
Signed-off-by: Harry Mellor <[email protected]> Signed-off-by: tanpinsiang <[email protected]>
Bumps [json](https://github.com/ruby/json) from 2.10.1 to 2.10.2. - [Release notes](https://github.com/ruby/json/releases) - [Changelog](https://github.com/ruby/json/blob/master/CHANGES.md) - [Commits](ruby/json@v2.10.1...v2.10.2) --- updated-dependencies: - dependency-name: json dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Signed-off-by: tanpinsiang <[email protected]>
Signed-off-by: tjtanaa <[email protected]> Signed-off-by: tanpinsiang <[email protected]>
Signed-off-by: tanpinsiang <[email protected]>
@hmellor it is fixed |
Looks like something went wrong with the merge, lots of stuff from main is appearing in the diff |
@hmellor we will create a new PR with a new branch. I followed the steps recommended by Github, found in after I click the following icon It seems that messed up everything. >< |
Thanks, sorry for the hassle. Yeah I've had trouble in the past with the DCO checks when trying to fix a branch with merge commits |
Blog post about for PTPC-FP8 Quantization on ROCm
Author: AMD and Embedded LLM