Instructions to use featherless-ai-quants/TroyDoesAI-Mermaid_PythonCoder-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- llama-cpp-python
How to use featherless-ai-quants/TroyDoesAI-Mermaid_PythonCoder-GGUF with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="featherless-ai-quants/TroyDoesAI-Mermaid_PythonCoder-GGUF", filename="TroyDoesAI-Mermaid_PythonCoder-IQ4_XS.gguf", )
output = llm( "Once upon a time,", max_tokens=512, echo=True ) print(output)
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- llama.cpp
How to use featherless-ai-quants/TroyDoesAI-Mermaid_PythonCoder-GGUF with llama.cpp:
Install from brew
brew install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama-server -hf featherless-ai-quants/TroyDoesAI-Mermaid_PythonCoder-GGUF:Q4_K_M # Run inference directly in the terminal: llama-cli -hf featherless-ai-quants/TroyDoesAI-Mermaid_PythonCoder-GGUF:Q4_K_M
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama-server -hf featherless-ai-quants/TroyDoesAI-Mermaid_PythonCoder-GGUF:Q4_K_M # Run inference directly in the terminal: llama-cli -hf featherless-ai-quants/TroyDoesAI-Mermaid_PythonCoder-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 featherless-ai-quants/TroyDoesAI-Mermaid_PythonCoder-GGUF:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf featherless-ai-quants/TroyDoesAI-Mermaid_PythonCoder-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 featherless-ai-quants/TroyDoesAI-Mermaid_PythonCoder-GGUF:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf featherless-ai-quants/TroyDoesAI-Mermaid_PythonCoder-GGUF:Q4_K_M
Use Docker
docker model run hf.co/featherless-ai-quants/TroyDoesAI-Mermaid_PythonCoder-GGUF:Q4_K_M
- LM Studio
- Jan
- vLLM
How to use featherless-ai-quants/TroyDoesAI-Mermaid_PythonCoder-GGUF with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "featherless-ai-quants/TroyDoesAI-Mermaid_PythonCoder-GGUF" # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:8000/v1/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "featherless-ai-quants/TroyDoesAI-Mermaid_PythonCoder-GGUF", "prompt": "Once upon a time,", "max_tokens": 512, "temperature": 0.5 }'Use Docker
docker model run hf.co/featherless-ai-quants/TroyDoesAI-Mermaid_PythonCoder-GGUF:Q4_K_M
- Ollama
How to use featherless-ai-quants/TroyDoesAI-Mermaid_PythonCoder-GGUF with Ollama:
ollama run hf.co/featherless-ai-quants/TroyDoesAI-Mermaid_PythonCoder-GGUF:Q4_K_M
- Unsloth Studio new
How to use featherless-ai-quants/TroyDoesAI-Mermaid_PythonCoder-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 featherless-ai-quants/TroyDoesAI-Mermaid_PythonCoder-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 featherless-ai-quants/TroyDoesAI-Mermaid_PythonCoder-GGUF to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for featherless-ai-quants/TroyDoesAI-Mermaid_PythonCoder-GGUF to start chatting
- Docker Model Runner
How to use featherless-ai-quants/TroyDoesAI-Mermaid_PythonCoder-GGUF with Docker Model Runner:
docker model run hf.co/featherless-ai-quants/TroyDoesAI-Mermaid_PythonCoder-GGUF:Q4_K_M
- Lemonade
How to use featherless-ai-quants/TroyDoesAI-Mermaid_PythonCoder-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull featherless-ai-quants/TroyDoesAI-Mermaid_PythonCoder-GGUF:Q4_K_M
Run and chat with the model
lemonade run user.TroyDoesAI-Mermaid_PythonCoder-GGUF-Q4_K_M
List all available models
lemonade list
Upload folder using huggingface_hub
Browse files- .gitattributes +12 -0
- README.md +47 -0
- TroyDoesAI-Mermaid_PythonCoder-IQ4_XS.gguf +3 -0
- TroyDoesAI-Mermaid_PythonCoder-Q2_K.gguf +3 -0
- TroyDoesAI-Mermaid_PythonCoder-Q3_K_L.gguf +3 -0
- TroyDoesAI-Mermaid_PythonCoder-Q3_K_M.gguf +3 -0
- TroyDoesAI-Mermaid_PythonCoder-Q3_K_S.gguf +3 -0
- TroyDoesAI-Mermaid_PythonCoder-Q4_K_M.gguf +3 -0
- TroyDoesAI-Mermaid_PythonCoder-Q4_K_S.gguf +3 -0
- TroyDoesAI-Mermaid_PythonCoder-Q5_K_M.gguf +3 -0
- TroyDoesAI-Mermaid_PythonCoder-Q5_K_S.gguf +3 -0
- TroyDoesAI-Mermaid_PythonCoder-Q6_K.gguf +3 -0
- TroyDoesAI-Mermaid_PythonCoder-Q8_0.gguf +3 -0
- featherless-quants.png +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 |
+
TroyDoesAI-Mermaid_PythonCoder-IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
TroyDoesAI-Mermaid_PythonCoder-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
TroyDoesAI-Mermaid_PythonCoder-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
TroyDoesAI-Mermaid_PythonCoder-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
TroyDoesAI-Mermaid_PythonCoder-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
TroyDoesAI-Mermaid_PythonCoder-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
TroyDoesAI-Mermaid_PythonCoder-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 43 |
+
TroyDoesAI-Mermaid_PythonCoder-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 44 |
+
TroyDoesAI-Mermaid_PythonCoder-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 45 |
+
TroyDoesAI-Mermaid_PythonCoder-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 46 |
+
TroyDoesAI-Mermaid_PythonCoder-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 47 |
+
featherless-quants.png filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
|
@@ -0,0 +1,47 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
base_model: TroyDoesAI/Mermaid_PythonCoder
|
| 3 |
+
pipeline_tag: text-generation
|
| 4 |
+
quantized_by: featherless-ai-quants
|
| 5 |
+
---
|
| 6 |
+
|
| 7 |
+
# TroyDoesAI/Mermaid_PythonCoder GGUF Quantizations π
|
| 8 |
+
|
| 9 |
+

|
| 10 |
+
|
| 11 |
+
*Optimized GGUF quantization files for enhanced model performance*
|
| 12 |
+
|
| 13 |
+
> Powered by [Featherless AI](https://featherless.ai) - run any model you'd like for a simple small fee.
|
| 14 |
+
---
|
| 15 |
+
|
| 16 |
+
## Available Quantizations π
|
| 17 |
+
|
| 18 |
+
| Quantization Type | File | Size |
|
| 19 |
+
|-------------------|------|------|
|
| 20 |
+
| Q8_0 | [TroyDoesAI-Mermaid_PythonCoder-Q8_0.gguf](https://huggingface.co/featherless-ai-quants/TroyDoesAI-Mermaid_PythonCoder-GGUF/blob/main/TroyDoesAI-Mermaid_PythonCoder-Q8_0.gguf) | 10875.85 MB |
|
| 21 |
+
| Q4_K_S | [TroyDoesAI-Mermaid_PythonCoder-Q4_K_S.gguf](https://huggingface.co/featherless-ai-quants/TroyDoesAI-Mermaid_PythonCoder-GGUF/blob/main/TroyDoesAI-Mermaid_PythonCoder-Q4_K_S.gguf) | 5835.08 MB |
|
| 22 |
+
| Q2_K | [TroyDoesAI-Mermaid_PythonCoder-Q2_K.gguf](https://huggingface.co/featherless-ai-quants/TroyDoesAI-Mermaid_PythonCoder-GGUF/blob/main/TroyDoesAI-Mermaid_PythonCoder-Q2_K.gguf) | 3817.78 MB |
|
| 23 |
+
| Q6_K | [TroyDoesAI-Mermaid_PythonCoder-Q6_K.gguf](https://huggingface.co/featherless-ai-quants/TroyDoesAI-Mermaid_PythonCoder-GGUF/blob/main/TroyDoesAI-Mermaid_PythonCoder-Q6_K.gguf) | 8397.30 MB |
|
| 24 |
+
| Q3_K_M | [TroyDoesAI-Mermaid_PythonCoder-Q3_K_M.gguf](https://huggingface.co/featherless-ai-quants/TroyDoesAI-Mermaid_PythonCoder-GGUF/blob/main/TroyDoesAI-Mermaid_PythonCoder-Q3_K_M.gguf) | 4954.97 MB |
|
| 25 |
+
| Q3_K_S | [TroyDoesAI-Mermaid_PythonCoder-Q3_K_S.gguf](https://huggingface.co/featherless-ai-quants/TroyDoesAI-Mermaid_PythonCoder-GGUF/blob/main/TroyDoesAI-Mermaid_PythonCoder-Q3_K_S.gguf) | 4448.47 MB |
|
| 26 |
+
| Q3_K_L | [TroyDoesAI-Mermaid_PythonCoder-Q3_K_L.gguf](https://huggingface.co/featherless-ai-quants/TroyDoesAI-Mermaid_PythonCoder-GGUF/blob/main/TroyDoesAI-Mermaid_PythonCoder-Q3_K_L.gguf) | 5388.97 MB |
|
| 27 |
+
| Q4_K_M | [TroyDoesAI-Mermaid_PythonCoder-Q4_K_M.gguf](https://huggingface.co/featherless-ai-quants/TroyDoesAI-Mermaid_PythonCoder-GGUF/blob/main/TroyDoesAI-Mermaid_PythonCoder-Q4_K_M.gguf) | 6162.33 MB |
|
| 28 |
+
| Q5_K_S | [TroyDoesAI-Mermaid_PythonCoder-Q5_K_S.gguf](https://huggingface.co/featherless-ai-quants/TroyDoesAI-Mermaid_PythonCoder-GGUF/blob/main/TroyDoesAI-Mermaid_PythonCoder-Q5_K_S.gguf) | 7054.70 MB |
|
| 29 |
+
| Q5_K_M | [TroyDoesAI-Mermaid_PythonCoder-Q5_K_M.gguf](https://huggingface.co/featherless-ai-quants/TroyDoesAI-Mermaid_PythonCoder-GGUF/blob/main/TroyDoesAI-Mermaid_PythonCoder-Q5_K_M.gguf) | 7245.95 MB |
|
| 30 |
+
| IQ4_XS | [TroyDoesAI-Mermaid_PythonCoder-IQ4_XS.gguf](https://huggingface.co/featherless-ai-quants/TroyDoesAI-Mermaid_PythonCoder-GGUF/blob/main/TroyDoesAI-Mermaid_PythonCoder-IQ4_XS.gguf) | 5557.67 MB |
|
| 31 |
+
|
| 32 |
+
|
| 33 |
+
---
|
| 34 |
+
|
| 35 |
+
## β‘ Powered by [Featherless AI](https://featherless.ai)
|
| 36 |
+
|
| 37 |
+
### Key Features
|
| 38 |
+
|
| 39 |
+
- π₯ **Instant Hosting** - Deploy any Llama model on HuggingFace instantly
|
| 40 |
+
- π οΈ **Zero Infrastructure** - No server setup or maintenance required
|
| 41 |
+
- π **Vast Compatibility** - Support for 2400+ models and counting
|
| 42 |
+
- π **Affordable Pricing** - Starting at just $10/month
|
| 43 |
+
|
| 44 |
+
---
|
| 45 |
+
|
| 46 |
+
**Links:**
|
| 47 |
+
[Get Started](https://featherless.ai) | [Documentation](https://featherless.ai/docs) | [Models](https://featherless.ai/models)
|
TroyDoesAI-Mermaid_PythonCoder-IQ4_XS.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b4fe409c1fb6dabaa8341f7a96f6f5e900dd2d23a41fe2a9448701996efbe5a7
|
| 3 |
+
size 5827639680
|
TroyDoesAI-Mermaid_PythonCoder-Q2_K.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7045e04998c3bc67f3d406d3221d12534250dc94aba87cb3c0ecfa96832bd8d7
|
| 3 |
+
size 4003232128
|
TroyDoesAI-Mermaid_PythonCoder-Q3_K_L.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c8f23857acedc95c0eb50d340fa2e03f8c8a9d80ce6ee958dd4be7358e673e38
|
| 3 |
+
size 5650749824
|
TroyDoesAI-Mermaid_PythonCoder-Q3_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:77be1688eba88ad5965769004ed40bb8b161fe1c10e5816426b561a0de36a00a
|
| 3 |
+
size 5195667840
|
TroyDoesAI-Mermaid_PythonCoder-Q3_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6b53e2446b0d718b530cd94cf9b9ff9aed62485c96fb5ece1c7f7851575a96db
|
| 3 |
+
size 4664564096
|
TroyDoesAI-Mermaid_PythonCoder-Q4_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fe6be02fe55af878cda98a3c5daedcf5a3d4dbded46f2903764381fc17e09436
|
| 3 |
+
size 6461667712
|
TroyDoesAI-Mermaid_PythonCoder-Q4_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f2e63403cf13a9ef420d8dff719529a81d82a6b49cb0f3d436715cc9e3f0ccd3
|
| 3 |
+
size 6118521216
|
TroyDoesAI-Mermaid_PythonCoder-Q5_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9e0168acbe34fc76d1f52c387886f4dc02b54b67c7c32527caa454923ff2a2f3
|
| 3 |
+
size 7597930880
|
TroyDoesAI-Mermaid_PythonCoder-Q5_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b12d8e1a564ede342d2624ea3a0b46c5fa145d4b4fc05e03833c63ee91fe6b5b
|
| 3 |
+
size 7397390720
|
TroyDoesAI-Mermaid_PythonCoder-Q6_K.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3b7351e7e90c2a4b034de95af08e9ca686c5952c1298a12e321296c0ee56a8a0
|
| 3 |
+
size 8805210496
|
TroyDoesAI-Mermaid_PythonCoder-Q8_0.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:44bbf4dbbb09b867b2c0192f1d314c46c07564f93b8ea000906d13ccb14b0029
|
| 3 |
+
size 11404155264
|
featherless-quants.png
ADDED
|
Git LFS Details
|