System Info
transformers version: 4.55.4
- Platform: macOS-15.6.1-arm64-arm-64bit
- Python version: 3.12.2
- Huggingface_hub version: 0.34.3
- Safetensors version: 0.5.3
- Accelerate version: 1.9.0
- Accelerate config: not found
- DeepSpeed version: not installed
- PyTorch version (accelerator?): 2.7.1 (NA)
- Tensorflow version (GPU?): not installed (NA)
- Flax version (CPU?/GPU?/TPU?): not installed (NA)
- Jax version: not installed
- JaxLib version: not installed
- Using distributed or parallel set-up in script?:
Who can help?
@zach-huggingface @SunMarc
Information
Tasks
Reproduction
When continuing run_clm.py from a checkpoint, it starts with insane tokens per second numbers, then slowly, eventually, goes down.
c
Expected behavior
It should be calculated with the local training run information, not the global one. The numbers should roughly be the same since it is the same exact setup.
System Info
transformersversion: 4.55.4Who can help?
@zach-huggingface @SunMarc
Information
Tasks
examplesfolder (such as GLUE/SQuAD, ...)Reproduction
When continuing
run_clm.pyfrom a checkpoint, it starts with insane tokens per second numbers, then slowly, eventually, goes down.Expected behavior
It should be calculated with the local training run information, not the global one. The numbers should roughly be the same since it is the same exact setup.