PulseAugur
实时 05:13:59
实体 Phi 3

Phi 3

PulseAugur coverage of Phi 3 — every cluster mentioning Phi 3 across labs, papers, and developer communities, ranked by signal.

Show in brief
总计 · 30天
6
90 天内 6
发布 · 30天
0
90 天内 0
论文 · 30天
2
90 天内 2
层级分布 · 90 天
情绪 · 30 天

2 天有情绪数据

最近 · 第 1/1 页 · 共 6 条
  1. TOOL · CL_42828 ·

    本地大语言模型设置指南详述 llama.cpp 安装与优化

    这一系列指南提供了在 Linux 系统上本地设置和运行大语言模型(LLMs)的全面说明。它详细介绍了硬件和软件先决条件,推荐使用 llama.cpp,因为它在性能和易用性之间取得了平衡,并涵盖了模型选择、量化和 API 集成。指南还包括设置 systemd 服务以实现 24/7 运行、监控性能以及针对各种硬件限制进行优化的步骤。

  2. TOOL · CL_41024 ·

    WebLLM brings AI models to browsers via WebGPU

    WebLLM is a new project that enables large language models to run directly within web browsers using WebGPU for hardware acceleration. This client-side execution enhances user privacy and reduces server costs by keeping…

  3. TOOL · CL_40539 ·

    Fine-tuning smaller language models like Phi-3 and Gemma for industry

    This article explores the practical application of fine-tuning smaller language models (SLMs) like Phi-3 and Gemma for specific industry needs. It highlights a shift away from the "bigger is better" approach towards mor…

  4. TOOL · CL_27223 ·

    ExLlamaV3, Unsloth Qwen, and Phi3 agent see major local AI updates

    This week's local AI news highlights significant updates to the ExLlamaV3 inference library, enhancing efficiency for running quantized Llama models on consumer GPUs. Additionally, new GGUF-quantized versions of Qwen 3.…

  5. RESEARCH · CL_16203 ·

    Researchers distill DeepSeek-R1 reasoning into compact models for code clone detection

    Researchers have developed a knowledge distillation framework to improve the reliability and practicality of compact open-source models for cross-language code clone detection. This method transfers reasoning capabiliti…

  6. RESEARCH · CL_05426 ·

    DocQAC框架通过自适应Trie引导解码增强文档内搜索

    研究人员推出DocQAC,一个用于自适应Trie引导解码的新颖框架,旨在改进长文档内的查询自动补全。该系统利用文档特定的上下文和用户查询前缀来引导语言模型生成更准确、更高效的查询建议。该方法通过检索增强生成结合模型置信度和基于Trie的引导以及文档上下文,在一个新的基准数据集上表现优于更大的指令调优模型。