Instructions to use mradermacher/WebSailor-3B-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use mradermacher/WebSailor-3B-GGUF with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("mradermacher/WebSailor-3B-GGUF", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use mradermacher/WebSailor-3B-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/WebSailor-3B-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf mradermacher/WebSailor-3B-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/WebSailor-3B-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf mradermacher/WebSailor-3B-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/WebSailor-3B-GGUF:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf mradermacher/WebSailor-3B-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/WebSailor-3B-GGUF:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf mradermacher/WebSailor-3B-GGUF:Q4_K_M
Use Docker
docker model run hf.co/mradermacher/WebSailor-3B-GGUF:Q4_K_M
- LM Studio
- Jan
- Ollama
How to use mradermacher/WebSailor-3B-GGUF with Ollama:
ollama run hf.co/mradermacher/WebSailor-3B-GGUF:Q4_K_M
- Unsloth Desktop
- Pi
How to use mradermacher/WebSailor-3B-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/WebSailor-3B-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/WebSailor-3B-GGUF:Q4_K_M" } ] } } }Run Pi
# Start Pi in your project directory: pi
- Docker Model Runner
How to use mradermacher/WebSailor-3B-GGUF with Docker Model Runner:
docker model run hf.co/mradermacher/WebSailor-3B-GGUF:Q4_K_M
- Lemonade
How to use mradermacher/WebSailor-3B-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull mradermacher/WebSailor-3B-GGUF:Q4_K_M
Run and chat with the model
lemonade run user.WebSailor-3B-GGUF-Q4_K_M
List all available models
lemonade list
- Hermes Agent
How to use mradermacher/WebSailor-3B-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/WebSailor-3B-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/WebSailor-3B-GGUF:Q4_K_M
Run Hermes
hermes
- Atomic Chat
- OpenClaw
How to use mradermacher/WebSailor-3B-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/WebSailor-3B-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/WebSailor-3B-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 marco
Browse files- .gitattributes +12 -0
- WebSailor-3B.IQ4_XS.gguf +3 -0
- WebSailor-3B.Q2_K.gguf +3 -0
- WebSailor-3B.Q3_K_L.gguf +3 -0
- WebSailor-3B.Q3_K_M.gguf +3 -0
- WebSailor-3B.Q3_K_S.gguf +3 -0
- WebSailor-3B.Q4_K_M.gguf +3 -0
- WebSailor-3B.Q4_K_S.gguf +3 -0
- WebSailor-3B.Q5_K_M.gguf +3 -0
- WebSailor-3B.Q5_K_S.gguf +3 -0
- WebSailor-3B.Q6_K.gguf +3 -0
- WebSailor-3B.Q8_0.gguf +3 -0
- WebSailor-3B.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 |
+
WebSailor-3B.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
WebSailor-3B.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
WebSailor-3B.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
WebSailor-3B.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
WebSailor-3B.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
WebSailor-3B.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
WebSailor-3B.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 43 |
+
WebSailor-3B.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 44 |
+
WebSailor-3B.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 45 |
+
WebSailor-3B.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 46 |
+
WebSailor-3B.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 47 |
+
WebSailor-3B.f16.gguf filter=lfs diff=lfs merge=lfs -text
|
WebSailor-3B.IQ4_XS.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f65b832f1b90b9b86dc3439cc88d1a3e8a499988001c049285a58364437882d2
|
| 3 |
+
size 1753403040
|
WebSailor-3B.Q2_K.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5363fd2bf4ab971e4260c4aa7b912fe98737f07792e8ad6d83164a404ab151a5
|
| 3 |
+
size 1274973856
|
WebSailor-3B.Q3_K_L.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e54710a20781daea199006cb3534f9e7d85cc11ba3a5e2dd60683462464eac32
|
| 3 |
+
size 1707609760
|
WebSailor-3B.Q3_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e748b920dfc175bf491235b2f7fb3319a8472757a6f082a22a8823f1fa73c89f
|
| 3 |
+
size 1590693536
|
WebSailor-3B.Q3_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:da2cee6e7b5ac935c2667d7dce051cdfdf6bc0fb9ad7a90eefba2bbd5a16e63e
|
| 3 |
+
size 1454575264
|
WebSailor-3B.Q4_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dfea07cad801f04d18236463943fe27f6403ae99501e66614e3ba1736306295f
|
| 3 |
+
size 1930120864
|
WebSailor-3B.Q4_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3d1b1ab811333e767e921631445994e4688e550ea064f8b89a708a7ecea4619e
|
| 3 |
+
size 1834602144
|
WebSailor-3B.Q5_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f020c29561dceec040957c30f59555d6664b05168c964525eb3ac9af1efca343
|
| 3 |
+
size 2225032864
|
WebSailor-3B.Q5_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:35b32424283b2acc3e40d2aec1da68e43c8fe33a48b3f9ba4c455ccc2af2ef90
|
| 3 |
+
size 2169884320
|
WebSailor-3B.Q6_K.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7a0d67a3229b1a625e05935e5326d806c31b7a65e676e8ba1c928eadfb98d6d0
|
| 3 |
+
size 2538376864
|
WebSailor-3B.Q8_0.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6765aabc1fd564532daaf7fe700d7894571d75cc2830dfb407491903de8374e4
|
| 3 |
+
size 3285757600
|
WebSailor-3B.f16.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cfdd0636c3ced0dcf96d6287fc872df82cf7b775a658c65eed1e5bca46284a2e
|
| 3 |
+
size 6178844320
|