-
Fixed ModelId update error when saving models
→ Corrected the abnormal synchronization of the ModelId field during model configuration saving to ensure unique model identification.
-
Fixed issues with batch dataset evaluation(#576)
→ Added the ability to interrupt batch evaluation tasks, supporting manual termination of ongoing evaluations; optimized evaluation algorithms to improve batch processing speed.
-
Fixed input interruption caused by dataset shortcuts(#578)
→ Adjusted shortcut trigger logic to avoid conflicts with text input operations, ensuring input processes are not accidentally interrupted.
-
Fixed export failure when selecting large numbers of datasets(#578)
→ Optimized the export task sharding mechanism to resolve memory overflow or connection timeout issues caused by excessive data volume.
-
Fixed ineffective balanced export(#561)
→ Corrected sample distribution calculation errors in balanced export logic to ensure data of different categories are exported according to preset ratios.
-
Fixed errors when calling Qwen3 model via Alibaba Cloud Bailian(#412、#482)
→ Adapted to Qwen3 model interface protocols, corrected request parameter formats and authentication logic to ensure normal calls.