issues
search
ServiceNow
/
Fast-LLM
Accelerating your LLM training to full speed
https://servicenow.github.io/Fast-LLM/
Other
37
stars
5
forks
source link
Checkpoint metadata
#28
Closed
jlamypoirier
closed
3 weeks ago
jlamypoirier
commented
3 weeks ago
✨ Description
Add
CheckpointMetadata
for better checkpoint metadata management.
Make checkpoint handlers save the optimizer state by default if the format support it.
🔍 Type of change
Select all that apply:
[ ] 🐛
Bug fix
(non-breaking change that addresses a specific issue)
[ ] 🚀
New feature
(non-breaking change that adds functionality)
[x] ⚠️
Breaking change
(a change that could affect existing functionality)
[ ] 📈
Performance improvement/optimization
(improves speed, memory usage, or efficiency)
[x] 🛠️
Code refactor
(non-functional changes that improve code readability, structure, etc.)
[ ] 📦
Dependency bump
(updates dependencies, including Dockerfile or package changes)
[ ] 📝
Documentation change
(updates documentation, including new content or typo fixes)
[ ] 🔧
Infrastructure/Build change
(affects build process, CI/CD, or dependencies)
✨ Description
CheckpointMetadata
for better checkpoint metadata management.🔍 Type of change
Select all that apply: