阿里开源首个统一科学大模型 LOGOS,仅用 1/56 参数超越微软 NatureLM

2025 年 6 月 18 日,阿里联合中国人民大学发布并开源了 LOGOS,这是业界首个基于统一“科学语法”的多领域科学生成基础模型。它用 1B 参数量(仅为微软 NatureLM 的 1/56),在六项科学任务上跨越式超越后者,核心创新在于将蛋白质、小分子等异质科学对象编码为统一 Token 序列,实现形…

2025 年 6 月 18 日,阿里联合中国人民大学发布并开源了 LOGOS,这是业界首个基于统一“科学语法”的多领域科学生成基础模型。它用 1B 参数量(仅为微软 NatureLM 的 1/56),在六项科学任务上跨越式超越后者,核心创新在于将蛋白质、小分子等异质科学对象编码为统一 Token 序列,实现形…
![[Bug]: MCP dataset discovery fails](https://www.chat-gpts.plus/wp-content/uploads/2026/06/16146-d9a4dcc9-768x403.jpg)
用户在 RAGFlow 0.26.0 版本中使用 MCP 功能时触发。MCP 服务器在调用 /api/v1/datasets 接口进行数据集发现时,使用了 page_size=1000 的硬编码值,这与后端 REST API 的限制冲突。
![[Bug]: Gemma4 Tool Parser: Intermittently Missing `function.name` in Streaming Mode](https://www.chat-gpts.plus/wp-content/uploads/2026/06/45449-acacc055-768x403.jpg)
在 vLLM 服务中部署 google/gemma-4-31B-it 模型,使用 gemma4 工具解析器(tool parser),通过 OpenAI 兼容 API 发送流式聊天补全请求(stream=True),设置 tool_choice="auto" 和 chat_template_kwar
![[Bug]: [NIXL] Hetero TP assertion fails when tp > num_kv_heads (GQA replication)](https://www.chat-gpts.plus/wp-content/uploads/2026/06/45330-d23a2d45-768x403.jpg)
用户在运行 vLLM (版本 0.21.0) 的分离式推理 (disaggregated inference) 时,使用 NixlConnector 作为 KV 连接器,并配置了非同等的 TP 大小 (例如 Prefill TP=8, Decode TP=16,或 TP=8 对 TP=16)。问题触
![[Bug]: `refresh_ref_docs()` / `arefresh_ref_docs()` drop kwargs after the first document in a batch](https://www.chat-gpts.plus/wp-content/uploads/2026/06/21518-40a95a4b-768x403.jpg)
该 Bug 存在于 LlamaIndex 工具的 BaseIndex 类中,具体在 refresh_ref_docs() 和其异步版本 arefresh_ref_docs() 方法中。当用户想批量刷新多个文档并为每个文档传入自定义 insert_kwargs 或 update_kwargs 时,只有
![[Question]: No APIToken found for token](https://www.chat-gpts.plus/wp-content/uploads/2026/06/14985-6f4420a5-768x403.jpg)
用户在 RAGFlow 后台通过“Embed into webpage”功能生成了嵌入式聊天页面的 HTML 代码。页面能正常加载并与 Agent 对话,但点击“Thinking”按钮时触发认证警告,导致该功能不可用。该问题在 v0.24.0 版本之后出现。

用户在 Docker 中运行 llama.cpp server (vulkan 后端) 加载 Gemma 4 系列模型(Gemma4-12B qat+mtp 和 Gemma4-26B-A4B),使用 Intel ARC B580 显卡。输出包含乱码(符号、不同语种混杂)。同配置下 CPU 推理正常,
![[Bug]: Image Recognition Regression in Chat Assistant after Authorization Fix](https://www.chat-gpts.plus/wp-content/uploads/2026/06/6822-f34e0198-768x403.jpg)
用户在 RAGFlow(Commit ID: d8752db, Image: v0.17.2 full)的聊天助手(Chat Assistant)窗口中上传图片(JPG/PNG)时触发,表现为图片识别失效、重复授权报错及模型 API 断连。用户先后应用了 Commit cc8029a(修复图片识别)
![[Bug] /v1/internal/model/load silently ignores `args` (loader flags like ctx-size, cache-type) — endpoint returns OK but model loads with UI](https://www.chat-gpts.plus/wp-content/uploads/2026/06/7577-f376545a-768x403.jpg)
用户在使用 TextGen WebUI 的 OpenAI API 扩展时,通过 POST /v1/internal/model/load 接口传递 args 字典(例如设置 ctx-size 为 32768),希望覆盖 UI 默认的 loader 参数。接口返回 HTTP 200 和 "OK" ,但
![[SYCL][DOCKER] Increased Gemma 4 26b performance with updated docker dependencies](https://www.chat-gpts.plus/wp-content/uploads/2026/06/24045-65cf0f68-768x403.jpg)
用户使用 llama.cpp 的 server-intel Docker 镜像(构建编号 #9468,提交 354ebac8c)在 Intel Arc Pro B50 Battlemage GPU 上运行 llama-bench 测试 Gemma 4 26B(Q3_K_M 量化)模型。通过将基础镜像