Instructions to use joongi007/QI-neural-chat-7B-ko-DPO-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- llama-cpp-python
How to use joongi007/QI-neural-chat-7B-ko-DPO-GGUF with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="joongi007/QI-neural-chat-7B-ko-DPO-GGUF", filename="QI-neural-chat-7B-ko-DPO-Q2_K.gguf", )
output = llm( "Once upon a time,", max_tokens=512, echo=True ) print(output)
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use joongi007/QI-neural-chat-7B-ko-DPO-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/QI-neural-chat-7B-ko-DPO-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf joongi007/QI-neural-chat-7B-ko-DPO-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/QI-neural-chat-7B-ko-DPO-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf joongi007/QI-neural-chat-7B-ko-DPO-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/QI-neural-chat-7B-ko-DPO-GGUF:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf joongi007/QI-neural-chat-7B-ko-DPO-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/QI-neural-chat-7B-ko-DPO-GGUF:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf joongi007/QI-neural-chat-7B-ko-DPO-GGUF:Q4_K_M
Use Docker
docker model run hf.co/joongi007/QI-neural-chat-7B-ko-DPO-GGUF:Q4_K_M
- LM Studio
- Jan
- Ollama
How to use joongi007/QI-neural-chat-7B-ko-DPO-GGUF with Ollama:
ollama run hf.co/joongi007/QI-neural-chat-7B-ko-DPO-GGUF:Q4_K_M
- Unsloth Studio
How to use joongi007/QI-neural-chat-7B-ko-DPO-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/QI-neural-chat-7B-ko-DPO-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/QI-neural-chat-7B-ko-DPO-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/QI-neural-chat-7B-ko-DPO-GGUF to start chatting
- Atomic Chat new
- Docker Model Runner
How to use joongi007/QI-neural-chat-7B-ko-DPO-GGUF with Docker Model Runner:
docker model run hf.co/joongi007/QI-neural-chat-7B-ko-DPO-GGUF:Q4_K_M
- Lemonade
How to use joongi007/QI-neural-chat-7B-ko-DPO-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull joongi007/QI-neural-chat-7B-ko-DPO-GGUF:Q4_K_M
Run and chat with the model
lemonade run user.QI-neural-chat-7B-ko-DPO-GGUF-Q4_K_M
List all available models
lemonade list
Upload 15 files
Browse files- .gitattributes +15 -0
- QI-neural-chat-7B-ko-DPO-Q2_K.gguf +3 -0
- QI-neural-chat-7B-ko-DPO-Q3_K_L.gguf +3 -0
- QI-neural-chat-7B-ko-DPO-Q3_K_M.gguf +3 -0
- QI-neural-chat-7B-ko-DPO-Q3_K_S.gguf +3 -0
- QI-neural-chat-7B-ko-DPO-Q4_0.gguf +3 -0
- QI-neural-chat-7B-ko-DPO-Q4_1.gguf +3 -0
- QI-neural-chat-7B-ko-DPO-Q4_K_M.gguf +3 -0
- QI-neural-chat-7B-ko-DPO-Q4_K_S.gguf +3 -0
- QI-neural-chat-7B-ko-DPO-Q5_0.gguf +3 -0
- QI-neural-chat-7B-ko-DPO-Q5_1.gguf +3 -0
- QI-neural-chat-7B-ko-DPO-Q5_K_M.gguf +3 -0
- QI-neural-chat-7B-ko-DPO-Q5_K_S.gguf +3 -0
- QI-neural-chat-7B-ko-DPO-Q6_K.gguf +3 -0
- QI-neural-chat-7B-ko-DPO-Q8_0.gguf +3 -0
- QI-neural-chat-7B-ko-DPO.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 |
+
QI-neural-chat-7B-ko-DPO-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
QI-neural-chat-7B-ko-DPO-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
QI-neural-chat-7B-ko-DPO-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
QI-neural-chat-7B-ko-DPO-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
QI-neural-chat-7B-ko-DPO-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
QI-neural-chat-7B-ko-DPO-Q4_1.gguf filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
QI-neural-chat-7B-ko-DPO-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 43 |
+
QI-neural-chat-7B-ko-DPO-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 44 |
+
QI-neural-chat-7B-ko-DPO-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 45 |
+
QI-neural-chat-7B-ko-DPO-Q5_1.gguf filter=lfs diff=lfs merge=lfs -text
|
| 46 |
+
QI-neural-chat-7B-ko-DPO-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 47 |
+
QI-neural-chat-7B-ko-DPO-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 48 |
+
QI-neural-chat-7B-ko-DPO-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 49 |
+
QI-neural-chat-7B-ko-DPO-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 50 |
+
QI-neural-chat-7B-ko-DPO.gguf filter=lfs diff=lfs merge=lfs -text
|
QI-neural-chat-7B-ko-DPO-Q2_K.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:523e1de31e6f2b31ce0f3e3015507a23b92ccb5e729e423d9bc73044afb9a162
|
| 3 |
+
size 2719242016
|
QI-neural-chat-7B-ko-DPO-Q3_K_L.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2e0986e3d54964931a355204e4325e87c94403b6a8cbdbf799b62384eb1a1b2c
|
| 3 |
+
size 3822024480
|
QI-neural-chat-7B-ko-DPO-Q3_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:34dd39efb4291d1a8bd9503df06c9881ad154c5de3b420a6a9f490cd071fb5cd
|
| 3 |
+
size 3518986016
|
QI-neural-chat-7B-ko-DPO-Q3_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:88c6e14b5c4e45b25b25a8fb9a5b49268192bef17c7d7e8717a3aefeec0ac2e2
|
| 3 |
+
size 3164567328
|
QI-neural-chat-7B-ko-DPO-Q4_0.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5d3170c46f8635d66747d52f0a6b0eb208e0a49b1662f744c8139b0cc2bbb80c
|
| 3 |
+
size 4108916512
|
QI-neural-chat-7B-ko-DPO-Q4_1.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6ffcddae31fdd55e01cdd80d740cec6cd0ed9638c2008a6501c2905b818eeb83
|
| 3 |
+
size 4553316128
|
QI-neural-chat-7B-ko-DPO-Q4_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b5920cac267f4173f0e0fcf8d68862f15ea2eb1cd8e13ca6169eec668b89e1d0
|
| 3 |
+
size 4368439072
|
QI-neural-chat-7B-ko-DPO-Q4_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2cd57edcde9019d2392f769b5fc9d6a2271edd5bfdb4c115089671de571d86e8
|
| 3 |
+
size 4140373792
|
QI-neural-chat-7B-ko-DPO-Q5_0.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3ec96e001bc836fb65181f4a8b4a477d520990f336771c45859c15b6024fe3ad
|
| 3 |
+
size 4997715744
|
QI-neural-chat-7B-ko-DPO-Q5_1.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fe3d8411d605bef565da03367c94045596a96804d427fa5cedb6e937d14f5f56
|
| 3 |
+
size 5442115360
|
QI-neural-chat-7B-ko-DPO-Q5_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:54a4a616f7212af3f2da7e0d54723dd33355065efc859bf16b2b3d1fd90b36d5
|
| 3 |
+
size 5131409184
|
QI-neural-chat-7B-ko-DPO-Q5_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:15142e12473f9078163fcc11ca7ad336cfa91e0725fdb1efac2d6948285d1c9a
|
| 3 |
+
size 4997715744
|
QI-neural-chat-7B-ko-DPO-Q6_K.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:24df90689ed5fbe5775c705d83b861f503517426a998dc784d3ad97c83b719f2
|
| 3 |
+
size 5942064928
|
QI-neural-chat-7B-ko-DPO-Q8_0.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:30ec1fefaed71114db1199cf77c1ca8f31d1ba841e2026946edd7fb25dd26a3c
|
| 3 |
+
size 7695857440
|
QI-neural-chat-7B-ko-DPO.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d9be68da43279aace6a4f93332e8b984c6230659a2323aa12f9f9ad1f1a5bd50
|
| 3 |
+
size 14484731680
|