Instructions to use QuantFactory/Llama-3-Open-Ko-8B-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 QuantFactory/Llama-3-Open-Ko-8B-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 QuantFactory/Llama-3-Open-Ko-8B-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf QuantFactory/Llama-3-Open-Ko-8B-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 QuantFactory/Llama-3-Open-Ko-8B-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf QuantFactory/Llama-3-Open-Ko-8B-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 QuantFactory/Llama-3-Open-Ko-8B-GGUF:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf QuantFactory/Llama-3-Open-Ko-8B-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 QuantFactory/Llama-3-Open-Ko-8B-GGUF:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf QuantFactory/Llama-3-Open-Ko-8B-GGUF:Q4_K_M
Use Docker
docker model run hf.co/QuantFactory/Llama-3-Open-Ko-8B-GGUF:Q4_K_M
- LM Studio
- Jan
- vLLM
How to use QuantFactory/Llama-3-Open-Ko-8B-GGUF with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "QuantFactory/Llama-3-Open-Ko-8B-GGUF" # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:8000/v1/chat/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "QuantFactory/Llama-3-Open-Ko-8B-GGUF", "messages": [ { "role": "user", "content": "What is the capital of France?" } ] }'Use Docker
docker model run hf.co/QuantFactory/Llama-3-Open-Ko-8B-GGUF:Q4_K_M
- Ollama
How to use QuantFactory/Llama-3-Open-Ko-8B-GGUF with Ollama:
ollama run hf.co/QuantFactory/Llama-3-Open-Ko-8B-GGUF:Q4_K_M
- Unsloth Studio
How to use QuantFactory/Llama-3-Open-Ko-8B-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 QuantFactory/Llama-3-Open-Ko-8B-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 QuantFactory/Llama-3-Open-Ko-8B-GGUF to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for QuantFactory/Llama-3-Open-Ko-8B-GGUF to start chatting
- Docker Model Runner
How to use QuantFactory/Llama-3-Open-Ko-8B-GGUF with Docker Model Runner:
docker model run hf.co/QuantFactory/Llama-3-Open-Ko-8B-GGUF:Q4_K_M
- Lemonade
How to use QuantFactory/Llama-3-Open-Ko-8B-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull QuantFactory/Llama-3-Open-Ko-8B-GGUF:Q4_K_M
Run and chat with the model
lemonade run user.Llama-3-Open-Ko-8B-GGUF-Q4_K_M
List all available models
lemonade list
- Atomic Chat
Upload folder using huggingface_hub
Browse files- .gitattributes +14 -0
- Llama-3-Open-Ko-8B.Q2_K.gguf +3 -0
- Llama-3-Open-Ko-8B.Q3_K_L.gguf +3 -0
- Llama-3-Open-Ko-8B.Q3_K_M.gguf +3 -0
- Llama-3-Open-Ko-8B.Q3_K_S.gguf +3 -0
- Llama-3-Open-Ko-8B.Q4_0.gguf +3 -0
- Llama-3-Open-Ko-8B.Q4_1.gguf +3 -0
- Llama-3-Open-Ko-8B.Q4_K_M.gguf +3 -0
- Llama-3-Open-Ko-8B.Q4_K_S.gguf +3 -0
- Llama-3-Open-Ko-8B.Q5_0.gguf +3 -0
- Llama-3-Open-Ko-8B.Q5_1.gguf +3 -0
- Llama-3-Open-Ko-8B.Q5_K_M.gguf +3 -0
- Llama-3-Open-Ko-8B.Q5_K_S.gguf +3 -0
- Llama-3-Open-Ko-8B.Q6_K.gguf +3 -0
- Llama-3-Open-Ko-8B.Q8_0.gguf +3 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,17 @@ 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 |
+
Llama-3-Open-Ko-8B.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
Llama-3-Open-Ko-8B.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
Llama-3-Open-Ko-8B.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
Llama-3-Open-Ko-8B.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
Llama-3-Open-Ko-8B.Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
Llama-3-Open-Ko-8B.Q4_1.gguf filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
Llama-3-Open-Ko-8B.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 43 |
+
Llama-3-Open-Ko-8B.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 44 |
+
Llama-3-Open-Ko-8B.Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 45 |
+
Llama-3-Open-Ko-8B.Q5_1.gguf filter=lfs diff=lfs merge=lfs -text
|
| 46 |
+
Llama-3-Open-Ko-8B.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 47 |
+
Llama-3-Open-Ko-8B.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 48 |
+
Llama-3-Open-Ko-8B.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 49 |
+
Llama-3-Open-Ko-8B.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
Llama-3-Open-Ko-8B.Q2_K.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ae23a0321c9bb4064b39e9fc37d0860c8c5e0ca4bd37e3d8d5330840c4a38da0
|
| 3 |
+
size 3179644160
|
Llama-3-Open-Ko-8B.Q3_K_L.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:77e128944973345350a40fbcf7fecf13185958f38559db83f0dc2f929b2091e5
|
| 3 |
+
size 4322469120
|
Llama-3-Open-Ko-8B.Q3_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bad2f5906e19c37216fff9d067f8d1fc453db6f38cbce3b38025e9f7023471a5
|
| 3 |
+
size 4019430656
|
Llama-3-Open-Ko-8B.Q3_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d4ecde02d398167a71d56e20d0855182a0d3ff46b531736375754f7a0f45c658
|
| 3 |
+
size 3665011968
|
Llama-3-Open-Ko-8B.Q4_0.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:44e367bbcfec913ed0b096ac5af7b1dcf9cef1faffffe3ed122c51312e6b5f74
|
| 3 |
+
size 4661724416
|
Llama-3-Open-Ko-8B.Q4_1.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:160d10fc196eeb85493035ea38835bb55abda373854624696342dad246fca7bc
|
| 3 |
+
size 5130765568
|
Llama-3-Open-Ko-8B.Q4_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9d5c43d08976f8e511832986c469033b10b41e14a4fc8ae286140758c62088b2
|
| 3 |
+
size 4921246976
|
Llama-3-Open-Ko-8B.Q4_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:28ac02c93dcdb3e0bfebd521f654ad9f47acd0b050b3f98df3037a9e38505f74
|
| 3 |
+
size 4693181696
|
Llama-3-Open-Ko-8B.Q5_0.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3b6a92655fc5d9fe2034fca5db492791d8cf280d257b0e0aa7ed12fb62a6a3a4
|
| 3 |
+
size 5599806720
|
Llama-3-Open-Ko-8B.Q5_1.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d5cdfecec239ec93a009cc1f2420ffa0ea775a6a6522ff7ee81e96d32f1a8c40
|
| 3 |
+
size 6068847872
|
Llama-3-Open-Ko-8B.Q5_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:50e9a32e7d8e55b1a4e8530bc91fc36b3bcbc51355d7d365ebf0552cdfbafab4
|
| 3 |
+
size 5733500160
|
Llama-3-Open-Ko-8B.Q5_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cf56b2a4d6a6925a442c9343cd7e230d6b0b041600baa4fc23db80ae2a26a06f
|
| 3 |
+
size 5599806720
|
Llama-3-Open-Ko-8B.Q6_K.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0641a4f467faf724ab6d7747dd7ad9da91371ef2dfb949c73ae1a4828253bc0e
|
| 3 |
+
size 6596519168
|
Llama-3-Open-Ko-8B.Q8_0.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6fd382cca0691e21fea05774ec83d2723ddf6f156b163941cd9bb11098bed325
|
| 3 |
+
size 8541283584
|