Instructions to use MarsupialAI/Cydonia-22B-v1_iMat_GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use MarsupialAI/Cydonia-22B-v1_iMat_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 MarsupialAI/Cydonia-22B-v1_iMat_GGUF # Run inference directly in the terminal: llama cli -hf MarsupialAI/Cydonia-22B-v1_iMat_GGUF
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf MarsupialAI/Cydonia-22B-v1_iMat_GGUF # Run inference directly in the terminal: llama cli -hf MarsupialAI/Cydonia-22B-v1_iMat_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/Cydonia-22B-v1_iMat_GGUF # Run inference directly in the terminal: ./llama-cli -hf MarsupialAI/Cydonia-22B-v1_iMat_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/Cydonia-22B-v1_iMat_GGUF # Run inference directly in the terminal: ./build/bin/llama-cli -hf MarsupialAI/Cydonia-22B-v1_iMat_GGUF
Use Docker
docker model run hf.co/MarsupialAI/Cydonia-22B-v1_iMat_GGUF
- LM Studio
- Jan
- Ollama
How to use MarsupialAI/Cydonia-22B-v1_iMat_GGUF with Ollama:
ollama run hf.co/MarsupialAI/Cydonia-22B-v1_iMat_GGUF
- Unsloth Studio
How to use MarsupialAI/Cydonia-22B-v1_iMat_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/Cydonia-22B-v1_iMat_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/Cydonia-22B-v1_iMat_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/Cydonia-22B-v1_iMat_GGUF to start chatting
- Docker Model Runner
How to use MarsupialAI/Cydonia-22B-v1_iMat_GGUF with Docker Model Runner:
docker model run hf.co/MarsupialAI/Cydonia-22B-v1_iMat_GGUF
- Lemonade
How to use MarsupialAI/Cydonia-22B-v1_iMat_GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull MarsupialAI/Cydonia-22B-v1_iMat_GGUF
Run and chat with the model
lemonade run user.Cydonia-22B-v1_iMat_GGUF-{{QUANT_TAG}}List all available models
lemonade list
- Atomic Chat
Upload Cydonia-22B-v1_Q4ks.gguf
Browse files- .gitattributes +1 -0
- Cydonia-22B-v1_Q4ks.gguf +3 -0
.gitattributes
CHANGED
|
@@ -36,3 +36,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 36 |
Cydonia-22B-v1_fp16.gguf filter=lfs diff=lfs merge=lfs -text
|
| 37 |
Cydonia-22B-v1-imatrix.dat filter=lfs diff=lfs merge=lfs -text
|
| 38 |
Cydonia-22B-v1_Q3km.gguf filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 36 |
Cydonia-22B-v1_fp16.gguf filter=lfs diff=lfs merge=lfs -text
|
| 37 |
Cydonia-22B-v1-imatrix.dat filter=lfs diff=lfs merge=lfs -text
|
| 38 |
Cydonia-22B-v1_Q3km.gguf filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
Cydonia-22B-v1_Q4ks.gguf filter=lfs diff=lfs merge=lfs -text
|
Cydonia-22B-v1_Q4ks.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9d144d8d249047d243c68a5944ab96bb2cc34305538fd4dd4edf440249eeccf1
|
| 3 |
+
size 12660385632
|