You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, thanks for your great work to calculate Tokens/s. I read your code of App.js and found some magic numbers. Can you please add comments for them? Just list out some numbers as below. It is awesome you would add comments for all magic numbers.
let finalPromptTime =
theoryTimePrompt_in_ms * getFloatRatio_F16(quantType) * 1.8 + // What's the meaning of ”1.8“?
convertByteToMB(2 * memoryTransfer) * (0.008 / 100); // What's the meaning of "0.008 / 100" ?
What's the meaning of extraFactor 2.0,1.5,1.0 ...?
The text was updated successfully, but these errors were encountered:
Hi, thanks for your great work to calculate Tokens/s. I read your code of App.js and found some magic numbers. Can you please add comments for them? Just list out some numbers as below. It is awesome you would add comments for all magic numbers.
What's the meaning of extraFactor 2.0,1.5,1.0 ...?
The text was updated successfully, but these errors were encountered: