Instructions to use umiyuki/Japanese-WizardLM2-ChatV-7B-GGUF 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 umiyuki/Japanese-WizardLM2-ChatV-7B-GGUF 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 umiyuki/Japanese-WizardLM2-ChatV-7B-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf umiyuki/Japanese-WizardLM2-ChatV-7B-GGUF:Q4_K_M
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf umiyuki/Japanese-WizardLM2-ChatV-7B-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf umiyuki/Japanese-WizardLM2-ChatV-7B-GGUF:Q4_K_M
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 umiyuki/Japanese-WizardLM2-ChatV-7B-GGUF:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf umiyuki/Japanese-WizardLM2-ChatV-7B-GGUF:Q4_K_M
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 umiyuki/Japanese-WizardLM2-ChatV-7B-GGUF:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf umiyuki/Japanese-WizardLM2-ChatV-7B-GGUF:Q4_K_M
Use Docker
docker model run hf.co/umiyuki/Japanese-WizardLM2-ChatV-7B-GGUF:Q4_K_M
- LM Studio
- Jan
- vLLM
How to use umiyuki/Japanese-WizardLM2-ChatV-7B-GGUF with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "umiyuki/Japanese-WizardLM2-ChatV-7B-GGUF" # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:8000/v1/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "umiyuki/Japanese-WizardLM2-ChatV-7B-GGUF", "prompt": "Once upon a time,", "max_tokens": 512, "temperature": 0.5 }'Use Docker
docker model run hf.co/umiyuki/Japanese-WizardLM2-ChatV-7B-GGUF:Q4_K_M
- Ollama
How to use umiyuki/Japanese-WizardLM2-ChatV-7B-GGUF with Ollama:
ollama run hf.co/umiyuki/Japanese-WizardLM2-ChatV-7B-GGUF:Q4_K_M
- Unsloth Desktop
- Docker Model Runner
How to use umiyuki/Japanese-WizardLM2-ChatV-7B-GGUF with Docker Model Runner:
docker model run hf.co/umiyuki/Japanese-WizardLM2-ChatV-7B-GGUF:Q4_K_M
- Lemonade
How to use umiyuki/Japanese-WizardLM2-ChatV-7B-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull umiyuki/Japanese-WizardLM2-ChatV-7B-GGUF:Q4_K_M
Run and chat with the model
lemonade run user.Japanese-WizardLM2-ChatV-7B-GGUF-Q4_K_M
List all available models
lemonade list
- Atomic Chat
upload models
Browse files- .gitattributes +7 -0
- japanese-wizardlm2-chatv-7b.IQ3_XXS.gguf +3 -0
- japanese-wizardlm2-chatv-7b.IQ4_XS.gguf +3 -0
- japanese-wizardlm2-chatv-7b.Q4_K_M.gguf +3 -0
- japanese-wizardlm2-chatv-7b.Q5_K_M.gguf +3 -0
- japanese-wizardlm2-chatv-7b.Q6_K.gguf +3 -0
- japanese-wizardlm2-chatv-7b.Q8_0.gguf +3 -0
- japanese-wizardlm2-chatv-7b.f16.gguf +3 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,10 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
japanese-wizardlm2-chatv-7b.f16.gguf filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
japanese-wizardlm2-chatv-7b.IQ3_XXS.gguf filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
japanese-wizardlm2-chatv-7b.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
japanese-wizardlm2-chatv-7b.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
japanese-wizardlm2-chatv-7b.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
japanese-wizardlm2-chatv-7b.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
japanese-wizardlm2-chatv-7b.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
japanese-wizardlm2-chatv-7b.IQ3_XXS.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1694551a37761088ccf77ae826529550c692f7e5ceecb6cbc82f4a60a0798ab9
|
| 3 |
+
size 2827343584
|
japanese-wizardlm2-chatv-7b.IQ4_XS.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6e8b91909e2300360d05ad0b2ab107103b757bf920aea2ebe2809809f58771c4
|
| 3 |
+
size 3907688160
|
japanese-wizardlm2-chatv-7b.Q4_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b32bfef6c51c559781b783ac9ed516a77c6bfa957e40f3d394c9e7f1e0ee09b7
|
| 3 |
+
size 4368439008
|
japanese-wizardlm2-chatv-7b.Q5_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2304a177f245da1dd265bbe4927eb70d7d92c25468ad35afca7975b951322f15
|
| 3 |
+
size 5131409120
|
japanese-wizardlm2-chatv-7b.Q6_K.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1e68cdf0a4ef51e446e7034e6794d122b3141b46a0d98e82fb796aff2f6479dc
|
| 3 |
+
size 5942064864
|
japanese-wizardlm2-chatv-7b.Q8_0.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f7f24e7f9ca3022831092481a405973e03c77421f8fde539082445a4331a49f5
|
| 3 |
+
size 7695857344
|
japanese-wizardlm2-chatv-7b.f16.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b30cefd91e87f1cffa9a3907b098ba093cc91a53ad70a357cbfcbe91c102c729
|
| 3 |
+
size 14484731584
|