HERMES
GGUF
English
mistral
uncensored
Merge
slerp
foredoomed
passthrough_merge
9B
starling
dolphin
openchat
erebus
cockatrice
holodeck
limarp
koboldai
mergekit
Instructions to use MarsupialAI/Foredoomed-9B_iMatrix_GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- HERMES
How to use MarsupialAI/Foredoomed-9B_iMatrix_GGUF with HERMES:
# No code snippets available yet for this library. # To use this model, check the repository files and the library's documentation. # Want to help? PRs adding snippets are welcome at: # https://github.com/huggingface/huggingface.js
- llama-cpp-python
How to use MarsupialAI/Foredoomed-9B_iMatrix_GGUF with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="MarsupialAI/Foredoomed-9B_iMatrix_GGUF", filename="Foredoomed-9B_Q4km.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 MarsupialAI/Foredoomed-9B_iMatrix_GGUF with llama.cpp:
Install from brew
brew install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama-server -hf MarsupialAI/Foredoomed-9B_iMatrix_GGUF # Run inference directly in the terminal: llama-cli -hf MarsupialAI/Foredoomed-9B_iMatrix_GGUF
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama-server -hf MarsupialAI/Foredoomed-9B_iMatrix_GGUF # Run inference directly in the terminal: llama-cli -hf MarsupialAI/Foredoomed-9B_iMatrix_GGUF
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 MarsupialAI/Foredoomed-9B_iMatrix_GGUF # Run inference directly in the terminal: ./llama-cli -hf MarsupialAI/Foredoomed-9B_iMatrix_GGUF
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 MarsupialAI/Foredoomed-9B_iMatrix_GGUF # Run inference directly in the terminal: ./build/bin/llama-cli -hf MarsupialAI/Foredoomed-9B_iMatrix_GGUF
Use Docker
docker model run hf.co/MarsupialAI/Foredoomed-9B_iMatrix_GGUF
- LM Studio
- Jan
- Ollama
How to use MarsupialAI/Foredoomed-9B_iMatrix_GGUF with Ollama:
ollama run hf.co/MarsupialAI/Foredoomed-9B_iMatrix_GGUF
- Unsloth Studio
How to use MarsupialAI/Foredoomed-9B_iMatrix_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 MarsupialAI/Foredoomed-9B_iMatrix_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 MarsupialAI/Foredoomed-9B_iMatrix_GGUF to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for MarsupialAI/Foredoomed-9B_iMatrix_GGUF to start chatting
- Atomic Chat new
- Docker Model Runner
How to use MarsupialAI/Foredoomed-9B_iMatrix_GGUF with Docker Model Runner:
docker model run hf.co/MarsupialAI/Foredoomed-9B_iMatrix_GGUF
- Lemonade
How to use MarsupialAI/Foredoomed-9B_iMatrix_GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull MarsupialAI/Foredoomed-9B_iMatrix_GGUF
Run and chat with the model
lemonade run user.Foredoomed-9B_iMatrix_GGUF-{{QUANT_TAG}}List all available models
lemonade list
Upload 4 files
Browse files- .gitattributes +4 -0
- Foredoomed-9B_Q4km.gguf +3 -0
- Foredoomed-9B_Q5km.gguf +3 -0
- Foredoomed-9B_Q6k.gguf +3 -0
- Foredoomed-9B_Q8.gguf +3 -0
.gitattributes
CHANGED
|
@@ -34,3 +34,7 @@ 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 |
Foredoomed-9B_fp16.gguf 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 |
Foredoomed-9B_fp16.gguf filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
Foredoomed-9B_Q4km.gguf filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
Foredoomed-9B_Q5km.gguf filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
Foredoomed-9B_Q6k.gguf filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
Foredoomed-9B_Q8.gguf filter=lfs diff=lfs merge=lfs -text
|
Foredoomed-9B_Q4km.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:499a747fb322964c4ea72a167809ce857d412459e163880ebb47c40396328ab4
|
| 3 |
+
size 5938360320
|
Foredoomed-9B_Q5km.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cb42dcc646e83408603167b0f3ee534bb1b60d96008b6c8ba2ca4bb67f9081e1
|
| 3 |
+
size 6981300224
|
Foredoomed-9B_Q6k.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:578a5b9504d1f26cbdc845dc86ce8af70baa5d6ca00f6de9902b06cb2725757e
|
| 3 |
+
size 8089423872
|
Foredoomed-9B_Q8.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:15d417fd32ceef8815d2d385979d5c9769223a907fe186e580c01d94ab19eff8
|
| 3 |
+
size 10477080576
|