Instructions to use mradermacher/mistral-orpo-capybara-7k-i1-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use mradermacher/mistral-orpo-capybara-7k-i1-GGUF with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("mradermacher/mistral-orpo-capybara-7k-i1-GGUF", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use mradermacher/mistral-orpo-capybara-7k-i1-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/mistral-orpo-capybara-7k-i1-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf mradermacher/mistral-orpo-capybara-7k-i1-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/mistral-orpo-capybara-7k-i1-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf mradermacher/mistral-orpo-capybara-7k-i1-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/mistral-orpo-capybara-7k-i1-GGUF:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf mradermacher/mistral-orpo-capybara-7k-i1-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/mistral-orpo-capybara-7k-i1-GGUF:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf mradermacher/mistral-orpo-capybara-7k-i1-GGUF:Q4_K_M
Use Docker
docker model run hf.co/mradermacher/mistral-orpo-capybara-7k-i1-GGUF:Q4_K_M
- LM Studio
- Jan
- Ollama
How to use mradermacher/mistral-orpo-capybara-7k-i1-GGUF with Ollama:
ollama run hf.co/mradermacher/mistral-orpo-capybara-7k-i1-GGUF:Q4_K_M
- Unsloth Studio
How to use mradermacher/mistral-orpo-capybara-7k-i1-GGUF with Unsloth Studio:
Install Unsloth Studio (macOS, Linux, WSL)
curl -fsSL https://unsloth.ai/install.sh | sh # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for mradermacher/mistral-orpo-capybara-7k-i1-GGUF to start chatting
Install Unsloth Studio (Windows)
irm https://unsloth.ai/install.ps1 | iex # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for mradermacher/mistral-orpo-capybara-7k-i1-GGUF to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for mradermacher/mistral-orpo-capybara-7k-i1-GGUF to start chatting
- Docker Model Runner
How to use mradermacher/mistral-orpo-capybara-7k-i1-GGUF with Docker Model Runner:
docker model run hf.co/mradermacher/mistral-orpo-capybara-7k-i1-GGUF:Q4_K_M
- Lemonade
How to use mradermacher/mistral-orpo-capybara-7k-i1-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull mradermacher/mistral-orpo-capybara-7k-i1-GGUF:Q4_K_M
Run and chat with the model
lemonade run user.mistral-orpo-capybara-7k-i1-GGUF-Q4_K_M
List all available models
lemonade list
- Atomic Chat
uploaded from rich1
Browse files- .gitattributes +22 -0
- mistral-orpo-capybara-7k.i1-IQ1_M.gguf +3 -0
- mistral-orpo-capybara-7k.i1-IQ1_S.gguf +3 -0
- mistral-orpo-capybara-7k.i1-IQ2_M.gguf +3 -0
- mistral-orpo-capybara-7k.i1-IQ2_S.gguf +3 -0
- mistral-orpo-capybara-7k.i1-IQ2_XS.gguf +3 -0
- mistral-orpo-capybara-7k.i1-IQ2_XXS.gguf +3 -0
- mistral-orpo-capybara-7k.i1-IQ3_M.gguf +3 -0
- mistral-orpo-capybara-7k.i1-IQ3_S.gguf +3 -0
- mistral-orpo-capybara-7k.i1-IQ3_XS.gguf +3 -0
- mistral-orpo-capybara-7k.i1-IQ3_XXS.gguf +3 -0
- mistral-orpo-capybara-7k.i1-IQ4_XS.gguf +3 -0
- mistral-orpo-capybara-7k.i1-Q2_K.gguf +3 -0
- mistral-orpo-capybara-7k.i1-Q2_K_S.gguf +3 -0
- mistral-orpo-capybara-7k.i1-Q3_K_L.gguf +3 -0
- mistral-orpo-capybara-7k.i1-Q3_K_M.gguf +3 -0
- mistral-orpo-capybara-7k.i1-Q3_K_S.gguf +3 -0
- mistral-orpo-capybara-7k.i1-Q4_0.gguf +3 -0
- mistral-orpo-capybara-7k.i1-Q4_K_M.gguf +3 -0
- mistral-orpo-capybara-7k.i1-Q4_K_S.gguf +3 -0
- mistral-orpo-capybara-7k.i1-Q5_K_M.gguf +3 -0
- mistral-orpo-capybara-7k.i1-Q5_K_S.gguf +3 -0
- mistral-orpo-capybara-7k.i1-Q6_K.gguf +3 -0
.gitattributes
CHANGED
|
@@ -34,3 +34,25 @@ saved_model/**/* 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 |
imatrix.dat 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 |
imatrix.dat filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
mistral-orpo-capybara-7k.i1-IQ1_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
mistral-orpo-capybara-7k.i1-IQ1_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
mistral-orpo-capybara-7k.i1-IQ2_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
mistral-orpo-capybara-7k.i1-IQ2_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
mistral-orpo-capybara-7k.i1-IQ2_XS.gguf filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
mistral-orpo-capybara-7k.i1-IQ2_XXS.gguf filter=lfs diff=lfs merge=lfs -text
|
| 43 |
+
mistral-orpo-capybara-7k.i1-IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 44 |
+
mistral-orpo-capybara-7k.i1-IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 45 |
+
mistral-orpo-capybara-7k.i1-IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text
|
| 46 |
+
mistral-orpo-capybara-7k.i1-IQ3_XXS.gguf filter=lfs diff=lfs merge=lfs -text
|
| 47 |
+
mistral-orpo-capybara-7k.i1-IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text
|
| 48 |
+
mistral-orpo-capybara-7k.i1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 49 |
+
mistral-orpo-capybara-7k.i1-Q2_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 50 |
+
mistral-orpo-capybara-7k.i1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
| 51 |
+
mistral-orpo-capybara-7k.i1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 52 |
+
mistral-orpo-capybara-7k.i1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 53 |
+
mistral-orpo-capybara-7k.i1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 54 |
+
mistral-orpo-capybara-7k.i1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 55 |
+
mistral-orpo-capybara-7k.i1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 56 |
+
mistral-orpo-capybara-7k.i1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 57 |
+
mistral-orpo-capybara-7k.i1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 58 |
+
mistral-orpo-capybara-7k.i1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
mistral-orpo-capybara-7k.i1-IQ1_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:766d024b69bd356e94243097628b57733477cd096334dd8ec63f105bd6062ea0
|
| 3 |
+
size 1754447680
|
mistral-orpo-capybara-7k.i1-IQ1_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c13c83dac9d924694c3de6017cf5a9241cb3776ccac8466dca24168772236cc9
|
| 3 |
+
size 1612103488
|
mistral-orpo-capybara-7k.i1-IQ2_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6239de3313705c66dea1362475de904c1f01bb009829be766233a1ca881d9b6a
|
| 3 |
+
size 2500714304
|
mistral-orpo-capybara-7k.i1-IQ2_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6b83d8996fdc739432d6f455c2195b136ffa54a7b22c66517c8ab0f315622a77
|
| 3 |
+
size 2310922048
|
mistral-orpo-capybara-7k.i1-IQ2_XS.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b9e6da2143e205edf6144cccc9ed8b4075914f7a9a6d46d28aeddec7d2e01939
|
| 3 |
+
size 2198257472
|
mistral-orpo-capybara-7k.i1-IQ2_XXS.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d463bee08b9143902d0eb74627a0681ff7aebeaa4eb243922f06beb2467885e8
|
| 3 |
+
size 1991688000
|
mistral-orpo-capybara-7k.i1-IQ3_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b35d03641c032602bf0fcfa348279f4d09631ffaf7f3994d31003fc4d409f548
|
| 3 |
+
size 3284893504
|
mistral-orpo-capybara-7k.i1-IQ3_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5eb713247b9ad8b57361eb5c7f81212fbd3f1791ffa5ddcdda6c694cef7ce4cf
|
| 3 |
+
size 3182395200
|
mistral-orpo-capybara-7k.i1-IQ3_XS.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:895ffb46bd19750b5819f00e8480800d88477cb249142865ed794593d6cc5765
|
| 3 |
+
size 3018817344
|
mistral-orpo-capybara-7k.i1-IQ3_XXS.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b44686620c8434a76d6e92b7776912b1d11f5d2900a781c190f5aae46d7ae3ec
|
| 3 |
+
size 2827345728
|
mistral-orpo-capybara-7k.i1-IQ4_XS.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4196def9ad02735840e0fb70a31f8d1f5f624cc7c992a6ed4ef87ec9d7182cf2
|
| 3 |
+
size 3907690304
|
mistral-orpo-capybara-7k.i1-Q2_K.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c7e1258a4b1ae799c7355d74b8907c624d4a7986638db7f24c90fce00a5c1231
|
| 3 |
+
size 2719244096
|
mistral-orpo-capybara-7k.i1-Q2_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cd944e0701ab639ad9ab759479cf5484f802732d0973b8d2baf75c86fe5eb3a6
|
| 3 |
+
size 2528927552
|
mistral-orpo-capybara-7k.i1-Q3_K_L.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8efa0e740b4c39296e1fc4b5900f50bb5f89054c80a9b1a5edae05913730ead3
|
| 3 |
+
size 3822026560
|
mistral-orpo-capybara-7k.i1-Q3_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:20bb3f5fda3387000b4e7c4fb6ab46c6b6a985ec5195fe1b5a78dbdf31d5e11c
|
| 3 |
+
size 3518988096
|
mistral-orpo-capybara-7k.i1-Q3_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f9a8ccc66e34daa0e7889c9b7624e99a24f43aaf27f14e9495bf854ef83a2410
|
| 3 |
+
size 3164569408
|
mistral-orpo-capybara-7k.i1-Q4_0.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:83e3242d01947f7b381bdf6c4009559739938482c0be71801368619d00a9cd19
|
| 3 |
+
size 4123598656
|
mistral-orpo-capybara-7k.i1-Q4_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e88dc0a5f41aef9bd93df98f3ecd521a87076bcb028470d3fc8c777ba2cccf09
|
| 3 |
+
size 4368441152
|
mistral-orpo-capybara-7k.i1-Q4_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:91857c6342142e0c6a8c51eb451e1448b2a4fec6947436d010b19cd5bc4551b0
|
| 3 |
+
size 4140375872
|
mistral-orpo-capybara-7k.i1-Q5_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d4d8610729d7449391a110132b22d89d5637d41501038ba85f49176658e49519
|
| 3 |
+
size 5131411264
|
mistral-orpo-capybara-7k.i1-Q5_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6cc8d4e7a0c4d7e6b3a47bc70ab31791b26f11308525b4068336b66515e550a0
|
| 3 |
+
size 4997717824
|
mistral-orpo-capybara-7k.i1-Q6_K.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:10e6248144de9b172071482af2df9ff1c23c90b59db9607ed95d4b27f1c6c6f1
|
| 3 |
+
size 5942067008
|