Transformers
GGUF
English
medical
llama
heart-disease
healthcare
instruction-tuned
awareness
causal-lm
conversational
Instructions to use mradermacher/CardioMed-LLaMA3.2-1B-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use mradermacher/CardioMed-LLaMA3.2-1B-GGUF with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("mradermacher/CardioMed-LLaMA3.2-1B-GGUF", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use mradermacher/CardioMed-LLaMA3.2-1B-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/CardioMed-LLaMA3.2-1B-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf mradermacher/CardioMed-LLaMA3.2-1B-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/CardioMed-LLaMA3.2-1B-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf mradermacher/CardioMed-LLaMA3.2-1B-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/CardioMed-LLaMA3.2-1B-GGUF:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf mradermacher/CardioMed-LLaMA3.2-1B-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/CardioMed-LLaMA3.2-1B-GGUF:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf mradermacher/CardioMed-LLaMA3.2-1B-GGUF:Q4_K_M
Use Docker
docker model run hf.co/mradermacher/CardioMed-LLaMA3.2-1B-GGUF:Q4_K_M
- LM Studio
- Jan
- Ollama
How to use mradermacher/CardioMed-LLaMA3.2-1B-GGUF with Ollama:
ollama run hf.co/mradermacher/CardioMed-LLaMA3.2-1B-GGUF:Q4_K_M
- Unsloth Desktop
- Pi
How to use mradermacher/CardioMed-LLaMA3.2-1B-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/CardioMed-LLaMA3.2-1B-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/CardioMed-LLaMA3.2-1B-GGUF:Q4_K_M" } ] } } }Run Pi
# Start Pi in your project directory: pi
- Docker Model Runner
How to use mradermacher/CardioMed-LLaMA3.2-1B-GGUF with Docker Model Runner:
docker model run hf.co/mradermacher/CardioMed-LLaMA3.2-1B-GGUF:Q4_K_M
- Lemonade
How to use mradermacher/CardioMed-LLaMA3.2-1B-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull mradermacher/CardioMed-LLaMA3.2-1B-GGUF:Q4_K_M
Run and chat with the model
lemonade run user.CardioMed-LLaMA3.2-1B-GGUF-Q4_K_M
List all available models
lemonade list
- Hermes Agent
How to use mradermacher/CardioMed-LLaMA3.2-1B-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/CardioMed-LLaMA3.2-1B-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/CardioMed-LLaMA3.2-1B-GGUF:Q4_K_M
Run Hermes
hermes
- Atomic Chat
- OpenClaw
How to use mradermacher/CardioMed-LLaMA3.2-1B-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/CardioMed-LLaMA3.2-1B-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/CardioMed-LLaMA3.2-1B-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 kaos
Browse files- .gitattributes +12 -0
- CardioMed-LLaMA3.2-1B.IQ4_XS.gguf +3 -0
- CardioMed-LLaMA3.2-1B.Q2_K.gguf +3 -0
- CardioMed-LLaMA3.2-1B.Q3_K_L.gguf +3 -0
- CardioMed-LLaMA3.2-1B.Q3_K_M.gguf +3 -0
- CardioMed-LLaMA3.2-1B.Q3_K_S.gguf +3 -0
- CardioMed-LLaMA3.2-1B.Q4_K_M.gguf +3 -0
- CardioMed-LLaMA3.2-1B.Q4_K_S.gguf +3 -0
- CardioMed-LLaMA3.2-1B.Q5_K_M.gguf +3 -0
- CardioMed-LLaMA3.2-1B.Q5_K_S.gguf +3 -0
- CardioMed-LLaMA3.2-1B.Q6_K.gguf +3 -0
- CardioMed-LLaMA3.2-1B.Q8_0.gguf +3 -0
- CardioMed-LLaMA3.2-1B.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 |
+
CardioMed-LLaMA3.2-1B.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
CardioMed-LLaMA3.2-1B.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
CardioMed-LLaMA3.2-1B.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
CardioMed-LLaMA3.2-1B.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
CardioMed-LLaMA3.2-1B.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
CardioMed-LLaMA3.2-1B.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
CardioMed-LLaMA3.2-1B.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 43 |
+
CardioMed-LLaMA3.2-1B.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 44 |
+
CardioMed-LLaMA3.2-1B.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 45 |
+
CardioMed-LLaMA3.2-1B.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 46 |
+
CardioMed-LLaMA3.2-1B.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 47 |
+
CardioMed-LLaMA3.2-1B.f16.gguf filter=lfs diff=lfs merge=lfs -text
|
CardioMed-LLaMA3.2-1B.IQ4_XS.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:91f08598454a89741c7fe2d4cd99eba86c23aa9fd61b93157785609d18fb855f
|
| 3 |
+
size 748384896
|
CardioMed-LLaMA3.2-1B.Q2_K.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e93578de44202e637592e542abaf78145cf0984736be89637861bc423fa8a312
|
| 3 |
+
size 580874880
|
CardioMed-LLaMA3.2-1B.Q3_K_L.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dbda2b6e07063a87d39cb890494fb761a32c05d92bb0aaa0e363a336c02bcdf2
|
| 3 |
+
size 732525184
|
CardioMed-LLaMA3.2-1B.Q3_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2020e2980b72e2011fb2a70bf2e78615b5b7e2714c519cc89185f8b9138ef802
|
| 3 |
+
size 690844288
|
CardioMed-LLaMA3.2-1B.Q3_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c4c8f417eea5021d28698dbda982344e8ea2d3b03c44230d5dacda929e7f9d4b
|
| 3 |
+
size 641692288
|
CardioMed-LLaMA3.2-1B.Q4_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4927bebdfc6a3f137390e3763df102c744840a8b1d318ce8130f1d748fdbe8b4
|
| 3 |
+
size 807694976
|
CardioMed-LLaMA3.2-1B.Q4_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7370cc1f8ca00ef0f191ba8d64e81ea5d5b366ca5ff34de80eebc81cab3b66e1
|
| 3 |
+
size 775647872
|
CardioMed-LLaMA3.2-1B.Q5_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c9b96b977633cc5383539961babc50caf4a35098ad5e8d58b9ddaca0e66a736a
|
| 3 |
+
size 911504000
|
CardioMed-LLaMA3.2-1B.Q5_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6aba3bd71bec16d592b065940fc69dc5e7dab68a93f2ae527b7b1dc50957e002
|
| 3 |
+
size 892564096
|
CardioMed-LLaMA3.2-1B.Q6_K.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f90e8ef9458a206d41063e1e8972f5ff5a19669815fabd63a0a23d39640530eb
|
| 3 |
+
size 1021801088
|
CardioMed-LLaMA3.2-1B.Q8_0.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bdd534a46f71b959393ad50351940ba2c98e149e3af443ebb67883a5368ccdc1
|
| 3 |
+
size 1321083520
|
CardioMed-LLaMA3.2-1B.f16.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d88fc7d0282a371d820a3c4a949e61dc80bf37a96ed1d478007884466804732d
|
| 3 |
+
size 2479596160
|