我用 MLX 移植了 NotebookLlama 🔥
其使用了 mlx-community/Qwen2.5-3B-Instruct-4bit 对 PDF 进行预处理, mlx-community/Qwen2.5-14B-Instruct-4bit 撰写讲稿, mlx-community/Qwen2.5-7B-Instruct-4bit 润色讲稿, 最后用 lucasnewman/f5-tts-mlx 生成播客音频 ⚡
步骤 1: 预处理
PDF:使用 mlx-community/Qwen2.5-1.5B-Instruct-bf16
预处理PDF并将其保存为.txt
文件。
步骤 2: 撰写讲稿:使用 mlx-community/Qwen2.5-14B-Instruct-4bit 写一个播客讲稿。
步骤 3: 润色讲稿:使用mlx-community/Qwen2.5-7B-Instruct-4bit 对讲稿进行润色。
步骤 4: 生成播客:使用lucasnewman/f5-tts-mlx 生成播客音频。