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
Keep Q2_K/Q3_K_M gguf only
Browse files
llama3.1_korean_v0.1_sft_by_aidx-Q3_K_L.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:620198f792c91830ccaf2a9ecfb9c23e3d062203dbf0c990d5b36bf47705a104
|
| 3 |
-
size 4321956736
|
|
|
|
|
|
|
|
|
|
|
|
llama3.1_korean_v0.1_sft_by_aidx-Q3_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:fe5e2585b6be6177ba589db091c08d6a4579d66ab148215586120070f2b18677
|
| 3 |
-
size 3664499584
|
|
|
|
|
|
|
|
|
|
|
|
llama3.1_korean_v0.1_sft_by_aidx-Q4_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:3f596665d5c8313c80abb58bade8e46fafaedbd6cb86eea59eeca87ff6cf4e80
|
| 3 |
-
size 4920734592
|
|
|
|
|
|
|
|
|
|
|
|