ericwyuan
|
50d83539f6
|
[deploy] Oracle 环境部署 + 模型基准测试 + OllamaAdapter 优化
- Oracle 依赖安装: flask/gunicorn/requests/PyYAML/opencv/numpy 全部成功
- FAM-Edge 全部 8 个模块导入验证 PASS
- llava-phi3 基准测试: 冷启动 109s, 预热无限制 13.35s, 预热+num_predict=30 仅 4.34s PASS
- OllamaAdapter 新增 num_predict 可配置参数 (默认 500)
- config.yaml.example 新增 num_predict 配置项
- 创建 PROGRESS.md 进度追踪文档
|
2026-08-19 23:01:21 +08:00 |
|
ericwyuan
|
c1bfac59df
|
fix(requirements): 移除 google-generativeai/openai 硬依赖 - 代码用 requests 直接调 REST API,兼容 Python 3.8
|
2026-08-19 22:50:30 +08:00 |
|
ericwyuan
|
ba905d2f84
|
[1.1] 服务器访问信息 - NAS/Oracle SSH 凭证 + Gitea 账号记录到 README
|
2026-08-19 22:46:31 +08:00 |
|
ericwyuan
|
c45464c3e2
|
[补全] 各模块 __init__.py 导出 - 确保import链路完整
|
2026-08-19 22:37:47 +08:00 |
|
ericwyuan
|
5e4587bdc2
|
[3.5补充] Storage-Cleaner - finally清理逻辑 + 超期残留目录清理
|
2026-08-19 22:35:50 +08:00 |
|
ericwyuan
|
d741ade9b7
|
[6.0] 部署脚本与文档 - start_core/edge/ui.sh + DEPLOY.md 部署指南
|
2026-08-19 22:27:47 +08:00 |
|
ericwyuan
|
4cfb327455
|
[4.1-5.4] FAM-UI Streamlit - 事件列表/筛选/明细/AI对话/对话历史/成员命名/统计图表 + 配置
|
2026-08-19 22:26:56 +08:00 |
|
ericwyuan
|
cdd1f21d4c
|
[3.1-3.5] FAM-Edge 全链路 - API-Gateway/Video-Preprocessor/AI-Orchestrator/模型适配器(基类+Ollama+Gemini)/熔断器/JSON解析容错 + 配置
|
2026-08-19 22:25:38 +08:00 |
|
ericwyuan
|
da6b1c8d39
|
[2.1-2.5] FAM-Core 六个子模块 - Scheduler/Dispatcher/Event-Receiver/Chat-Handler/Member-Manager/Video-Server + DB层 + 配置
|
2026-08-19 22:21:31 +08:00 |
|
ericwyuan
|
d6d294bbbe
|
[1.2] 数据库 DDL - 六张表完整建表 + 初始化脚本
|
2026-08-19 22:18:22 +08:00 |
|
ericwyuan
|
3a315c7129
|
[1.0] 项目初始化 - 目录结构 + README + .gitignore
|
2026-08-19 22:17:23 +08:00 |
|