Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
| Date | Stars |
|---|---|
| 2026-07-31 | 328 |
| 2026-08-06 | 328 |
Today
— stars today
This week
— stars this week
This month
— stars this month
Momentum
0.0
growth rate 0.00%/day
## OneClickLLAMA
- 一键运行 [Qwen3](https://github.com/QwenLM/Qwen3) [SakuraLLM](https://github.com/SakuraLLM/SakuraLLM) 等本地 LLM 模型
- 可与众多支持 OpenAI 格式的翻译器、分析器应用搭配使用,包括但是不限于:
- [LinguaGacha](https://github.com/neavo/LinguaGacha) `使用 AI 能力一键翻译小说、游戏、字幕的次世代翻译器` `推荐` 👈👈
- [KeywordGacha](https://github.com/neavo/KeywordGacha) `使用 AI 能力一键生成术语表的次世代翻译辅助工具` `推荐` 👈👈
- [AiNiee](https://github.com/NEKOparapa/AiNiee)
- [GalTransl](https://github.com/xd2333/GalTransl)
- [绿站(轻小说翻译机器人)](https://books.fishhawk.top/workspace/sakura)
- 配合本页中的各应用的设置指南,可以得到最优化的性能,相较于默认设置可提升 3-5 倍
## 要求
- 至少 8G 显存的独立显卡,NVIDIA 显卡最佳,其他显卡很慢
- 确保安装了 `最新版本` 的显卡驱动程序
## 步骤
- 从 [发布页](https://github.com/neavo/OneClickLLAMA/releases) 下载最新版本的 `OneClickLLAMA` 并解压缩
- `OneClickLLAMA_NV` 是 NVIDIA 专用的版本
- `OneClickLLAMA_VULKAN` 是 所有显卡 通用的版本
- 根据用途和显存大小下载适合的模型并放入 `OneClickLLAMA` 文件夹
## 对应表格
- 日文翻译到中文
| 显存大小 | 模型规模 | 启动脚本 | 下载链接 |
|:---------------:|:-----------:|:--------------:|:---------------------------------------------------------:|
| 8G/10G/11G | 7B | 01_2K_NP6.bat | [sakura-7b-qwen2.5-v1.0-iq4xs.gguf](https://huggingface.co/SakuraLLM/Sakura-7B-Qwen2.5-v1.0-GGUF/blob/main/sakura-7b-qwen2.5-v1.0-iq4xs.gguf) |
| 12G | 14B | 01_2K_NP6.bat | [sakura-14b-qwen2.5-v1.0-iq4xs.gguf](https://huggingface.co/SakuraLLM/Sakura-14B-Qwen2.5-v1.0-GGUF/blob/main/sakura-14b-qwen2.5-v1.0-iq4xs.gguf) |
| 16G | 14B | 01_2K_NP12.bat | [sakura-14b-qwen2.5-v1.0-iq4xs.gguf](https://huggingface.co/SakuraLLM/Sakura-14B-Qwen2.5-v1.0-GGUF/blob/main/sakura-14b-qwen2.5-v1.0-iq4xs.gguf) |
| 24G | 14B | 01_2K_NP16.bat | [sakura-14b-qwen2.5-v1.0-q6k.gguf](https://huggingface.co/SakuraLLM/Sakura-14B-Qwen2.5-v1.0-GGUF/blob/main/sakura-14b-qwen2.5-v1.0-q6k.gguf) |
- 其他用途,包括:
- 其他语言之间的互译
- 搭配 KeywordGacha 抓取实体词语表
- 注意:`8B` 效果很差,`14B` 勉勉强强,但是即使 `14B` 模型效果也远差于任何在线 API
| 显存大小 | 模型规模 | 启动脚本 | 下载链接 |
|:---------------:|:-----------:|:--------------:|:---------------------------------------------------------:|
| 8G/10G/11G | 8B | 01_2K_NP6.bat | [Qwen3-8B-IQ4_XS.gguf](https://huggingface.co/unsloth/Qwen3-8B-GGUF/blob/main/Qwen3-8B-IQ4_XS.gguf) |
| 12G | 14B | 01_2K_NP6.bat | [Qwen3-14B-IQ4_XS.gguf](https://huggingface.co/unsloth/Qwen3-14B-GGUF/blob/main/Qwen3-14B-IQ4_XS.gguf) |
| 16G | 14B | 01_2K_NP12.bat | [Qwen3-14B-IQ4_XS.gguf](https://huggingface.co/unsloth/Qwen3-14B-GGUF/blob/main/Qwen3-14B-IQ4_XS.gguf) |
| 24G | 14B | 01_2K_NP16.bat | [Qwen3-14B-Q6_K.gguf](https://huggingface.co/unsloth/Qwen3-14B-GGUF/blob/main/Qwen3-14B-Q6_K.gguf) |
## 启动
- 现在你的文件结构应该类似于:
```
OneClickLLAMA\llama\...
\00_Core.bat
\01_2K_NP16.bat
\sakura-14b-qwen2.5-v1.0-iq4xs.gguf
\...
```
- 根据 `你的显存和模型的搭配组合` 选择对应的启动脚本,双击启动即可
## 应用设置
- 根据你的需求和使用的应用查看对应设置教程
- 搭配 [LinguaGacha](https://github.com/neavo/LinguaGacha) 进行日中翻译 [Wiki - LinguaGacha_Sakura](https://github.com/neavo/OneClickLLAMA/wiki/LinguaGacha_Sakura) `推荐` 👈👈
- 搭配 [LinguaGacha](https://github.com/neavo/LinguaGacha) 进行其他语言翻译 [Wiki - LinguaGacha](https://github.com/neavo/OneClickLLAMA/wiki/LinguaGacha) `推荐` 👈👈
- 搭配 [KeywordGacha](https://github.com/neavo/KeywordGacha) 进行文本分析 [Wiki - KeywordGacha](https://github.com/neavo/OneClickLLAMA/wiki/KeywordGacha) `推荐` 👈👈
- 搭配 [AiNiee](https://github.com/NEKOparapa/AiNiee) 进行日中翻译 [Wiki - AiNiee_Sakura](https://github.com/neavo/OneClickLLAMA/wiki/AiNiee_Sakura)
- 搭配 [轻小说翻译机器人(绿站)](https://books.fishhawk.top/) 进行日中翻译 [Wiki - AutoNovel_Sakura](https://github.com/neavo/OneClickLLAMA/wiki/AutoNovel_Sakura)
## 常见问题
- 什么是 `爆显存`,会导致什么问题?
- 系统需求的显存超过了显卡实际的物理显存大小,称之为 `爆显存`
- `爆显存` 时,翻译的速度和结果都会出现异常,基本丧失可用性,所以要避免这种情况
- 如何判断是否 `爆显存`
- 如果爆Excerpt of 4,332 characters
Read on GitHubWould you bet a product on this? Bounded 0–100 and slow moving.
matched fp:3c345d514462899a, llm:Repository description (Chinese): "一键运行 Qwen2.5 SakuraLLM 等本地 LLM 模型" — translates to "One-click run Qwen2.5 SakuraLLM and other local LLM models."
matched fp:3c345d514462899a, llm:Repository description (Chinese): "一键运行 Qwen2.5 SakuraLLM 等本地 LLM 模型" — translates to "One-click run Qwen2.5 SakuraLLM and other local LLM models."
matched fp:3c345d514462899a, llm:Repository description (Chinese): "一键运行 Qwen2.5 SakuraLLM 等本地 LLM 模型" — translates to "One-click run Qwen2.5 SakuraLLM and other local LLM models."