Skip to content

v1.2.2

Choose a tag to compare

@FKKimura FKKimura released this 23 Jul 05:50
· 198 commits to main since this release
e11b11f

[v1.2.2] 2026-07-23

  • Add SECURITY.md
  • Bug-fix: Fixed device="auto" evaluation crashes in Runner.calculate_perplexity() and related paths by adding ModelConfig.get_device() and using a resolved torch.device for PyTorch operations such as model.to() and empty_cache(). Hugging Face device_map="auto" remains unchanged for model loading, but PyTorch no longer receives the raw "auto" string.