GGUF
English
Japanese
How to use from
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 mmnga/Vecteus-v1-gguf:
# Run inference directly in the terminal:
llama cli -hf mmnga/Vecteus-v1-gguf:
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf mmnga/Vecteus-v1-gguf:
# Run inference directly in the terminal:
llama cli -hf mmnga/Vecteus-v1-gguf:
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 mmnga/Vecteus-v1-gguf:
# Run inference directly in the terminal:
./llama-cli -hf mmnga/Vecteus-v1-gguf:
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 mmnga/Vecteus-v1-gguf:
# Run inference directly in the terminal:
./build/bin/llama-cli -hf mmnga/Vecteus-v1-gguf:
Use Docker
docker model run hf.co/mmnga/Vecteus-v1-gguf:
Quick Links

Vecteus-v1-gguf

Local-Novel-LLM-projectさんが公開しているVecteus-v1のggufフォーマット変換版です。

imatrixのデータはTFMC/imatrix-dataset-for-japanese-llmを使用して作成しました。

他のモデル

mmnga/Ninja-v1-128k-gguf
mmnga/Ninja-v1-NSFW-128k-gguf
mmnga/Vecteus-v1-gguf

Usage

git clone https://github.com/ggerganov/llama.cpp.git
cd llama.cpp
make -j
./main -m 'Vecteus-v1-Q4_0.gguf' -n 128 -p 'USER: こんにちわ。 ASSISTANT: '
Downloads last month
1,164
GGUF
Model size
7B params
Architecture
llama
Hardware compatibility
Log In to add your hardware

1-bit

2-bit

3-bit

4-bit

5-bit

6-bit

8-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Dataset used to train mmnga/Vecteus-v1-gguf