We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
open-moe-llm-leaderboard/src/backend/hflm_with_measurement.py
Line 436 in 54dbe86
The text was updated successfully, but these errors were encountered:
The correct way to calculate is:
d_head = d_model / num_attention_heads per_token_kv_size = 2 * n_layers * d_head * num_key_value_heads * precision_bytes
Sorry, something went wrong.
SecretSettler
No branches or pull requests
open-moe-llm-leaderboard/src/backend/hflm_with_measurement.py
Line 436 in 54dbe86
This code doesn't consider "GQA" and "MQA".
The text was updated successfully, but these errors were encountered: