[Question]: Novice, seek help from the boss – prompt for gateway timeout issue
![[Question]: Novice, seek help from the boss - prompt for gateway timeout issue](https://www.chat-gpts.plus/wp-content/uploads/2026/07/6089-03fe0c18-768x403.jpg)
用户在本地开发环境中通过源码启动 RAGFlow( launch from source code ),访问 Web 界面或发送 API 请求时,浏览器/代理显示网关超时错误。
![[Question]: Novice, seek help from the boss - prompt for gateway timeout issue](https://www.chat-gpts.plus/wp-content/uploads/2026/07/6089-03fe0c18-768x403.jpg)
用户在本地开发环境中通过源码启动 RAGFlow( launch from source code ),访问 Web 界面或发送 API 请求时,浏览器/代理显示网关超时错误。
![[Bug]: vLLM Batch/Files API returns 404 - LiteLLM attempts to call non-existent upstream /v1/files endpoint](https://www.chat-gpts.plus/wp-content/uploads/2026/07/18188-d341c773-768x403.jpg)
用户在 LiteLLM Proxy (v1.80.8 及更高版本) 中尝试使用 vLLM 的 "Batch and Files API" 功能。用户通过 POST /v1/files 请求向 LiteLLM Proxy 提交 batch 文件时,请求失败并返回 404 错误。用户使用的上游模型为 m

用户在运行 llama-server (版本 b9867 或包含合并提交 94875285e47516da4e1c71e7bca5ba65b82bbe59 的 master 分支)时,通过浏览器访问 Web UI(通常为 localhost)。打开浏览器开发者工具的 Network 面板,可以看到在

用户在使用 llama-server 启动模型服务后,通过浏览器访问内置的 WebUI(PWA)界面时,界面完全损坏(fully broken),无法正常显示和操作。该问题在浏览器端复现(Firefox 和 Chromium 均受影响),且与 llama-server 版本有关。
![ValueError: ... Reason: ['kv_cache_dtype not supported']`) — likely because the Qwen3-Next hybrid Mamba/attention architecture isn't wired up for NVFP4 KV cache yet, separate from the SM 12.1](https://www.chat-gpts.plus/wp-content/uploads/2026/07/31588-7ee6966a-768x403.jpg)
用户在 NVIDIA GB10/DGX Spark (SM 12.1) 平台上运行 vLLM,加载 Qwen3-Next 混合 Mamba/Attention MoE 架构模型(如 `nvidia/Qwen3.6-35B-A3B-NVFP4`),配置了 `--kv-cache-dtype fp8`(
![[Bug]: upgrade from 0.24.0 to 0.25.0](https://www.chat-gpts.plus/wp-content/uploads/2026/07/14307-0badfed1-768x403.jpg)
用户在 Windows 11 + Docker Desktop 4.69 + NVIDIA 5090D 环境下,将 RAGFlow 从 0.24.0 升级到 0.25.0 后,所有通过 LM Studio 连接的大语言模型(如 qwen3.5-9b)均无法调用,重新添加也无效。日志中反复出现 Ten

腾讯在2026年AICon深圳站上披露了其统一多模态强化学习框架UniRL,该框架通过架构解耦、自研算子FalconGEMM和训推一致性方案,解决了Diffusion RL与LLM RL在基础设施层面的本质差异,实现了端到端2.4X的性能提升,并将在8月21-22日的大会上详解全链路工程实践。

用户在 llama.cpp 的 llama-server 中启用上下文 checkpoint 功能,运行长时间 Agent 工作流(连续多轮对话,上下文长度约 138K token)。关键参数: llama-server --ctx-checkpoints 8 --checkpoint-min-st

Hacker News 社区正在讨论是否为 AI 生成内容添加标记机制。HN 创始人回应称,虽然不支持纯标签系统,但计划在“举报理由”中增加“疑似 AI 生成”选项,同时指出读者已自发形成对 AI 文风的“过敏”辨别力。
![[Doc]: gguf documenation is incorrect on the example](https://www.chat-gpts.plus/wp-content/uploads/2026/07/47461-0db73dc1-768x403.jpg)
用户按照 vLLM 官方文档中 GGUF 的示例运行 vllm serve 命令时,未指定 --dtype 参数,导致启动失败。具体用例为加载 unsloth/Qwen3-0.6B-GGUF:Q4_K_M 这一 Hugging Face 模型。