Transformers
GGUF
English
text-generation-inference
Mixture of Experts
code
science
biology
chemistry
thinking
conversational
Instructions to use mradermacher/Explora-0.6B-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use mradermacher/Explora-0.6B-GGUF with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("mradermacher/Explora-0.6B-GGUF", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use mradermacher/Explora-0.6B-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 mradermacher/Explora-0.6B-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf mradermacher/Explora-0.6B-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 mradermacher/Explora-0.6B-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf mradermacher/Explora-0.6B-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 mradermacher/Explora-0.6B-GGUF:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf mradermacher/Explora-0.6B-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 mradermacher/Explora-0.6B-GGUF:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf mradermacher/Explora-0.6B-GGUF:Q4_K_M
Use Docker
docker model run hf.co/mradermacher/Explora-0.6B-GGUF:Q4_K_M
- LM Studio
- Jan
- Ollama
How to use mradermacher/Explora-0.6B-GGUF with Ollama:
ollama run hf.co/mradermacher/Explora-0.6B-GGUF:Q4_K_M
- Unsloth Desktop
- Pi
How to use mradermacher/Explora-0.6B-GGUF with Pi:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf mradermacher/Explora-0.6B-GGUF:Q4_K_M
Configure the model in Pi
# Install Pi: npm install -g @earendil-works/pi-coding-agent # Add to ~/.pi/agent/models.json: { "providers": { "llama-cpp": { "baseUrl": "http://localhost:8080/v1", "api": "openai-completions", "apiKey": "none", "models": [ { "id": "mradermacher/Explora-0.6B-GGUF:Q4_K_M" } ] } } }Run Pi
# Start Pi in your project directory: pi
- Docker Model Runner
How to use mradermacher/Explora-0.6B-GGUF with Docker Model Runner:
docker model run hf.co/mradermacher/Explora-0.6B-GGUF:Q4_K_M
- Lemonade
How to use mradermacher/Explora-0.6B-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull mradermacher/Explora-0.6B-GGUF:Q4_K_M
Run and chat with the model
lemonade run user.Explora-0.6B-GGUF-Q4_K_M
List all available models
lemonade list
- Hermes Agent
How to use mradermacher/Explora-0.6B-GGUF with Hermes Agent:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf mradermacher/Explora-0.6B-GGUF:Q4_K_M
Configure Hermes
# Install Hermes: curl -fsSL https://hermes-agent.nousresearch.com/install.sh | bash hermes setup # Point Hermes at the local server: hermes config set model.provider custom hermes config set model.base_url http://127.0.0.1:8080/v1 hermes config set model.default mradermacher/Explora-0.6B-GGUF:Q4_K_M
Run Hermes
hermes
- Atomic Chat
- OpenClaw
How to use mradermacher/Explora-0.6B-GGUF with OpenClaw:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf mradermacher/Explora-0.6B-GGUF:Q4_K_M
Configure OpenClaw
# Install OpenClaw: npm install -g openclaw@latest # Register the local server and set it as the default model: openclaw onboard --non-interactive --mode local \ --auth-choice custom-api-key \ --custom-base-url http://127.0.0.1:8080/v1 \ --custom-model-id "mradermacher/Explora-0.6B-GGUF:Q4_K_M" \ --custom-provider-id llama-cpp \ --custom-compatibility openai \ --custom-text-input \ --accept-risk \ --skip-health
Run OpenClaw
openclaw agent --local --agent main --message "Hello from Hugging Face"
uploaded from rich1
Browse files- .gitattributes +12 -0
- Explora-0.6B.IQ4_XS.gguf +3 -0
- Explora-0.6B.Q2_K.gguf +3 -0
- Explora-0.6B.Q3_K_L.gguf +3 -0
- Explora-0.6B.Q3_K_M.gguf +3 -0
- Explora-0.6B.Q3_K_S.gguf +3 -0
- Explora-0.6B.Q4_K_M.gguf +3 -0
- Explora-0.6B.Q4_K_S.gguf +3 -0
- Explora-0.6B.Q5_K_M.gguf +3 -0
- Explora-0.6B.Q5_K_S.gguf +3 -0
- Explora-0.6B.Q6_K.gguf +3 -0
- Explora-0.6B.Q8_0.gguf +3 -0
- Explora-0.6B.f16.gguf +3 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,15 @@ 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 |
+
Explora-0.6B.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
Explora-0.6B.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
Explora-0.6B.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
Explora-0.6B.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
Explora-0.6B.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
Explora-0.6B.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
Explora-0.6B.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 43 |
+
Explora-0.6B.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 44 |
+
Explora-0.6B.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 45 |
+
Explora-0.6B.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 46 |
+
Explora-0.6B.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 47 |
+
Explora-0.6B.f16.gguf filter=lfs diff=lfs merge=lfs -text
|
Explora-0.6B.IQ4_XS.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b7bc846716b233fb1d7b47f9b3f6cf343138c23b0f22f585b8a18056664b6ca2
|
| 3 |
+
size 369279520
|
Explora-0.6B.Q2_K.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b5cb061535f23cd8b0eaf094fa2bd160d03be064073cc3cf4521bd8f3d1fd4f5
|
| 3 |
+
size 296239648
|
Explora-0.6B.Q3_K_L.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9474f53789bd29b5c01c921f11f24ddeabbbc990be9f4c14cf0472a34dd8c3a8
|
| 3 |
+
size 368493088
|
Explora-0.6B.Q3_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:91d97408fe02655bbea4cfe0f62ee4937161fc67228dc1a38d18f52b9abe8362
|
| 3 |
+
size 347128352
|
Explora-0.6B.Q3_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ffa54ea07c79e7f78d45a7beffd54966e39122f17df477e0ec8ce3d55009b903
|
| 3 |
+
size 323076640
|
Explora-0.6B.Q4_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c71b43a0dc19196ed96fcd37f49e08259f6e3ff663d3ebbd3ef25a8bd5317689
|
| 3 |
+
size 396706336
|
Explora-0.6B.Q4_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1c57f128bf3cc358fc8b2835d6ae1f02ffbcf0ade52c398170c6a32525268704
|
| 3 |
+
size 383271456
|
Explora-0.6B.Q5_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6dbabf74869f075bc1f8d4a7fdfc16cdccbc512b2c6c8c005863a4e227e5ca1e
|
| 3 |
+
size 444416544
|
Explora-0.6B.Q5_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b3a3c169e77be64a93a76d6c820b403e905480189b9c9d39cbd56d56328ed2cd
|
| 3 |
+
size 436617760
|
Explora-0.6B.Q6_K.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a665535247a494cabf081868f35cbf550535cb9804f923e95201b9bed237c9a8
|
| 3 |
+
size 495108640
|
Explora-0.6B.Q8_0.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:81ff309403a313f484d1b00c005e9030fc04bc3df75eeacff2990f8de44508bf
|
| 3 |
+
size 639448608
|
Explora-0.6B.f16.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9d0976bdbbc3df327da886e295f40c77775482d1d46d8aa17658653f5edd9cfa
|
| 3 |
+
size 1198183968
|