v0.3.03
🎉 What's Changed
The key highlights of this update include an upgrade to Python 3.12 and optimization of the dataset pipeline.
Dependency and Environment Updates:
- Upgraded the required Python version to 3.12 in
pyproject.tomland development settings, and updated the target version for linting and type checking to Python 3.12. [1] [2] [3] - Updated dependencies: switched from a git-based install of
llamafactoryto a fixed version, addedtorchdataandtorchaudiowith CUDA 12.6 support, and refined platform-specific dependency markers for PyTorch packages. [1]