Skip to content

Commit

Permalink
fix device kind for mfu v5e (#713)
Browse files Browse the repository at this point in the history
  • Loading branch information
dlwh committed Aug 29, 2024
1 parent 4913df2 commit ffa8e28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/levanter/utils/flop_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ def lm_flops_per_token(
"int8": 275e12,
},
# Source: https://cloud.google.com/tpu/docs/v5e
"TPU v5 lite": {
"tpu v5 lite": {
"bf16": 197e12,
"int8": 393e12,
},
Expand Down

0 comments on commit ffa8e28

Please sign in to comment.