Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
cpufreestyle
/
visionlink-android
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
2
Code
Issues
0
Pull requests
8
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Releases
v5.9.3
v5.9.3
Compare
Choose a tag to compare
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
Uh oh!
There was an error while loading.
Please reload this page
.
No results found
cpufreestyle
released this
09 Jul 11:49
·
29 commits
to master since this release
v5.9.3
c6dd280
VisionLink Android v5.9.3
修复内容
1. YOLO 模型初始化失败修复
添加显式 CPU 代理(Delegate.CPU),失败后回退 GPU
初始化前验证 assets 中模型文件是否存在
关键日志改用 Log.w/Log.e,避免 release 构建中被 ProGuard 移除
2. Gemma 4 模型检测修复
大幅扩展 .litertlm 模型文件搜索路径
新增 context.filesDir/models/、getExternalFilesDir/Download/、/sdcard/ 根目录
新增 Google AI Edge Gallery 存储路径
递归深度从 2 层增加到 3 层
新增文件选择器:通过 更多 > 选择模型文件 手动指定 .litertlm 模型
自动复制到应用内部存储并切换到 Gemma 4 引擎
支持语音引导操作流程
3. StepFun API 断断续续修复
添加 ConnectionPool 保持长连接复用
启用 retryOnConnectionFailure
连接超时从 15s 增加到 20s,读取超时从 60s 增加到 90s
4. 自动更新无法检测修复(关键)
修复 parseVersionCode 逻辑:
旧版: major*10+minor(不含 patch),5.9.2 → 59
新版: major
100+minor
10+patch,5.9.2 → 592
versionCode 同步更新为 593
此前因 59 < 61 导致永远检测不到更新
5. AICore 诊断信息优化
诊断结果改为中文显示
明确提示 AICore 为可选功能,不可用不影响正常使用
下载
下载 APK 安装即可,无需卸载旧版本
You can’t perform that action at this time.