Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions verl/utils/flops_counter.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,8 @@ def unit_convert(number, level):
flops = 148e12
elif "910B" in device_name:
flops = 354e12
elif "Ascend910" in device_name:
flops = 354e12
elif "RTX 3070 Ti" in device_name:
flops = 21.75e12
flops_unit = unit_convert(flops, unit)
Expand Down