-
Couldn't load subscription status.
- Fork 927
fix formula in gpt-oss-on-intel-xeon.md #3129
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
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.
Thanks for the fix @jiqing-feng !
gpt-oss-on-intel-xeon.md
Outdated
|
|
||
| $$normalized\\_throughput\\_per\\_vCPU = (throughput\\_C4 / vCPUs\\_C4) / (throughput\\_C3 / vCPUs\\_C3)$$ | ||
| $$ | ||
| normalized\text{\_}throughput\text{\_}per\text{\_}vCPU = \frac{throughput\text{\_}C4 / vCPUs\text{\_}C4}{throughput\text{\_}C3 / vCPUs\text{\_}C3} |
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 there is an issue still https://github.com/jiqing-feng/blog/blob/fix_gpt_oss/gpt-oss-on-intel-xeon.md#results
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.
cc @jiqing-feng
|
I think there is an issue still that needs to be fixed before we can merge @jiqing-feng https://github.com/jiqing-feng/blog/blob/fix_gpt_oss/gpt-oss-on-intel-xeon.md#results |
|
Yes, I am looking at it. It's weird cause it shown correctly in the VSCode preview mode. How did you get the result? BTW, do you know any other blogs that introduce formulas so I can refer? Thanks |
|
Hi @echarlaix . Could you please try it again to get the result? Thanks! |
Signed-off-by: jiqing-feng <jiqing.feng@intel.com>
Signed-off-by: jiqing-feng <jiqing.feng@intel.com>
Signed-off-by: jiqing-feng <jiqing.feng@intel.com>


Hi @echarlaix . Please review it.