Instructions to use koesn/Mistral-CatMacaroni-slerp-uncensored-7B-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 koesn/Mistral-CatMacaroni-slerp-uncensored-7B-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 koesn/Mistral-CatMacaroni-slerp-uncensored-7B-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf koesn/Mistral-CatMacaroni-slerp-uncensored-7B-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 koesn/Mistral-CatMacaroni-slerp-uncensored-7B-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf koesn/Mistral-CatMacaroni-slerp-uncensored-7B-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 koesn/Mistral-CatMacaroni-slerp-uncensored-7B-GGUF:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf koesn/Mistral-CatMacaroni-slerp-uncensored-7B-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 koesn/Mistral-CatMacaroni-slerp-uncensored-7B-GGUF:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf koesn/Mistral-CatMacaroni-slerp-uncensored-7B-GGUF:Q4_K_M
Use Docker
docker model run hf.co/koesn/Mistral-CatMacaroni-slerp-uncensored-7B-GGUF:Q4_K_M
- LM Studio
- Jan
- Ollama
How to use koesn/Mistral-CatMacaroni-slerp-uncensored-7B-GGUF with Ollama:
ollama run hf.co/koesn/Mistral-CatMacaroni-slerp-uncensored-7B-GGUF:Q4_K_M
- Unsloth Studio
How to use koesn/Mistral-CatMacaroni-slerp-uncensored-7B-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 koesn/Mistral-CatMacaroni-slerp-uncensored-7B-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 koesn/Mistral-CatMacaroni-slerp-uncensored-7B-GGUF to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for koesn/Mistral-CatMacaroni-slerp-uncensored-7B-GGUF to start chatting
- Docker Model Runner
How to use koesn/Mistral-CatMacaroni-slerp-uncensored-7B-GGUF with Docker Model Runner:
docker model run hf.co/koesn/Mistral-CatMacaroni-slerp-uncensored-7B-GGUF:Q4_K_M
- Lemonade
How to use koesn/Mistral-CatMacaroni-slerp-uncensored-7B-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull koesn/Mistral-CatMacaroni-slerp-uncensored-7B-GGUF:Q4_K_M
Run and chat with the model
lemonade run user.Mistral-CatMacaroni-slerp-uncensored-7B-GGUF-Q4_K_M
List all available models
lemonade list
- Atomic Chat
Upload 9 files
Browse files- .gitattributes +9 -0
- mistral-catmacaroni-slerp-uncensored-7b.IQ3_M.gguf +3 -0
- mistral-catmacaroni-slerp-uncensored-7b.IQ3_S.gguf +3 -0
- mistral-catmacaroni-slerp-uncensored-7b.IQ3_XXS.gguf +3 -0
- mistral-catmacaroni-slerp-uncensored-7b.IQ4_NL.gguf +3 -0
- mistral-catmacaroni-slerp-uncensored-7b.Q4_0.gguf +3 -0
- mistral-catmacaroni-slerp-uncensored-7b.Q4_K_M.gguf +3 -0
- mistral-catmacaroni-slerp-uncensored-7b.Q5_K_M.gguf +3 -0
- mistral-catmacaroni-slerp-uncensored-7b.Q6_K.gguf +3 -0
- mistral-catmacaroni-slerp-uncensored-7b.Q8_0.gguf +3 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,12 @@ 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 |
+
mistral-catmacaroni-slerp-uncensored-7b.IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
mistral-catmacaroni-slerp-uncensored-7b.IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
mistral-catmacaroni-slerp-uncensored-7b.IQ3_XXS.gguf filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
mistral-catmacaroni-slerp-uncensored-7b.IQ4_NL.gguf filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
mistral-catmacaroni-slerp-uncensored-7b.Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
mistral-catmacaroni-slerp-uncensored-7b.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
mistral-catmacaroni-slerp-uncensored-7b.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 43 |
+
mistral-catmacaroni-slerp-uncensored-7b.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 44 |
+
mistral-catmacaroni-slerp-uncensored-7b.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
mistral-catmacaroni-slerp-uncensored-7b.IQ3_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f3e3eeedf87e80028c4e56247e1f5fd9f9ea21fbef8e368a363ed721e13e8a59
|
| 3 |
+
size 3284891840
|
mistral-catmacaroni-slerp-uncensored-7b.IQ3_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:edf49ee4c7d7584f4add334319dfb4ff567071421135780e9902cce6bd11e269
|
| 3 |
+
size 3182393536
|
mistral-catmacaroni-slerp-uncensored-7b.IQ3_XXS.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5e51f1dde28db0ca295a8b301170c283b253cd4d1c91c40eb38662a35c588fc9
|
| 3 |
+
size 3023378624
|
mistral-catmacaroni-slerp-uncensored-7b.IQ4_NL.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8aafecbfc86d5ad9daa1aba72f858a8f7aba5a09db4ae854786f53c7f9181258
|
| 3 |
+
size 4155054272
|
mistral-catmacaroni-slerp-uncensored-7b.Q4_0.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c4f787e265a6619d32208328100d34de33ce2652ebe70ab6d4373c4147966ce8
|
| 3 |
+
size 4108916928
|
mistral-catmacaroni-slerp-uncensored-7b.Q4_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:02b05bfacccd93613836b268b6321745b9f484079db1021a678dfe8702d71ac4
|
| 3 |
+
size 4368439488
|
mistral-catmacaroni-slerp-uncensored-7b.Q5_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dce8b08bd7f9efc38451702edde6558436b8928577aec80aca2fe495618ce7ab
|
| 3 |
+
size 5131409600
|
mistral-catmacaroni-slerp-uncensored-7b.Q6_K.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:59a225738b8ec6ddea4072476b06463b875961df4c6221aa3109061a7f64bf4e
|
| 3 |
+
size 5942065344
|
mistral-catmacaroni-slerp-uncensored-7b.Q8_0.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:68a1b443d88e4d393908e89fbb1abb2c00e6e5e4fcbf9234a67eda676b174df5
|
| 3 |
+
size 7695857856
|