Instructions to use mradermacher/Eris_Floramix_DPO_7B-i1-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use mradermacher/Eris_Floramix_DPO_7B-i1-GGUF with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("mradermacher/Eris_Floramix_DPO_7B-i1-GGUF", dtype="auto") - llama-cpp-python
How to use mradermacher/Eris_Floramix_DPO_7B-i1-GGUF with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="mradermacher/Eris_Floramix_DPO_7B-i1-GGUF", filename="Eris_Floramix_DPO_7B.i1-IQ1_M.gguf", )
output = llm( "Once upon a time,", max_tokens=512, echo=True ) print(output)
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use mradermacher/Eris_Floramix_DPO_7B-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/Eris_Floramix_DPO_7B-i1-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf mradermacher/Eris_Floramix_DPO_7B-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/Eris_Floramix_DPO_7B-i1-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf mradermacher/Eris_Floramix_DPO_7B-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/Eris_Floramix_DPO_7B-i1-GGUF:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf mradermacher/Eris_Floramix_DPO_7B-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/Eris_Floramix_DPO_7B-i1-GGUF:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf mradermacher/Eris_Floramix_DPO_7B-i1-GGUF:Q4_K_M
Use Docker
docker model run hf.co/mradermacher/Eris_Floramix_DPO_7B-i1-GGUF:Q4_K_M
- LM Studio
- Jan
- Ollama
How to use mradermacher/Eris_Floramix_DPO_7B-i1-GGUF with Ollama:
ollama run hf.co/mradermacher/Eris_Floramix_DPO_7B-i1-GGUF:Q4_K_M
- Unsloth Studio
How to use mradermacher/Eris_Floramix_DPO_7B-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/Eris_Floramix_DPO_7B-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/Eris_Floramix_DPO_7B-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/Eris_Floramix_DPO_7B-i1-GGUF to start chatting
- Atomic Chat new
- Docker Model Runner
How to use mradermacher/Eris_Floramix_DPO_7B-i1-GGUF with Docker Model Runner:
docker model run hf.co/mradermacher/Eris_Floramix_DPO_7B-i1-GGUF:Q4_K_M
- Lemonade
How to use mradermacher/Eris_Floramix_DPO_7B-i1-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull mradermacher/Eris_Floramix_DPO_7B-i1-GGUF:Q4_K_M
Run and chat with the model
lemonade run user.Eris_Floramix_DPO_7B-i1-GGUF-Q4_K_M
List all available models
lemonade list
uploaded from nico1
Browse files- .gitattributes +22 -0
- Eris_Floramix_DPO_7B.i1-IQ1_M.gguf +3 -0
- Eris_Floramix_DPO_7B.i1-IQ1_S.gguf +3 -0
- Eris_Floramix_DPO_7B.i1-IQ2_M.gguf +3 -0
- Eris_Floramix_DPO_7B.i1-IQ2_S.gguf +3 -0
- Eris_Floramix_DPO_7B.i1-IQ2_XS.gguf +3 -0
- Eris_Floramix_DPO_7B.i1-IQ2_XXS.gguf +3 -0
- Eris_Floramix_DPO_7B.i1-IQ3_M.gguf +3 -0
- Eris_Floramix_DPO_7B.i1-IQ3_S.gguf +3 -0
- Eris_Floramix_DPO_7B.i1-IQ3_XS.gguf +3 -0
- Eris_Floramix_DPO_7B.i1-IQ3_XXS.gguf +3 -0
- Eris_Floramix_DPO_7B.i1-IQ4_XS.gguf +3 -0
- Eris_Floramix_DPO_7B.i1-Q2_K.gguf +3 -0
- Eris_Floramix_DPO_7B.i1-Q2_K_S.gguf +3 -0
- Eris_Floramix_DPO_7B.i1-Q3_K_L.gguf +3 -0
- Eris_Floramix_DPO_7B.i1-Q3_K_M.gguf +3 -0
- Eris_Floramix_DPO_7B.i1-Q3_K_S.gguf +3 -0
- Eris_Floramix_DPO_7B.i1-Q4_0.gguf +3 -0
- Eris_Floramix_DPO_7B.i1-Q4_K_M.gguf +3 -0
- Eris_Floramix_DPO_7B.i1-Q4_K_S.gguf +3 -0
- Eris_Floramix_DPO_7B.i1-Q5_K_M.gguf +3 -0
- Eris_Floramix_DPO_7B.i1-Q5_K_S.gguf +3 -0
- Eris_Floramix_DPO_7B.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 |
+
Eris_Floramix_DPO_7B.i1-IQ1_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
Eris_Floramix_DPO_7B.i1-IQ1_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
Eris_Floramix_DPO_7B.i1-IQ2_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
Eris_Floramix_DPO_7B.i1-IQ2_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
Eris_Floramix_DPO_7B.i1-IQ2_XS.gguf filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
Eris_Floramix_DPO_7B.i1-IQ2_XXS.gguf filter=lfs diff=lfs merge=lfs -text
|
| 43 |
+
Eris_Floramix_DPO_7B.i1-IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 44 |
+
Eris_Floramix_DPO_7B.i1-IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 45 |
+
Eris_Floramix_DPO_7B.i1-IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text
|
| 46 |
+
Eris_Floramix_DPO_7B.i1-IQ3_XXS.gguf filter=lfs diff=lfs merge=lfs -text
|
| 47 |
+
Eris_Floramix_DPO_7B.i1-IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text
|
| 48 |
+
Eris_Floramix_DPO_7B.i1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 49 |
+
Eris_Floramix_DPO_7B.i1-Q2_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 50 |
+
Eris_Floramix_DPO_7B.i1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
| 51 |
+
Eris_Floramix_DPO_7B.i1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 52 |
+
Eris_Floramix_DPO_7B.i1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 53 |
+
Eris_Floramix_DPO_7B.i1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 54 |
+
Eris_Floramix_DPO_7B.i1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 55 |
+
Eris_Floramix_DPO_7B.i1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 56 |
+
Eris_Floramix_DPO_7B.i1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 57 |
+
Eris_Floramix_DPO_7B.i1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 58 |
+
Eris_Floramix_DPO_7B.i1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
Eris_Floramix_DPO_7B.i1-IQ1_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4a4118eab43486f901df215964b200ff292c9b774763d4c84aef47b307c759cb
|
| 3 |
+
size 1754447104
|
Eris_Floramix_DPO_7B.i1-IQ1_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0011bc1bd7d6cbeb5e612d0c5251ae586a5d8d96a6db44a3e92221de66953973
|
| 3 |
+
size 1612102912
|
Eris_Floramix_DPO_7B.i1-IQ2_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:27cd5c2abcf690baf9da6eaafa527a63a6b3d427ae3329b2c8b2dd1e0bec1278
|
| 3 |
+
size 2500713728
|
Eris_Floramix_DPO_7B.i1-IQ2_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:661a03cf88febb391fc27bef353a1466a3630fe0a4fa715473613a1ba3290c8c
|
| 3 |
+
size 2310921472
|
Eris_Floramix_DPO_7B.i1-IQ2_XS.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d2fa352f7a289e8d277edd2967ff98827c89f5b751b594f47da638e3220fe8bf
|
| 3 |
+
size 2198256896
|
Eris_Floramix_DPO_7B.i1-IQ2_XXS.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e19fcae8313dd58298eda7f610609dd52a48dc69f5af133af7cd6e4b26c618d0
|
| 3 |
+
size 1991687424
|
Eris_Floramix_DPO_7B.i1-IQ3_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:241e8cb074793046254919aabdf1c18aedc53d5abe7a62f253637511783136e4
|
| 3 |
+
size 3284892928
|
Eris_Floramix_DPO_7B.i1-IQ3_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b638b314a4649244069121640fdedb4d586353a1b5678fae1d4f1db00e1f68f3
|
| 3 |
+
size 3182394624
|
Eris_Floramix_DPO_7B.i1-IQ3_XS.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9f9c0766cd9ab1e6c6ab7901b0590f5c3c9a85371a6c8bb9bc761c14a5421490
|
| 3 |
+
size 3018816768
|
Eris_Floramix_DPO_7B.i1-IQ3_XXS.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dbf4eb279fce83e949a729598998b1dedb4294d121bd787900334c5e1b55bf61
|
| 3 |
+
size 2827345152
|
Eris_Floramix_DPO_7B.i1-IQ4_XS.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b09c9eb574bd0dc3916f97eff0c8ecc08ed5455ab2805c8bf2bb408411a2f5b0
|
| 3 |
+
size 3907689728
|
Eris_Floramix_DPO_7B.i1-Q2_K.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:abbb99efa3027b5f7476adf4c980f2ae976c4c536e2bdb30c54d8e2741541365
|
| 3 |
+
size 2719243520
|
Eris_Floramix_DPO_7B.i1-Q2_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d24365f46e8fe8e37d18326f00e56497083aa7ce840bce263ce68d14c78f49c5
|
| 3 |
+
size 2528926976
|
Eris_Floramix_DPO_7B.i1-Q3_K_L.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b8392f68439d179fe746109a10727a5e5bdca0ceaf8a9b2c7e4810b0ace0323b
|
| 3 |
+
size 3822025984
|
Eris_Floramix_DPO_7B.i1-Q3_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c03044d87681580b2ae6666ffe0173ad5dcf0d6e0f41ad6f775bef4a1a88caef
|
| 3 |
+
size 3518987520
|
Eris_Floramix_DPO_7B.i1-Q3_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:99219ac10d6e2806d6aa1db071d8bd54538c6e958fbbd16eb2ccdd8a0b8fd5bd
|
| 3 |
+
size 3164568832
|
Eris_Floramix_DPO_7B.i1-Q4_0.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c7de462ece056496f58592abdf6a13977b60f707c81baa7a0ebd1ff0b43518d7
|
| 3 |
+
size 4123598080
|
Eris_Floramix_DPO_7B.i1-Q4_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f6ac3f83422d64aed7cbf95165d796b8e581b0a6a40597a23842241735bd8da8
|
| 3 |
+
size 4368440576
|
Eris_Floramix_DPO_7B.i1-Q4_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:409e2e073b7e9b3a96bceb940036ff93e5e4c23569dd2daf4e95f8269b3ecf47
|
| 3 |
+
size 4140375296
|
Eris_Floramix_DPO_7B.i1-Q5_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:73efdbd24f4fd889252d140449f60257e7fe226dbc47a0acbd47c708b36e3b29
|
| 3 |
+
size 5131410688
|
Eris_Floramix_DPO_7B.i1-Q5_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c91a77816c4a5f0c0ee8e00ad012c91553032a02fd212579a33e93771e5a8b14
|
| 3 |
+
size 4997717248
|
Eris_Floramix_DPO_7B.i1-Q6_K.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dfba0311fa210be07a917baad1c938c1b463419a7813246e9ca2d7e22eb22486
|
| 3 |
+
size 5942066432
|