Instructions to use tensorblock/koquality-ko-ref-llama2-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 tensorblock/koquality-ko-ref-llama2-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 tensorblock/koquality-ko-ref-llama2-7b-GGUF:Q2_K # Run inference directly in the terminal: llama cli -hf tensorblock/koquality-ko-ref-llama2-7b-GGUF:Q2_K
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf tensorblock/koquality-ko-ref-llama2-7b-GGUF:Q2_K # Run inference directly in the terminal: llama cli -hf tensorblock/koquality-ko-ref-llama2-7b-GGUF:Q2_K
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 tensorblock/koquality-ko-ref-llama2-7b-GGUF:Q2_K # Run inference directly in the terminal: ./llama-cli -hf tensorblock/koquality-ko-ref-llama2-7b-GGUF:Q2_K
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 tensorblock/koquality-ko-ref-llama2-7b-GGUF:Q2_K # Run inference directly in the terminal: ./build/bin/llama-cli -hf tensorblock/koquality-ko-ref-llama2-7b-GGUF:Q2_K
Use Docker
docker model run hf.co/tensorblock/koquality-ko-ref-llama2-7b-GGUF:Q2_K
- LM Studio
- Jan
- vLLM
How to use tensorblock/koquality-ko-ref-llama2-7b-GGUF with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "tensorblock/koquality-ko-ref-llama2-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": "tensorblock/koquality-ko-ref-llama2-7b-GGUF", "prompt": "Once upon a time,", "max_tokens": 512, "temperature": 0.5 }'Use Docker
docker model run hf.co/tensorblock/koquality-ko-ref-llama2-7b-GGUF:Q2_K
- Ollama
How to use tensorblock/koquality-ko-ref-llama2-7b-GGUF with Ollama:
ollama run hf.co/tensorblock/koquality-ko-ref-llama2-7b-GGUF:Q2_K
- Unsloth Studio
How to use tensorblock/koquality-ko-ref-llama2-7b-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 tensorblock/koquality-ko-ref-llama2-7b-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 tensorblock/koquality-ko-ref-llama2-7b-GGUF to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for tensorblock/koquality-ko-ref-llama2-7b-GGUF to start chatting
- Docker Model Runner
How to use tensorblock/koquality-ko-ref-llama2-7b-GGUF with Docker Model Runner:
docker model run hf.co/tensorblock/koquality-ko-ref-llama2-7b-GGUF:Q2_K
- Lemonade
How to use tensorblock/koquality-ko-ref-llama2-7b-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull tensorblock/koquality-ko-ref-llama2-7b-GGUF:Q2_K
Run and chat with the model
lemonade run user.koquality-ko-ref-llama2-7b-GGUF-Q2_K
List all available models
lemonade list
- Atomic Chat
Remove .gguf files (keep Q2_K.gguf)
Browse files- koquality-ko-ref-llama2-7b-Q3_K_L.gguf +0 -3
- koquality-ko-ref-llama2-7b-Q3_K_M.gguf +0 -3
- koquality-ko-ref-llama2-7b-Q3_K_S.gguf +0 -3
- koquality-ko-ref-llama2-7b-Q4_0.gguf +0 -3
- koquality-ko-ref-llama2-7b-Q4_K_M.gguf +0 -3
- koquality-ko-ref-llama2-7b-Q4_K_S.gguf +0 -3
- koquality-ko-ref-llama2-7b-Q5_0.gguf +0 -3
- koquality-ko-ref-llama2-7b-Q5_K_M.gguf +0 -3
- koquality-ko-ref-llama2-7b-Q5_K_S.gguf +0 -3
- koquality-ko-ref-llama2-7b-Q6_K.gguf +0 -3
- koquality-ko-ref-llama2-7b-Q8_0.gguf +0 -3
koquality-ko-ref-llama2-7b-Q3_K_L.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:181c4774e4fdfde32ef2ad3d0ba08c27da83efa937cefa6a70b100a9c0e96f0d
|
| 3 |
-
size 3597111936
|
|
|
|
|
|
|
|
|
|
|
|
koquality-ko-ref-llama2-7b-Q3_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:ad33ae06ceb706dd5aa39cc037ecfd2fac7e29a23cc5f1c7bc0e5a7ce2c2e7dd
|
| 3 |
-
size 3298005632
|
|
|
|
|
|
|
|
|
|
|
|
koquality-ko-ref-llama2-7b-Q3_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:ef72b76d73d11886219333966a515324bc5c833d043004052ce8772e9ad9bb6e
|
| 3 |
-
size 2948305536
|
|
|
|
|
|
|
|
|
|
|
|
koquality-ko-ref-llama2-7b-Q4_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:65f6a84e73930985d4fc519da697d7954ddbd68c5be7ffa5cfbda24689b83709
|
| 3 |
-
size 3825808000
|
|
|
|
|
|
|
|
|
|
|
|
koquality-ko-ref-llama2-7b-Q4_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:ca340db219b4ac6a192b911a98d4e6cb25c7c7eebc4f0e806aa458605e5f4001
|
| 3 |
-
size 4081005184
|
|
|
|
|
|
|
|
|
|
|
|
koquality-ko-ref-llama2-7b-Q4_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:75d6925346ecf105414ed6abfa0c7a5930f1711b65cc548c67e2aa32637afb17
|
| 3 |
-
size 3856740992
|
|
|
|
|
|
|
|
|
|
|
|
koquality-ko-ref-llama2-7b-Q5_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:e94d267c19f9be54466fccb35436734e9abb05fef31f048ab55e9d3021b5b994
|
| 3 |
-
size 4651692672
|
|
|
|
|
|
|
|
|
|
|
|
koquality-ko-ref-llama2-7b-Q5_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:3a039d7f17f014e3540710b9913483a0b17f74a67be95d932486aeaed32b2bc4
|
| 3 |
-
size 4783157888
|
|
|
|
|
|
|
|
|
|
|
|
koquality-ko-ref-llama2-7b-Q5_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:6699147694cffbab9d732ec9f375e8a6ef070679f1188c7e4af635c3bfffb85d
|
| 3 |
-
size 4651692672
|
|
|
|
|
|
|
|
|
|
|
|
koquality-ko-ref-llama2-7b-Q6_K.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:8b7c856381f214f8d52aee47a143973b0e60a9af102b9701553ab7bd1edb1433
|
| 3 |
-
size 5529195136
|
|
|
|
|
|
|
|
|
|
|
|
koquality-ko-ref-llama2-7b-Q8_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:120f7f07f2af3977b059755f091cfedb22b2f14f0fde16b792fa20706a6549e7
|
| 3 |
-
size 7161090688
|
|
|
|
|
|
|
|
|
|
|
|