Instructions to use joongi007/JEJUMA-002-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- llama-cpp-python
How to use joongi007/JEJUMA-002-GGUF with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="joongi007/JEJUMA-002-GGUF", filename="JEJUMA-002-Q2_K.gguf", )
llm.create_chat_completion( messages = [ { "role": "user", "content": "What is the capital of France?" } ] ) - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use joongi007/JEJUMA-002-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/JEJUMA-002-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf joongi007/JEJUMA-002-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/JEJUMA-002-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf joongi007/JEJUMA-002-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/JEJUMA-002-GGUF:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf joongi007/JEJUMA-002-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/JEJUMA-002-GGUF:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf joongi007/JEJUMA-002-GGUF:Q4_K_M
Use Docker
docker model run hf.co/joongi007/JEJUMA-002-GGUF:Q4_K_M
- LM Studio
- Jan
- vLLM
How to use joongi007/JEJUMA-002-GGUF with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "joongi007/JEJUMA-002-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": "joongi007/JEJUMA-002-GGUF", "messages": [ { "role": "user", "content": "What is the capital of France?" } ] }'Use Docker
docker model run hf.co/joongi007/JEJUMA-002-GGUF:Q4_K_M
- Ollama
How to use joongi007/JEJUMA-002-GGUF with Ollama:
ollama run hf.co/joongi007/JEJUMA-002-GGUF:Q4_K_M
- Unsloth Studio
How to use joongi007/JEJUMA-002-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/JEJUMA-002-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/JEJUMA-002-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/JEJUMA-002-GGUF to start chatting
- Atomic Chat new
- Docker Model Runner
How to use joongi007/JEJUMA-002-GGUF with Docker Model Runner:
docker model run hf.co/joongi007/JEJUMA-002-GGUF:Q4_K_M
- Lemonade
How to use joongi007/JEJUMA-002-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull joongi007/JEJUMA-002-GGUF:Q4_K_M
Run and chat with the model
lemonade run user.JEJUMA-002-GGUF-Q4_K_M
List all available models
lemonade list
Upload 15 files
Browse files- JEJUMA-002-Q2_K.gguf +1 -1
- JEJUMA-002-Q3_K_L.gguf +1 -1
- JEJUMA-002-Q3_K_M.gguf +1 -1
- JEJUMA-002-Q3_K_S.gguf +1 -1
- JEJUMA-002-Q4_0.gguf +1 -1
- JEJUMA-002-Q4_1.gguf +1 -1
- JEJUMA-002-Q4_K_M.gguf +1 -1
- JEJUMA-002-Q4_K_S.gguf +1 -1
- JEJUMA-002-Q5_0.gguf +1 -1
- JEJUMA-002-Q5_1.gguf +1 -1
- JEJUMA-002-Q5_K_M.gguf +1 -1
- JEJUMA-002-Q5_K_S.gguf +1 -1
- JEJUMA-002-Q6_K.gguf +1 -1
- JEJUMA-002-Q8_0.gguf +1 -1
- JEJUMA-002.gguf +1 -1
JEJUMA-002-Q2_K.gguf
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 3179132096
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b8686c9e820f1191a43d2eda4b5bda433868f7748077b86ac8b993f29440acb4
|
| 3 |
size 3179132096
|
JEJUMA-002-Q3_K_L.gguf
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4321957056
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bea964e1bcc7eded497bc271d1016a50cc313794e7df610ef5175a2a7ee5758b
|
| 3 |
size 4321957056
|
JEJUMA-002-Q3_K_M.gguf
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4018918592
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cebc3ce794702ef4e31d910005928e3d780e1b47b4ee8abfd5c7009a2764d0b9
|
| 3 |
size 4018918592
|
JEJUMA-002-Q3_K_S.gguf
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 3664499904
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8e9c64977097d9038c59207343a7ee1322a4c2a9d8d6de0b933f077f2c60f1a0
|
| 3 |
size 3664499904
|
JEJUMA-002-Q4_0.gguf
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4661212352
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:47bd7e9f23a3888d46cc7095ef4a791a227aa84ed6bf7d745dd3c3b49f0c64a7
|
| 3 |
size 4661212352
|
JEJUMA-002-Q4_1.gguf
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5130253504
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:493e13f8a234566ba49da76fbaaf0f4b69bb6917541401ffdf376979450213ba
|
| 3 |
size 5130253504
|
JEJUMA-002-Q4_K_M.gguf
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4920734912
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bcc85f07b945f0d22e9f1e9bfe884fef5efcea3e982aa1c545a0ce6a761ffcf4
|
| 3 |
size 4920734912
|
JEJUMA-002-Q4_K_S.gguf
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4692669632
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1ed4d8ca8991c4af9e36da53bfb321eb94512b9e57375271c68c8421ef3cbe4f
|
| 3 |
size 4692669632
|
JEJUMA-002-Q5_0.gguf
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5599294656
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5b2d84538b2a69fcbe80dd52c2b53af5d4e90e8e6c68ca7a511f22f393f09380
|
| 3 |
size 5599294656
|
JEJUMA-002-Q5_1.gguf
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 6068335808
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2619fb59a082b300eeb7042cbb8694a8193a843d1b9914ee2759a909cf1449a4
|
| 3 |
size 6068335808
|
JEJUMA-002-Q5_K_M.gguf
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5732988096
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1f20bf7071bfac719835723b47823839fd17c6733230bba3f9fb00e5fc639077
|
| 3 |
size 5732988096
|
JEJUMA-002-Q5_K_S.gguf
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5599294656
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:11f5dc307d55442b622d08fa278eb05ab1495bf2563fe18cd9bfd7a1f138e75d
|
| 3 |
size 5599294656
|
JEJUMA-002-Q6_K.gguf
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 6596007104
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0425d236ae15897fc25f7b9760f2a38741a708e8f1624a5b73da82ad6285be44
|
| 3 |
size 6596007104
|
JEJUMA-002-Q8_0.gguf
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 8540771520
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1784f505225d9b33458f393e2132898d222e84e66f3b63af696418c31451c453
|
| 3 |
size 8540771520
|
JEJUMA-002.gguf
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 16068891840
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:23ff718d697c12f44ab87c7f5149979fd1becb2f6eeed003d4f292fd348285ae
|
| 3 |
size 16068891840
|