返回全部动态

Yue2-3B 音乐生成模型 GGUF 权重发布,适配 audio.cpp

原标题:audio-cpp/Yue2-3B-GGUF

Hugging Face New and Trending Models一手来源开源质量 74

AI 摘要

Hugging Face 上发布了 audio-cpp/Yue2-3B-GGUF 仓库,提供适配 audio.cpp 推理框架的 Yue2-3B 音乐生成模型 GGUF 权重,包含 BF16、Q8_0、Q4_0 三种量化版本及配套 VAE 权重。该仓库在 0.8.1 版本中加入 LoRA 支持,并附带多种条件生成(直接生成、完整规划、旋律条件、乐谱条件)的示例音频与命令行用法。在 RTX 5090 上测得 Q8_0/Q4_0 量化相比 BF16 显著降低显存占用并提升实时率。

以上摘要由 AI 生成,可能存在误差。事实请以原文为准。

正文节选

--- license: cc-by-nc-4.0 base_model: - m-a-p/YuE2-3B library_name: audio.cpp tags: - audio.cpp - gguf - music-generation - yue2 pipeline_tag: text-to-audio --- # Yue2-3B GGUF for audio.cpp This repository contains audio.cpp-native GGUF weights for Yue2-3B. The model has been merged into the main branch. LoRA support added in release 0.8.1. ## Files | File | Description | |---|---| | `yue2-3b-bf16.gguf` | Yue2-3B main model, BF16 weights. | | `yue2-3b-q8_0.gguf` | Yue2-3B main model, Q8_0 q


发布时间:2026-09-27 02:43
抓取时间:2026-09-13 05:32
来源机构:Hugging Face
阅读原文huggingface.co