We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89f476c commit 2381aa1Copy full SHA for 2381aa1
src/lobster/hydra_config/callbacks/throughput.yaml
@@ -0,0 +1,7 @@
1
+throughput:
2
+ _target_: lobster.callbacks.ThroughputMonitor
3
+ batch_size_fn:
4
+ _target_: lobster.callbacks._tokens_per_second.default_batch_size_fn
5
+ length_fn:
6
+ _target_: lobster.callbacks._tokens_per_second.default_batch_length_fn
7
+
0 commit comments