Instructions to use SakuraLLM/GalTransl-v4-4B-2601 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use SakuraLLM/GalTransl-v4-4B-2601 with llama.cpp:
Install (macOS, Linux)
curl -LsSf https://llama.app/install.sh | sh # Start a local OpenAI-compatible server with a web UI: llama serve -hf SakuraLLM/GalTransl-v4-4B-2601:Q5_K_S # Run inference directly in the terminal: llama cli -hf SakuraLLM/GalTransl-v4-4B-2601:Q5_K_S
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf SakuraLLM/GalTransl-v4-4B-2601:Q5_K_S # Run inference directly in the terminal: llama cli -hf SakuraLLM/GalTransl-v4-4B-2601:Q5_K_S
Use pre-built binary
# Download pre-built binary from: # https://github.com/ggerganov/llama.cpp/releases # Start a local OpenAI-compatible server with a web UI: ./llama-server -hf SakuraLLM/GalTransl-v4-4B-2601:Q5_K_S # Run inference directly in the terminal: ./llama-cli -hf SakuraLLM/GalTransl-v4-4B-2601:Q5_K_S
Build from source code
git clone https://github.com/ggerganov/llama.cpp.git cd llama.cpp cmake -B build cmake --build build -j --target llama-server llama-cli # Start a local OpenAI-compatible server with a web UI: ./build/bin/llama-server -hf SakuraLLM/GalTransl-v4-4B-2601:Q5_K_S # Run inference directly in the terminal: ./build/bin/llama-cli -hf SakuraLLM/GalTransl-v4-4B-2601:Q5_K_S
Use Docker
docker model run hf.co/SakuraLLM/GalTransl-v4-4B-2601:Q5_K_S
- LM Studio
- Jan
- Ollama
How to use SakuraLLM/GalTransl-v4-4B-2601 with Ollama:
ollama run hf.co/SakuraLLM/GalTransl-v4-4B-2601:Q5_K_S
- Unsloth Desktop
- Docker Model Runner
How to use SakuraLLM/GalTransl-v4-4B-2601 with Docker Model Runner:
docker model run hf.co/SakuraLLM/GalTransl-v4-4B-2601:Q5_K_S
- Lemonade
How to use SakuraLLM/GalTransl-v4-4B-2601 with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull SakuraLLM/GalTransl-v4-4B-2601:Q5_K_S
Run and chat with the model
lemonade run user.GalTransl-v4-4B-2601-Q5_K_S
List all available models
lemonade list
- Atomic Chat
Update README.md
Browse files
README.md
CHANGED
|
@@ -10,3 +10,5 @@ GalTransl-v4-4B-2512基于Sakura-4B-Qwen3-Base-v2
|
|
| 10 |
4G显存用GalTransl-v4-4B-2512-Q5_K_S.gguf
|
| 11 |
|
| 12 |
建议使用[Sakura_Launcher_GUI](https://github.com/PiDanShouRouZhouXD/Sakura_Launcher_GUI/blob/main/Sakura%20Launcher%20GUI%20%E7%94%A8%E6%88%B7%E6%89%8B%E5%86%8C.md)启动,上下文长度至少2048。
|
|
|
|
|
|
|
|
|
| 10 |
4G显存用GalTransl-v4-4B-2512-Q5_K_S.gguf
|
| 11 |
|
| 12 |
建议使用[Sakura_Launcher_GUI](https://github.com/PiDanShouRouZhouXD/Sakura_Launcher_GUI/blob/main/Sakura%20Launcher%20GUI%20%E7%94%A8%E6%88%B7%E6%89%8B%E5%86%8C.md)启动,上下文长度至少2048。
|
| 13 |
+
|
| 14 |
+
prompt格式同[GalTransl-7B-v3.7](https://huggingface.co/SakuraLLM/Sakura-GalTransl-7B-v3.7)
|