TFMC/imatrix-dataset-for-japanese-llm
Viewer • Updated • 239 • 58 • 35
How to use okamototk/DeepCoder-14B-Preview-imatrix-GGUF with llama.cpp:
curl -LsSf https://llama.app/install.sh | sh # Start a local OpenAI-compatible server with a web UI: llama serve -hf okamototk/DeepCoder-14B-Preview-imatrix-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf okamototk/DeepCoder-14B-Preview-imatrix-GGUF:Q4_K_M
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf okamototk/DeepCoder-14B-Preview-imatrix-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf okamototk/DeepCoder-14B-Preview-imatrix-GGUF:Q4_K_M
# 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 okamototk/DeepCoder-14B-Preview-imatrix-GGUF:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf okamototk/DeepCoder-14B-Preview-imatrix-GGUF:Q4_K_M
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 okamototk/DeepCoder-14B-Preview-imatrix-GGUF:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf okamototk/DeepCoder-14B-Preview-imatrix-GGUF:Q4_K_M
docker model run hf.co/okamototk/DeepCoder-14B-Preview-imatrix-GGUF:Q4_K_M
How to use okamototk/DeepCoder-14B-Preview-imatrix-GGUF with vLLM:
# Install vLLM from pip:
pip install vllm
# Start the vLLM server:
vllm serve "okamototk/DeepCoder-14B-Preview-imatrix-GGUF"
# Call the server using curl (OpenAI-compatible API):
curl -X POST "http://localhost:8000/v1/chat/completions" \
-H "Content-Type: application/json" \
--data '{
"model": "okamototk/DeepCoder-14B-Preview-imatrix-GGUF",
"messages": [
{
"role": "user",
"content": "What is the capital of France?"
}
]
}'docker model run hf.co/okamototk/DeepCoder-14B-Preview-imatrix-GGUF:Q4_K_M
How to use okamototk/DeepCoder-14B-Preview-imatrix-GGUF with Ollama:
ollama run hf.co/okamototk/DeepCoder-14B-Preview-imatrix-GGUF:Q4_K_M
How to use okamototk/DeepCoder-14B-Preview-imatrix-GGUF with Docker Model Runner:
docker model run hf.co/okamototk/DeepCoder-14B-Preview-imatrix-GGUF:Q4_K_M
How to use okamototk/DeepCoder-14B-Preview-imatrix-GGUF with Lemonade:
# Download Lemonade from https://lemonade-server.ai/ lemonade pull okamototk/DeepCoder-14B-Preview-imatrix-GGUF:Q4_K_M
lemonade run user.DeepCoder-14B-Preview-imatrix-GGUF-Q4_K_M
lemonade list
This model is quantized version of DeepCoder-14B-Preview with dataset for imatrix TFMC/imatrix-dataset-for-japanese-llm. Usgin English/Japanese mixed and quantization is tuned for Japanese.
This code repository and the model weights are licensed under the MIT License. Here is note for upstream model license:
4-bit
Base model
deepseek-ai/DeepSeek-R1-Distill-Qwen-14B