v1.2.2
[v1.2.2] 2026-07-23
- Add
SECURITY.md - Bug-fix: Fixed
device="auto"evaluation crashes inRunner.calculate_perplexity()and related paths by addingModelConfig.get_device()and using a resolvedtorch.devicefor PyTorch operations such asmodel.to()andempty_cache(). Hugging Facedevice_map="auto"remains unchanged for model loading, but PyTorch no longer receives the raw"auto"string.