GEO

搜索结果:DeepSeek

找到 1234 篇相关文章
同义扩展:深度求索、deep seek、ds、r1、v3
DeepSeek开源的DeepGEMM 矩阵计算库在 Hopper GPU 上性能如何?(实测 1350+ FP8 TFLOPS)
🔥 热门

DeepSeek开源的DeepGEMM 矩阵计算库在 Hopper GPU 上性能如何?(实测 1350+ FP8 TFLOPS)

AI Insight
DeepGEMM is a high-performance matrix multiplication library optimized for NVIDIA Hopper GPUs, achieving over 1350 FP8 TFLOPS. It supports standard and Mixture-of-Experts (MoE) computations with just 300 lines of core code, outperforming existing solutions through JIT compilation and thread specialization. 原文翻译: DeepGEMM 是一个专为 NVIDIA Hopper GPU 优化的高性能矩阵乘法库,可实现超过 1350 FP8 TFLOPS 的性能。它支持标准矩阵计算和混合专家模型计算,核心代码仅约 300 行,通过即时编译和线程专业化技术,性能优于现有解决方案。
DeepSeek2026/4/21
阅读全文 →
相关性 76标题命中「DeepSeek」关键词命中「DeepSeek」标签命中「DeepSeek」正文包含「DeepSeek」
如何零成本使用Claude Code?2026年免费LLM代理(NVIDIA NIM/DeepSeek)全攻略

如何零成本使用Claude Code?2026年免费LLM代理(NVIDIA NIM/DeepSeek)全攻略

AI Insight
free-claude-code is an open-source project that enables free use of Claude Code by proxying requests to free or low-cost model services like NVIDIA NIM, while retaining Claude Code's full engineering capabilities. Includes setup steps and model recommendations. 原文翻译: free-claude-code 是一个开源项目,它通过代理请求到 NVIDIA NIM 等免费或低成本模型服务,实现免费使用 Claude Code,同时保留 Claude Code 的全部工程能力。包含设置步骤和模型推荐。
AI大模型2026/4/25
阅读全文 →
相关性 74标题命中「DeepSeek」关键词命中「DeepSeek」标签命中「DeepSeek」正文包含「DeepSeek」
DeepGEMM是什么?它如何优化大语言模型的矩阵运算效率?

DeepGEMM是什么?它如何优化大语言模型的矩阵运算效率?

AI Insight
DeepGEMM is an open-source high-performance tensor core kernel library from DeepSeek, focusing on optimizing GEMM operations for large language models with efficient FP8 precision and fine-grained scaling techniques. 原文翻译: DeepGEMM是DeepSeek开源的高性能张量核心内核库,专注于通过高效的FP8精度和细粒度缩放技术优化大语言模型的通用矩阵乘法运算。
DeepSeek2026/4/21
阅读全文 →
相关性 60摘要命中「DeepSeek」AI 摘要命中「DeepSeek」关键词命中「DeepSeek」标签命中「DeepSeek」
如何让大语言模型进行数学推理而非文本生成?re!think协议实测对比

如何让大语言模型进行数学推理而非文本生成?re!think协议实测对比

AI Insight
This article introduces the 're!think' protocol, a ~1,300-token prompt that embeds seven core reasoning mechanics directly within an LLM's context window. It contrasts this approach with traditional, code-heavy enterprise scaffolding, arguing for more efficient, in-context logic that teaches models to reason mathematically rather than generate text. 原文翻译: 本文介绍了“re!think”协议,一个约1300词元的提示词,将七种核心推理机制直接嵌入LLM的上下文窗口。它对比了这种方法与传统的、代码繁重的企业级框架,主张更高效、上下文内的逻辑,教导模型进行数学推理而非文本生成。
AI大模型2026/4/17
阅读全文 →
相关性 60关键词命中「DeepSeek」标签命中「DeepSeek」摘要命中「ds」AI 摘要命中「ds」
NVIDIA H100 GPU在MLPerf基准测试中表现如何?2026年生成式AI性能实测

NVIDIA H100 GPU在MLPerf基准测试中表现如何?2026年生成式AI性能实测

AI Insight
NVIDIA H100 Tensor Core GPUs set new records across all eight MLPerf training benchmarks, delivering exceptional performance for generative AI and large language models at both per-accelerator and massive scale configurations. 原文翻译: NVIDIA H100 Tensor Core GPU在MLPerf训练基准测试的所有八项测试中均创下新纪录,在单加速器和大规模配置下均能为生成式AI和大语言模型提供卓越性能。
AI大模型2026/4/17
阅读全文 →
相关性 60关键词命中「DeepSeek」标签命中「DeepSeek」摘要命中「ds」AI 摘要命中「ds」
如何快速入门大模型编程实践?2026年上海交大AI安全课程指南

如何快速入门大模型编程实践?2026年上海交大AI安全课程指南

AI Insight
This tutorial series, derived from Shanghai Jiao Tong University's 2024 AI Security Technology course, provides hands-on programming guidance for large language models, covering fine-tuning, deployment, prompt engineering, knowledge editing, model watermarking, jailbreak attacks, multimodal models, and AI agent security. 原文翻译: 本教程系列源自上海交通大学2024年春季《人工智能安全技术》课程讲义,提供大模型相关的动手编程指导,涵盖微调与部署、提示学习与思维链、知识编辑、模型水印、越狱攻击、多模态模型、大模型智能体与安全等内容。
AI大模型2026/4/17
阅读全文 →
相关性 60关键词命中「DeepSeek」标签命中「DeepSeek」摘要命中「ds」AI 摘要命中「ds」
RAG-Anything是什么?香港大学开源全能RAG框架如何提升大模型性能?
🔥 热门

RAG-Anything是什么?香港大学开源全能RAG框架如何提升大模型性能?

AI Insight
RAG-Anything is an all-in-one RAG framework developed by HKUDS at the University of Hong Kong, open-sourced on GitHub. It aims to enhance LLM performance by integrating retrieval and generation, addressing hallucination and knowledge lag issues. 原文翻译:RAG-Anything是由香港大学HKUDS团队开发的全能型RAG框架,已在GitHub开源。它通过整合检索与生成技术,旨在提升大语言模型性能,解决幻觉和知识滞后问题。
AI大模型2026/4/24
阅读全文 →
相关性 58摘要命中「ds」AI 摘要命中「ds」正文包含「ds」同义扩展命中「ds」
如何使用Laminar开源平台监控AI智能体?2026年完整功能解析

如何使用Laminar开源平台监控AI智能体?2026年完整功能解析

AI Insight
Laminar is an open-source observability platform for AI agents, offering tracing, evals, monitoring, SQL access, and dashboards. Built with Rust for high performance, it supports OpenTelemetry and integrates with major LLM frameworks. 原文翻译:Laminar是一个面向AI智能体的开源可观测性平台,提供追踪、评估、监控、SQL访问和仪表板功能。基于Rust构建以实现高性能,支持OpenTelemetry,并与主流LLM框架集成。
AI大模型2026/4/25
阅读全文 →
相关性 56摘要命中「ds」AI 摘要命中「ds」正文包含「ds」同义扩展命中「ds」
RAG-Anything是什么?如何实现多模态文档智能问答?

RAG-Anything是什么?如何实现多模态文档智能问答?

AI Insight
RAG-Anything is an open-source multimodal RAG framework developed by Professor Huang Chao's team at the University of Hong Kong. It builds a unified multimodal knowledge graph architecture to process text, images, tables, and formulas, overcoming the text-only limitation of traditional RAG systems. It supports end-to-end document parsing, knowledge graph construction, and intelligent Q&A. 原文翻译:RAG-Anything是由香港大学黄超教授团队开发的开源多模态RAG框架。它构建了统一的多模态知识图谱架构,能够处理文本、图像、表格和公式,克服了传统RAG系统仅支持文本的限制。它支持端到端的文档解析、知识图谱构建和智能问答。
AI大模型2026/4/24
阅读全文 →
相关性 56摘要命中「ds」AI 摘要命中「ds」正文包含「ds」同义扩展命中「ds」
如何用本地AI工具为图片自动生成描述和关键词?

如何用本地AI工具为图片自动生成描述和关键词?

AI Insight
LLMII is an open-source tool that uses local AI models to automatically generate captions and keywords for images, embedding this metadata directly into image files for enhanced searchability and organization without cloud dependency. 原文翻译: LLMII是一款开源工具,利用本地AI模型自动为图片生成描述和关键词,并将这些元数据直接嵌入图像文件中,无需依赖云端服务即可实现增强的搜索和组织功能。
GEO技术2026/4/22
阅读全文 →
相关性 56摘要命中「ds」AI 摘要命中「ds」正文包含「ds」同义扩展命中「ds」