Files
2026-07-13 13:18:33 +08:00

13 lines
448 B
Markdown

# DataStates-LLM checkpointing engine.
This feature is not enabled by default. To enable, set the following options in ds_config.json and download the [DataStates-LLM checkpointing library](https://github.com/DataStates/datastates-llm/). A detailed tutorial is available [here](../../docs/_tutorials/datastates-async-checkpointing.md).
```
{
... other deepspeed config options,
"datastates_ckpt": {
"host_cache_size": 16
}
}
```