Instructions to use joongi007/Ko-Qwen2-7B-Instruct-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- llama-cpp-python
How to use joongi007/Ko-Qwen2-7B-Instruct-GGUF with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="joongi007/Ko-Qwen2-7B-Instruct-GGUF", filename="Ko-Qwen2-7B-Instruct-Q2_K.gguf", )
llm.create_chat_completion( messages = "No input example has been defined for this model task." )
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use joongi007/Ko-Qwen2-7B-Instruct-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 joongi007/Ko-Qwen2-7B-Instruct-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf joongi007/Ko-Qwen2-7B-Instruct-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 joongi007/Ko-Qwen2-7B-Instruct-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf joongi007/Ko-Qwen2-7B-Instruct-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 joongi007/Ko-Qwen2-7B-Instruct-GGUF:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf joongi007/Ko-Qwen2-7B-Instruct-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 joongi007/Ko-Qwen2-7B-Instruct-GGUF:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf joongi007/Ko-Qwen2-7B-Instruct-GGUF:Q4_K_M
Use Docker
docker model run hf.co/joongi007/Ko-Qwen2-7B-Instruct-GGUF:Q4_K_M
- LM Studio
- Jan
- Ollama
How to use joongi007/Ko-Qwen2-7B-Instruct-GGUF with Ollama:
ollama run hf.co/joongi007/Ko-Qwen2-7B-Instruct-GGUF:Q4_K_M
- Unsloth Studio
How to use joongi007/Ko-Qwen2-7B-Instruct-GGUF with Unsloth Studio:
Install Unsloth Studio (macOS, Linux, WSL)
curl -fsSL https://unsloth.ai/install.sh | sh # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for joongi007/Ko-Qwen2-7B-Instruct-GGUF to start chatting
Install Unsloth Studio (Windows)
irm https://unsloth.ai/install.ps1 | iex # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for joongi007/Ko-Qwen2-7B-Instruct-GGUF to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for joongi007/Ko-Qwen2-7B-Instruct-GGUF to start chatting
- Atomic Chat new
- Docker Model Runner
How to use joongi007/Ko-Qwen2-7B-Instruct-GGUF with Docker Model Runner:
docker model run hf.co/joongi007/Ko-Qwen2-7B-Instruct-GGUF:Q4_K_M
- Lemonade
How to use joongi007/Ko-Qwen2-7B-Instruct-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull joongi007/Ko-Qwen2-7B-Instruct-GGUF:Q4_K_M
Run and chat with the model
lemonade run user.Ko-Qwen2-7B-Instruct-GGUF-Q4_K_M
List all available models
lemonade list
update 15 files
Browse files- Ko-Qwen2-7B-Instruct-Q2_K.gguf +2 -2
- Ko-Qwen2-7B-Instruct-Q3_K_L.gguf +2 -2
- Ko-Qwen2-7B-Instruct-Q3_K_M.gguf +2 -2
- Ko-Qwen2-7B-Instruct-Q3_K_S.gguf +2 -2
- Ko-Qwen2-7B-Instruct-Q4_0.gguf +2 -2
- Ko-Qwen2-7B-Instruct-Q4_1.gguf +2 -2
- Ko-Qwen2-7B-Instruct-Q4_K_M.gguf +2 -2
- Ko-Qwen2-7B-Instruct-Q4_K_S.gguf +2 -2
- Ko-Qwen2-7B-Instruct-Q5_0.gguf +2 -2
- Ko-Qwen2-7B-Instruct-Q5_1.gguf +2 -2
- Ko-Qwen2-7B-Instruct-Q5_K_M.gguf +2 -2
- Ko-Qwen2-7B-Instruct-Q5_K_S.gguf +2 -2
- Ko-Qwen2-7B-Instruct-Q6_K.gguf +2 -2
- Ko-Qwen2-7B-Instruct-Q8_0.gguf +2 -2
- Ko-Qwen2-7B-Instruct.gguf +2 -2
Ko-Qwen2-7B-Instruct-Q2_K.gguf
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:709d32177312acc76dab4fa94e79b99f160f04dc0ac82cd7aaac361b73e037c7
|
| 3 |
+
size 3014207840
|
Ko-Qwen2-7B-Instruct-Q3_K_L.gguf
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ed6341e777b454fe136ae97024d3b6b34cb9dbcf5fb12d1750eed792fa260391
|
| 3 |
+
size 4086574848
|
Ko-Qwen2-7B-Instruct-Q3_K_M.gguf
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:21c2d594237869f110b6dfcd4441ab9b2a90b380f4dd57c68a489438fa006b74
|
| 3 |
+
size 3806506752
|
Ko-Qwen2-7B-Instruct-Q3_K_S.gguf
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5de5f98c4a721531c12301f61dc9db22beee452151fa45c9b1bb92b9e42c47a4
|
| 3 |
+
size 3490483968
|
Ko-Qwen2-7B-Instruct-Q4_0.gguf
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d4a0eae49827e21bda8af28f5934f2bdabf97d291ae9b452f3027c71e8af7b49
|
| 3 |
+
size 4429307328
|
Ko-Qwen2-7B-Instruct-Q4_1.gguf
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:876b44ead38a2a2c2881764376da82ef9015c9aad257296712eff4e0b78b88ef
|
| 3 |
+
size 4871106560
|
Ko-Qwen2-7B-Instruct-Q4_K_M.gguf
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:30b66a226dade23f509bf9e090682563092295c484dea8d12833bcbc3e720bc4
|
| 3 |
+
size 4680990144
|
Ko-Qwen2-7B-Instruct-Q4_K_S.gguf
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c487dacb836224e0eb7c7dda65405e6e61df76316fbdd230613fe6410ca63008
|
| 3 |
+
size 4455685568
|
Ko-Qwen2-7B-Instruct-Q5_0.gguf
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6299a68169562329faa118f70bfa5d299dde8e82b16b2f072530ae3b26cc3b4c
|
| 3 |
+
size 5312905792
|
Ko-Qwen2-7B-Instruct-Q5_1.gguf
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7f656f0a762a1596d4d1d6bff5fd4cbd2a38c40728b1fd24f420db8a131a383e
|
| 3 |
+
size 5754705024
|
Ko-Qwen2-7B-Instruct-Q5_K_M.gguf
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b58d20ff35cff8b97b6abe0ecbda571fb76df2348d03d6a644b112633903eb97
|
| 3 |
+
size 5442560576
|
Ko-Qwen2-7B-Instruct-Q5_K_S.gguf
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7ca8cd55f16f6dc7d0f08f05fc099d55ac1d9c04a1249f023d5864153fe71cc6
|
| 3 |
+
size 5312905792
|
Ko-Qwen2-7B-Instruct-Q6_K.gguf
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7e476e80cd4de03589314b92c4d19f928ec1493697eaed5c3e8cab2fb93e3cd1
|
| 3 |
+
size 6251729184
|
Ko-Qwen2-7B-Instruct-Q8_0.gguf
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9ecbd1be3045e264fce493de9af0af91e8dcb3e7e096fc5d409bdef4f2bad3ee
|
| 3 |
+
size 8095329888
|
Ko-Qwen2-7B-Instruct.gguf
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ad6b12ed2bfaa4ecd42a8c1be260f4b1d2bfb330c41754d3eb11c01ed7780abd
|
| 3 |
+
size 15231848928
|