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
Upload 15 files
Browse files- .gitattributes +15 -0
- Ko-Qwen2-7B-Instruct-Q2_K.gguf +3 -0
- Ko-Qwen2-7B-Instruct-Q3_K_L.gguf +3 -0
- Ko-Qwen2-7B-Instruct-Q3_K_M.gguf +3 -0
- Ko-Qwen2-7B-Instruct-Q3_K_S.gguf +3 -0
- Ko-Qwen2-7B-Instruct-Q4_0.gguf +3 -0
- Ko-Qwen2-7B-Instruct-Q4_1.gguf +3 -0
- Ko-Qwen2-7B-Instruct-Q4_K_M.gguf +3 -0
- Ko-Qwen2-7B-Instruct-Q4_K_S.gguf +3 -0
- Ko-Qwen2-7B-Instruct-Q5_0.gguf +3 -0
- Ko-Qwen2-7B-Instruct-Q5_1.gguf +3 -0
- Ko-Qwen2-7B-Instruct-Q5_K_M.gguf +3 -0
- Ko-Qwen2-7B-Instruct-Q5_K_S.gguf +3 -0
- Ko-Qwen2-7B-Instruct-Q6_K.gguf +3 -0
- Ko-Qwen2-7B-Instruct-Q8_0.gguf +3 -0
- Ko-Qwen2-7B-Instruct.gguf +3 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,18 @@ 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 |
+
Ko-Qwen2-7B-Instruct-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
Ko-Qwen2-7B-Instruct-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
Ko-Qwen2-7B-Instruct-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
Ko-Qwen2-7B-Instruct-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
Ko-Qwen2-7B-Instruct-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
Ko-Qwen2-7B-Instruct-Q4_1.gguf filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
Ko-Qwen2-7B-Instruct-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 43 |
+
Ko-Qwen2-7B-Instruct-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 44 |
+
Ko-Qwen2-7B-Instruct-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 45 |
+
Ko-Qwen2-7B-Instruct-Q5_1.gguf filter=lfs diff=lfs merge=lfs -text
|
| 46 |
+
Ko-Qwen2-7B-Instruct-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 47 |
+
Ko-Qwen2-7B-Instruct-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 48 |
+
Ko-Qwen2-7B-Instruct-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 49 |
+
Ko-Qwen2-7B-Instruct-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 50 |
+
Ko-Qwen2-7B-Instruct.gguf filter=lfs diff=lfs merge=lfs -text
|
Ko-Qwen2-7B-Instruct-Q2_K.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:99caf41dd3d4e57a5732a607ec8d5a75b5c4ab49c955ae75023781ffb998ed2c
|
| 3 |
+
size 3014207552
|
Ko-Qwen2-7B-Instruct-Q3_K_L.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f1fd381184538d275a977cdb7ee71c2e119501f35d3ff628a5d55e035ca0ac6b
|
| 3 |
+
size 4086574560
|
Ko-Qwen2-7B-Instruct-Q3_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6cd36a0ab896eb01f0bd02f935f406fc9c9598508bb1083cce09362f901cf3d4
|
| 3 |
+
size 3806506464
|
Ko-Qwen2-7B-Instruct-Q3_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0e0cfc1febeb820ef5edf74439fa45a63da00f261719e8081572a0a5487787a8
|
| 3 |
+
size 3490483680
|
Ko-Qwen2-7B-Instruct-Q4_0.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4f28bb8ab9ae74b0a1ae43b32a759a59ffc8ee13bbc3e1ed53575040ab5efa37
|
| 3 |
+
size 4429307040
|
Ko-Qwen2-7B-Instruct-Q4_1.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ab639f1bac2718ed3c9c3e6a34c05d659f651098b449839d519018801afac48a
|
| 3 |
+
size 4871106272
|
Ko-Qwen2-7B-Instruct-Q4_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f13edb44347c4063ad8e865ecb5d8de1c31906b68f6c85bceaf2b401b298b798
|
| 3 |
+
size 4680989856
|
Ko-Qwen2-7B-Instruct-Q4_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cb1947b507e6ce3e54f746294da2905673d0a33f43044a430928c6af7648ee9b
|
| 3 |
+
size 4455685280
|
Ko-Qwen2-7B-Instruct-Q5_0.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bc212087f9af21d6b8c12d4c5aaaf1d4fb23090fd986c97ff1b0e6ab15fd7e2a
|
| 3 |
+
size 5312905504
|
Ko-Qwen2-7B-Instruct-Q5_1.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:884a4810eb48a914eac19a553d46a47b7e2f72cbcdd20441427b7b261730ce4e
|
| 3 |
+
size 5754704736
|
Ko-Qwen2-7B-Instruct-Q5_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bf6ea3a57cd974a68eb488b2fc716b71ad3d524f823ad165ada842d0c3032892
|
| 3 |
+
size 5442560288
|
Ko-Qwen2-7B-Instruct-Q5_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:baafbe217298ad56138f424e752cbed0f67c79d2cf009ebf49b84e4eabec91c2
|
| 3 |
+
size 5312905504
|
Ko-Qwen2-7B-Instruct-Q6_K.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:075e41d7a5e3f7821ad5b33bfbc580bbc27a7ef0ca3c625e7ac3275894de9951
|
| 3 |
+
size 6251728896
|
Ko-Qwen2-7B-Instruct-Q8_0.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:44e53e4011c10f28d5a8cf19471e72cd5f89bea70b4f8f85349b0963193737e9
|
| 3 |
+
size 8095329600
|
Ko-Qwen2-7B-Instruct.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0a2163480f33893e128b44031a2f33ac10c795836e12024a74b0297f139441b2
|
| 3 |
+
size 15231848640
|