Transformers
GGUF
English
Merge
mergekit
lazymergekit
aaditya/Llama3-OpenBioLLM-8B
johnsnowlabs/JSL-MedLlama-3-8B-v2.0
Jayant9928/orpo_med_v3
skumar9/Llama-medx_v3
conversational
Instructions to use mradermacher/Llama-3-OpenBioMed-8B-dare-ties-4x-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use mradermacher/Llama-3-OpenBioMed-8B-dare-ties-4x-GGUF with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("mradermacher/Llama-3-OpenBioMed-8B-dare-ties-4x-GGUF", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use mradermacher/Llama-3-OpenBioMed-8B-dare-ties-4x-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/Llama-3-OpenBioMed-8B-dare-ties-4x-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf mradermacher/Llama-3-OpenBioMed-8B-dare-ties-4x-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/Llama-3-OpenBioMed-8B-dare-ties-4x-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf mradermacher/Llama-3-OpenBioMed-8B-dare-ties-4x-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/Llama-3-OpenBioMed-8B-dare-ties-4x-GGUF:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf mradermacher/Llama-3-OpenBioMed-8B-dare-ties-4x-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/Llama-3-OpenBioMed-8B-dare-ties-4x-GGUF:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf mradermacher/Llama-3-OpenBioMed-8B-dare-ties-4x-GGUF:Q4_K_M
Use Docker
docker model run hf.co/mradermacher/Llama-3-OpenBioMed-8B-dare-ties-4x-GGUF:Q4_K_M
- LM Studio
- Jan
- Ollama
How to use mradermacher/Llama-3-OpenBioMed-8B-dare-ties-4x-GGUF with Ollama:
ollama run hf.co/mradermacher/Llama-3-OpenBioMed-8B-dare-ties-4x-GGUF:Q4_K_M
- Unsloth Desktop
- Docker Model Runner
How to use mradermacher/Llama-3-OpenBioMed-8B-dare-ties-4x-GGUF with Docker Model Runner:
docker model run hf.co/mradermacher/Llama-3-OpenBioMed-8B-dare-ties-4x-GGUF:Q4_K_M
- Lemonade
How to use mradermacher/Llama-3-OpenBioMed-8B-dare-ties-4x-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull mradermacher/Llama-3-OpenBioMed-8B-dare-ties-4x-GGUF:Q4_K_M
Run and chat with the model
lemonade run user.Llama-3-OpenBioMed-8B-dare-ties-4x-GGUF-Q4_K_M
List all available models
lemonade list
- Atomic Chat
auto-patch README.md
Browse files
README.md
CHANGED
|
@@ -37,7 +37,14 @@ more details, including on how to concatenate multi-part files.
|
|
| 37 |
| Link | Type | Size/GB | Notes |
|
| 38 |
|:-----|:-----|--------:|:------|
|
| 39 |
| [GGUF](https://huggingface.co/mradermacher/Llama-3-OpenBioMed-8B-dare-ties-4x-GGUF/resolve/main/Llama-3-OpenBioMed-8B-dare-ties-4x.Q2_K.gguf) | Q2_K | 3.3 | |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 40 |
| [GGUF](https://huggingface.co/mradermacher/Llama-3-OpenBioMed-8B-dare-ties-4x-GGUF/resolve/main/Llama-3-OpenBioMed-8B-dare-ties-4x.Q4_K_S.gguf) | Q4_K_S | 4.8 | fast, recommended |
|
|
|
|
|
|
|
|
|
|
| 41 |
| [GGUF](https://huggingface.co/mradermacher/Llama-3-OpenBioMed-8B-dare-ties-4x-GGUF/resolve/main/Llama-3-OpenBioMed-8B-dare-ties-4x.Q6_K.gguf) | Q6_K | 6.7 | very good quality |
|
| 42 |
| [GGUF](https://huggingface.co/mradermacher/Llama-3-OpenBioMed-8B-dare-ties-4x-GGUF/resolve/main/Llama-3-OpenBioMed-8B-dare-ties-4x.Q8_0.gguf) | Q8_0 | 8.6 | fast, best quality |
|
| 43 |
| [GGUF](https://huggingface.co/mradermacher/Llama-3-OpenBioMed-8B-dare-ties-4x-GGUF/resolve/main/Llama-3-OpenBioMed-8B-dare-ties-4x.f16.gguf) | f16 | 16.2 | 16 bpw, overkill |
|
|
|
|
| 37 |
| Link | Type | Size/GB | Notes |
|
| 38 |
|:-----|:-----|--------:|:------|
|
| 39 |
| [GGUF](https://huggingface.co/mradermacher/Llama-3-OpenBioMed-8B-dare-ties-4x-GGUF/resolve/main/Llama-3-OpenBioMed-8B-dare-ties-4x.Q2_K.gguf) | Q2_K | 3.3 | |
|
| 40 |
+
| [GGUF](https://huggingface.co/mradermacher/Llama-3-OpenBioMed-8B-dare-ties-4x-GGUF/resolve/main/Llama-3-OpenBioMed-8B-dare-ties-4x.Q3_K_S.gguf) | Q3_K_S | 3.8 | |
|
| 41 |
+
| [GGUF](https://huggingface.co/mradermacher/Llama-3-OpenBioMed-8B-dare-ties-4x-GGUF/resolve/main/Llama-3-OpenBioMed-8B-dare-ties-4x.Q3_K_M.gguf) | Q3_K_M | 4.1 | lower quality |
|
| 42 |
+
| [GGUF](https://huggingface.co/mradermacher/Llama-3-OpenBioMed-8B-dare-ties-4x-GGUF/resolve/main/Llama-3-OpenBioMed-8B-dare-ties-4x.Q3_K_L.gguf) | Q3_K_L | 4.4 | |
|
| 43 |
+
| [GGUF](https://huggingface.co/mradermacher/Llama-3-OpenBioMed-8B-dare-ties-4x-GGUF/resolve/main/Llama-3-OpenBioMed-8B-dare-ties-4x.IQ4_XS.gguf) | IQ4_XS | 4.6 | |
|
| 44 |
| [GGUF](https://huggingface.co/mradermacher/Llama-3-OpenBioMed-8B-dare-ties-4x-GGUF/resolve/main/Llama-3-OpenBioMed-8B-dare-ties-4x.Q4_K_S.gguf) | Q4_K_S | 4.8 | fast, recommended |
|
| 45 |
+
| [GGUF](https://huggingface.co/mradermacher/Llama-3-OpenBioMed-8B-dare-ties-4x-GGUF/resolve/main/Llama-3-OpenBioMed-8B-dare-ties-4x.Q4_K_M.gguf) | Q4_K_M | 5.0 | fast, recommended |
|
| 46 |
+
| [GGUF](https://huggingface.co/mradermacher/Llama-3-OpenBioMed-8B-dare-ties-4x-GGUF/resolve/main/Llama-3-OpenBioMed-8B-dare-ties-4x.Q5_K_S.gguf) | Q5_K_S | 5.7 | |
|
| 47 |
+
| [GGUF](https://huggingface.co/mradermacher/Llama-3-OpenBioMed-8B-dare-ties-4x-GGUF/resolve/main/Llama-3-OpenBioMed-8B-dare-ties-4x.Q5_K_M.gguf) | Q5_K_M | 5.8 | |
|
| 48 |
| [GGUF](https://huggingface.co/mradermacher/Llama-3-OpenBioMed-8B-dare-ties-4x-GGUF/resolve/main/Llama-3-OpenBioMed-8B-dare-ties-4x.Q6_K.gguf) | Q6_K | 6.7 | very good quality |
|
| 49 |
| [GGUF](https://huggingface.co/mradermacher/Llama-3-OpenBioMed-8B-dare-ties-4x-GGUF/resolve/main/Llama-3-OpenBioMed-8B-dare-ties-4x.Q8_0.gguf) | Q8_0 | 8.6 | fast, best quality |
|
| 50 |
| [GGUF](https://huggingface.co/mradermacher/Llama-3-OpenBioMed-8B-dare-ties-4x-GGUF/resolve/main/Llama-3-OpenBioMed-8B-dare-ties-4x.f16.gguf) | f16 | 16.2 | 16 bpw, overkill |
|