Fix ONNX CPU Spiking, Padding Infinite Loops & UI Guide - #289
Open
Casezy wants to merge 2 commits into
Open
Conversation
Chaobs
referenced
this pull request
in Chaobs/Translumo-LLM
Jul 22, 2026
- PR #290 拼写/标识符修正(纯 OCR/TTS/DeepL/HotKey/屏幕捕获子系统, 不影响 LLM 特性):
* InstallOcrLanguageCapability / InstallTTSLanguageCapability 方法重命名(同步更新
StagesFactory 两处调用)
* exactMatching / targetLanguage / previousValue / _showSelectionAreaGamepadKey /
_initialized 标识符更正
* 注释拼写: parameters / constructor / SuppressFinalize
- PR #295 Yandex 翻译器修复(修复 SID 提取失败导致浏览器窗口反复弹出的问题):
* RegexStorage.YandexSidRegex 改为小写 sid: 且加 RegexOptions.IgnoreCase(兼容大写)
* YandexReaderProxy.ExtractSid 移除错误的分段反转逻辑, 直接返回匹配值
- PR #289 经核实其实际 diff 仅含 README + 新增二进制(ONNX离线/NVIDIA/LibreTranslate
等新增功能, 本项目无 ONNX 离线特性), 且无 C# bug 修复代码, 故不适用, 未合并
- 构建 0 错误; Yandex SID 提取已用 .NET 正则实测验证(旧正则对小写 sid 失败,
新正则成功且向后兼容大写 SID)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR introduces massive stability, optimization, and feature additions for offline translation, AI translation, and UI improvements over several version iterations (v1.3 - v1.5).
?? Version 1.5 Updates: ONNX & CPU Optimizations
?? Version 1.4 Updates: New Translation Engines
?? Version 1.3 Updates: AI & UI Improvements