Instructions to use tensorblock/llama3.1_korean_v0.1_sft_by_aidx-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/llama3.1_korean_v0.1_sft_by_aidx-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/llama3.1_korean_v0.1_sft_by_aidx-GGUF:Q2_K # Run inference directly in the terminal: llama cli -hf tensorblock/llama3.1_korean_v0.1_sft_by_aidx-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/llama3.1_korean_v0.1_sft_by_aidx-GGUF:Q2_K # Run inference directly in the terminal: llama cli -hf tensorblock/llama3.1_korean_v0.1_sft_by_aidx-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/llama3.1_korean_v0.1_sft_by_aidx-GGUF:Q2_K # Run inference directly in the terminal: ./llama-cli -hf tensorblock/llama3.1_korean_v0.1_sft_by_aidx-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/llama3.1_korean_v0.1_sft_by_aidx-GGUF:Q2_K # Run inference directly in the terminal: ./build/bin/llama-cli -hf tensorblock/llama3.1_korean_v0.1_sft_by_aidx-GGUF:Q2_K
Use Docker
docker model run hf.co/tensorblock/llama3.1_korean_v0.1_sft_by_aidx-GGUF:Q2_K
- LM Studio
- Jan
- vLLM
How to use tensorblock/llama3.1_korean_v0.1_sft_by_aidx-GGUF with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "tensorblock/llama3.1_korean_v0.1_sft_by_aidx-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": "tensorblock/llama3.1_korean_v0.1_sft_by_aidx-GGUF", "messages": [ { "role": "user", "content": "What is the capital of France?" } ] }'Use Docker
docker model run hf.co/tensorblock/llama3.1_korean_v0.1_sft_by_aidx-GGUF:Q2_K
- Ollama
How to use tensorblock/llama3.1_korean_v0.1_sft_by_aidx-GGUF with Ollama:
ollama run hf.co/tensorblock/llama3.1_korean_v0.1_sft_by_aidx-GGUF:Q2_K
- Unsloth Desktop
- Docker Model Runner
How to use tensorblock/llama3.1_korean_v0.1_sft_by_aidx-GGUF with Docker Model Runner:
docker model run hf.co/tensorblock/llama3.1_korean_v0.1_sft_by_aidx-GGUF:Q2_K
- Lemonade
How to use tensorblock/llama3.1_korean_v0.1_sft_by_aidx-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull tensorblock/llama3.1_korean_v0.1_sft_by_aidx-GGUF:Q2_K
Run and chat with the model
lemonade run user.llama3.1_korean_v0.1_sft_by_aidx-GGUF-Q2_K
List all available models
lemonade list
- Atomic Chat
Remove gguf quant files (Q4/Q5/Q6/Q8 variants)
Browse files- llama3.1_korean_v0.1_sft_by_aidx-Q4_0.gguf +0 -3
- llama3.1_korean_v0.1_sft_by_aidx-Q4_K_S.gguf +0 -3
- llama3.1_korean_v0.1_sft_by_aidx-Q5_0.gguf +0 -3
- llama3.1_korean_v0.1_sft_by_aidx-Q5_K_M.gguf +0 -3
- llama3.1_korean_v0.1_sft_by_aidx-Q5_K_S.gguf +0 -3
- llama3.1_korean_v0.1_sft_by_aidx-Q6_K.gguf +0 -3
- llama3.1_korean_v0.1_sft_by_aidx-Q8_0.gguf +0 -3
llama3.1_korean_v0.1_sft_by_aidx-Q4_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:cd6dfa82b28bb34d2368d76cd4f6397bfccd6c23939a45b7981a8963482a5317
|
| 3 |
-
size 4661212032
|
|
|
|
|
|
|
|
|
|
|
|
llama3.1_korean_v0.1_sft_by_aidx-Q4_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:52a2777490666f9bcc8e88e1b79d857c344604585accbbf94a9730c61392ad2b
|
| 3 |
-
size 4692669312
|
|
|
|
|
|
|
|
|
|
|
|
llama3.1_korean_v0.1_sft_by_aidx-Q5_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:5f4b7599c26cabd00d046322d0c495aaf886f96592e8cecdd1d6379cd0d57870
|
| 3 |
-
size 5599294336
|
|
|
|
|
|
|
|
|
|
|
|
llama3.1_korean_v0.1_sft_by_aidx-Q5_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:ad611b8d8fb6d907f3b831e4181ff243219e13cef59d394284130a8c0066ff88
|
| 3 |
-
size 5732987776
|
|
|
|
|
|
|
|
|
|
|
|
llama3.1_korean_v0.1_sft_by_aidx-Q5_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:2c458ec9d8c2b0f22bd037eb83a49905781133ba97f9a7b7eb65eb0a03cb9c02
|
| 3 |
-
size 5599294336
|
|
|
|
|
|
|
|
|
|
|
|
llama3.1_korean_v0.1_sft_by_aidx-Q6_K.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:fbac9ba153dce6f61f4764223f78759ab9a931e718bb8e3aa0debfe9ea593948
|
| 3 |
-
size 6596006784
|
|
|
|
|
|
|
|
|
|
|
|
llama3.1_korean_v0.1_sft_by_aidx-Q8_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:4ebffb91384445b5a2614c79a67f089ce9375c6bac99db93daed6d57261a20aa
|
| 3 |
-
size 8540771200
|
|
|
|
|
|
|
|
|
|
|
|