Transformers
GGUF
English
Merge
mergekit
lazymergekit
CorticalStack/shadow-clown-7B-dare
BioMistral/BioMistral-7B-DARE
Instructions to use mradermacher/shadow-clown-BioMistral-7B-SLERP-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use mradermacher/shadow-clown-BioMistral-7B-SLERP-GGUF with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("mradermacher/shadow-clown-BioMistral-7B-SLERP-GGUF", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use mradermacher/shadow-clown-BioMistral-7B-SLERP-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/shadow-clown-BioMistral-7B-SLERP-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf mradermacher/shadow-clown-BioMistral-7B-SLERP-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/shadow-clown-BioMistral-7B-SLERP-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf mradermacher/shadow-clown-BioMistral-7B-SLERP-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/shadow-clown-BioMistral-7B-SLERP-GGUF:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf mradermacher/shadow-clown-BioMistral-7B-SLERP-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/shadow-clown-BioMistral-7B-SLERP-GGUF:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf mradermacher/shadow-clown-BioMistral-7B-SLERP-GGUF:Q4_K_M
Use Docker
docker model run hf.co/mradermacher/shadow-clown-BioMistral-7B-SLERP-GGUF:Q4_K_M
- LM Studio
- Jan
- Ollama
How to use mradermacher/shadow-clown-BioMistral-7B-SLERP-GGUF with Ollama:
ollama run hf.co/mradermacher/shadow-clown-BioMistral-7B-SLERP-GGUF:Q4_K_M
- Unsloth Desktop
- Docker Model Runner
How to use mradermacher/shadow-clown-BioMistral-7B-SLERP-GGUF with Docker Model Runner:
docker model run hf.co/mradermacher/shadow-clown-BioMistral-7B-SLERP-GGUF:Q4_K_M
- Lemonade
How to use mradermacher/shadow-clown-BioMistral-7B-SLERP-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull mradermacher/shadow-clown-BioMistral-7B-SLERP-GGUF:Q4_K_M
Run and chat with the model
lemonade run user.shadow-clown-BioMistral-7B-SLERP-GGUF-Q4_K_M
List all available models
lemonade list
- Atomic Chat
uploaded from nico1
Browse files- .gitattributes +12 -0
- shadow-clown-BioMistral-7B-SLERP.IQ4_XS.gguf +3 -0
- shadow-clown-BioMistral-7B-SLERP.Q2_K.gguf +3 -0
- shadow-clown-BioMistral-7B-SLERP.Q3_K_L.gguf +3 -0
- shadow-clown-BioMistral-7B-SLERP.Q3_K_M.gguf +3 -0
- shadow-clown-BioMistral-7B-SLERP.Q3_K_S.gguf +3 -0
- shadow-clown-BioMistral-7B-SLERP.Q4_K_M.gguf +3 -0
- shadow-clown-BioMistral-7B-SLERP.Q4_K_S.gguf +3 -0
- shadow-clown-BioMistral-7B-SLERP.Q5_K_M.gguf +3 -0
- shadow-clown-BioMistral-7B-SLERP.Q5_K_S.gguf +3 -0
- shadow-clown-BioMistral-7B-SLERP.Q6_K.gguf +3 -0
- shadow-clown-BioMistral-7B-SLERP.Q8_0.gguf +3 -0
- shadow-clown-BioMistral-7B-SLERP.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 |
+
shadow-clown-BioMistral-7B-SLERP.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
shadow-clown-BioMistral-7B-SLERP.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
shadow-clown-BioMistral-7B-SLERP.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
shadow-clown-BioMistral-7B-SLERP.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
shadow-clown-BioMistral-7B-SLERP.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
shadow-clown-BioMistral-7B-SLERP.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
shadow-clown-BioMistral-7B-SLERP.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 43 |
+
shadow-clown-BioMistral-7B-SLERP.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 44 |
+
shadow-clown-BioMistral-7B-SLERP.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 45 |
+
shadow-clown-BioMistral-7B-SLERP.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 46 |
+
shadow-clown-BioMistral-7B-SLERP.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 47 |
+
shadow-clown-BioMistral-7B-SLERP.f16.gguf filter=lfs diff=lfs merge=lfs -text
|
shadow-clown-BioMistral-7B-SLERP.IQ4_XS.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:66b8a3312c68529e9142d04327b3b38fa5b1f273c2e07a47da48204dd796d89b
|
| 3 |
+
size 3944389344
|
shadow-clown-BioMistral-7B-SLERP.Q2_K.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cd8f088d4b0ada2eac72d585bdf2a8b33f24ae0c7ad93a69a045b55528488258
|
| 3 |
+
size 2719242976
|
shadow-clown-BioMistral-7B-SLERP.Q3_K_L.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9d64ff358c5e8015979b5e0dd4807cdde8e71aadd22a9824b153b41dcfa5e6ef
|
| 3 |
+
size 3822025440
|
shadow-clown-BioMistral-7B-SLERP.Q3_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:27dfc25f1e49d178f54114900363773ed642da084608f5e45514a20f6b816b2f
|
| 3 |
+
size 3518986976
|
shadow-clown-BioMistral-7B-SLERP.Q3_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6658d128966c6a6b9b9a9cfeab22934cf6b39d0f48b3594e8b0ca82c8c5ede31
|
| 3 |
+
size 3164568288
|
shadow-clown-BioMistral-7B-SLERP.Q4_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5381e21eb0d23849fe76d5087d9ea4251acdc28c7623cc5c2b99d38ef6e08e98
|
| 3 |
+
size 4368440032
|
shadow-clown-BioMistral-7B-SLERP.Q4_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:88f918887c2439d2e85e33dc2327f5b2f543beddc25c705ca920be787daa2d60
|
| 3 |
+
size 4140374752
|
shadow-clown-BioMistral-7B-SLERP.Q5_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3cc18f1129ac34d3691ef2ec16eab63942a96faf79d1679fc12237997e8e24ab
|
| 3 |
+
size 5131410144
|
shadow-clown-BioMistral-7B-SLERP.Q5_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:03bd3823180a5b52d53c5491c20c90392c1ff7997d917fcc7a57c586e3d7d64c
|
| 3 |
+
size 4997716704
|
shadow-clown-BioMistral-7B-SLERP.Q6_K.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6569cba0ed5dc5af191ae1a6bc575370eabad6a9bcd1149313ca2412b0a40ec1
|
| 3 |
+
size 5942065888
|
shadow-clown-BioMistral-7B-SLERP.Q8_0.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5a9dfe4ef051bc5e6e6b70e87361b990166b73a9dcb72f8a12856c85345f9113
|
| 3 |
+
size 7695858400
|
shadow-clown-BioMistral-7B-SLERP.f16.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2d83d275a596c723830075151b3e5058dc66abdffce53250264fbfe77dc5d3f3
|
| 3 |
+
size 14484732640
|