Transformers
GGUF
English
Merge
mergekit
kaist-ai/mistral-orpo-beta
NousResearch/Hermes-2-Pro-Mistral-7B
conversational
Instructions to use mradermacher/Orpomis-Prime-7B-dare-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use mradermacher/Orpomis-Prime-7B-dare-GGUF with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("mradermacher/Orpomis-Prime-7B-dare-GGUF", dtype="auto") - llama-cpp-python
How to use mradermacher/Orpomis-Prime-7B-dare-GGUF with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="mradermacher/Orpomis-Prime-7B-dare-GGUF", filename="Orpomis-Prime-7B-dare.IQ4_XS.gguf", )
llm.create_chat_completion( messages = "No input example has been defined for this model task." )
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use mradermacher/Orpomis-Prime-7B-dare-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/Orpomis-Prime-7B-dare-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf mradermacher/Orpomis-Prime-7B-dare-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/Orpomis-Prime-7B-dare-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf mradermacher/Orpomis-Prime-7B-dare-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/Orpomis-Prime-7B-dare-GGUF:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf mradermacher/Orpomis-Prime-7B-dare-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/Orpomis-Prime-7B-dare-GGUF:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf mradermacher/Orpomis-Prime-7B-dare-GGUF:Q4_K_M
Use Docker
docker model run hf.co/mradermacher/Orpomis-Prime-7B-dare-GGUF:Q4_K_M
- LM Studio
- Jan
- Ollama
How to use mradermacher/Orpomis-Prime-7B-dare-GGUF with Ollama:
ollama run hf.co/mradermacher/Orpomis-Prime-7B-dare-GGUF:Q4_K_M
- Unsloth Studio
How to use mradermacher/Orpomis-Prime-7B-dare-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/Orpomis-Prime-7B-dare-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/Orpomis-Prime-7B-dare-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/Orpomis-Prime-7B-dare-GGUF to start chatting
- Atomic Chat new
- Docker Model Runner
How to use mradermacher/Orpomis-Prime-7B-dare-GGUF with Docker Model Runner:
docker model run hf.co/mradermacher/Orpomis-Prime-7B-dare-GGUF:Q4_K_M
- Lemonade
How to use mradermacher/Orpomis-Prime-7B-dare-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull mradermacher/Orpomis-Prime-7B-dare-GGUF:Q4_K_M
Run and chat with the model
lemonade run user.Orpomis-Prime-7B-dare-GGUF-Q4_K_M
List all available models
lemonade list
uploaded from marco
Browse files- .gitattributes +12 -0
- Orpomis-Prime-7B-dare.IQ4_XS.gguf +3 -0
- Orpomis-Prime-7B-dare.Q2_K.gguf +3 -0
- Orpomis-Prime-7B-dare.Q3_K_L.gguf +3 -0
- Orpomis-Prime-7B-dare.Q3_K_M.gguf +3 -0
- Orpomis-Prime-7B-dare.Q3_K_S.gguf +3 -0
- Orpomis-Prime-7B-dare.Q4_K_M.gguf +3 -0
- Orpomis-Prime-7B-dare.Q4_K_S.gguf +3 -0
- Orpomis-Prime-7B-dare.Q5_K_M.gguf +3 -0
- Orpomis-Prime-7B-dare.Q5_K_S.gguf +3 -0
- Orpomis-Prime-7B-dare.Q6_K.gguf +3 -0
- Orpomis-Prime-7B-dare.Q8_0.gguf +3 -0
- Orpomis-Prime-7B-dare.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 |
+
Orpomis-Prime-7B-dare.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
Orpomis-Prime-7B-dare.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
Orpomis-Prime-7B-dare.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
Orpomis-Prime-7B-dare.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
Orpomis-Prime-7B-dare.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
Orpomis-Prime-7B-dare.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
Orpomis-Prime-7B-dare.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 43 |
+
Orpomis-Prime-7B-dare.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 44 |
+
Orpomis-Prime-7B-dare.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 45 |
+
Orpomis-Prime-7B-dare.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 46 |
+
Orpomis-Prime-7B-dare.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 47 |
+
Orpomis-Prime-7B-dare.f16.gguf filter=lfs diff=lfs merge=lfs -text
|
Orpomis-Prime-7B-dare.IQ4_XS.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:055791543e1e9a1538cadc6c9a046f4c7a6864798f7c5125348834df79b13f55
|
| 3 |
+
size 3944390144
|
Orpomis-Prime-7B-dare.Q2_K.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2ae5df9c23e6e745ab4285ab5a8a8b83a7e383db2d2606222416cde30af9904c
|
| 3 |
+
size 2719243776
|
Orpomis-Prime-7B-dare.Q3_K_L.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f6fbd515581a2474b69ece6001bff6fe484cce8d238de620f78816aea5c7c170
|
| 3 |
+
size 3822026240
|
Orpomis-Prime-7B-dare.Q3_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a3e46d235e488b4b8e2c30bb10fe8bd239f4d5c4eaa01c42db3ca1cc97800081
|
| 3 |
+
size 3518987776
|
Orpomis-Prime-7B-dare.Q3_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8d0ae30badf56c8ac33644db43f03521dac19b24e4088ff446ada25af273f9d9
|
| 3 |
+
size 3164569088
|
Orpomis-Prime-7B-dare.Q4_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d188fe0f8702df83e47206e651cef66737fe1d792cd77baf7bcf1e5d95c98927
|
| 3 |
+
size 4368440832
|
Orpomis-Prime-7B-dare.Q4_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:518327a7c517e6f141f6b394e41969d62bb5c5c021e769d6779fcc0e552853fa
|
| 3 |
+
size 4140375552
|
Orpomis-Prime-7B-dare.Q5_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e0e27294e0d74b4ebc6a83b9f91f8a647c9098e334f1709755c48618cbbf0442
|
| 3 |
+
size 5131410944
|
Orpomis-Prime-7B-dare.Q5_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:11f567ee9a7298e226c158781fcb827308a6440140bf50b4140fca07c270200c
|
| 3 |
+
size 4997717504
|
Orpomis-Prime-7B-dare.Q6_K.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cf275c0570cbb36c1cf8ecc5d79476f6193d4221c42be366f1014b7f57a82129
|
| 3 |
+
size 5942066688
|
Orpomis-Prime-7B-dare.Q8_0.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4edb92e679494af12ecad6d60ad5e22caaf5a00bc454180d242cc57c95b5856e
|
| 3 |
+
size 7695859200
|
Orpomis-Prime-7B-dare.f16.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:baa46c46ddbdaa17c637deebb85e364d2557340bb44472e49b0a6f15290729d1
|
| 3 |
+
size 14484733440
|