Text Generation
Safetensors
GGUF
English
lfm2
heretic
uncensored
decensored
abliterated
coding-agent
tool-use
conversational
text-generation-inference
Instructions to use saidutta69/lfm2.5-2.6b-fable5-coding-agent-heretic 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 saidutta69/lfm2.5-2.6b-fable5-coding-agent-heretic 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 saidutta69/lfm2.5-2.6b-fable5-coding-agent-heretic:Q4_K_M # Run inference directly in the terminal: llama cli -hf saidutta69/lfm2.5-2.6b-fable5-coding-agent-heretic:Q4_K_M
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf saidutta69/lfm2.5-2.6b-fable5-coding-agent-heretic:Q4_K_M # Run inference directly in the terminal: llama cli -hf saidutta69/lfm2.5-2.6b-fable5-coding-agent-heretic: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 saidutta69/lfm2.5-2.6b-fable5-coding-agent-heretic:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf saidutta69/lfm2.5-2.6b-fable5-coding-agent-heretic: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 saidutta69/lfm2.5-2.6b-fable5-coding-agent-heretic:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf saidutta69/lfm2.5-2.6b-fable5-coding-agent-heretic:Q4_K_M
Use Docker
docker model run hf.co/saidutta69/lfm2.5-2.6b-fable5-coding-agent-heretic:Q4_K_M
- LM Studio
- Jan
- vLLM
How to use saidutta69/lfm2.5-2.6b-fable5-coding-agent-heretic with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "saidutta69/lfm2.5-2.6b-fable5-coding-agent-heretic" # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:8000/v1/chat/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "saidutta69/lfm2.5-2.6b-fable5-coding-agent-heretic", "messages": [ { "role": "user", "content": "What is the capital of France?" } ] }'Use Docker
docker model run hf.co/saidutta69/lfm2.5-2.6b-fable5-coding-agent-heretic:Q4_K_M
- Ollama
How to use saidutta69/lfm2.5-2.6b-fable5-coding-agent-heretic with Ollama:
ollama run hf.co/saidutta69/lfm2.5-2.6b-fable5-coding-agent-heretic:Q4_K_M
- Unsloth Studio
How to use saidutta69/lfm2.5-2.6b-fable5-coding-agent-heretic 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 saidutta69/lfm2.5-2.6b-fable5-coding-agent-heretic 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 saidutta69/lfm2.5-2.6b-fable5-coding-agent-heretic to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for saidutta69/lfm2.5-2.6b-fable5-coding-agent-heretic to start chatting
- Pi
How to use saidutta69/lfm2.5-2.6b-fable5-coding-agent-heretic with Pi:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf saidutta69/lfm2.5-2.6b-fable5-coding-agent-heretic:Q4_K_M
Configure the model in Pi
# Install Pi: npm install -g @mariozechner/pi-coding-agent # Add to ~/.pi/agent/models.json: { "providers": { "llama-cpp": { "baseUrl": "http://localhost:8080/v1", "api": "openai-completions", "apiKey": "none", "models": [ { "id": "saidutta69/lfm2.5-2.6b-fable5-coding-agent-heretic:Q4_K_M" } ] } } }Run Pi
# Start Pi in your project directory: pi
- Docker Model Runner
How to use saidutta69/lfm2.5-2.6b-fable5-coding-agent-heretic with Docker Model Runner:
docker model run hf.co/saidutta69/lfm2.5-2.6b-fable5-coding-agent-heretic:Q4_K_M
- Lemonade
How to use saidutta69/lfm2.5-2.6b-fable5-coding-agent-heretic with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull saidutta69/lfm2.5-2.6b-fable5-coding-agent-heretic:Q4_K_M
Run and chat with the model
lemonade run user.lfm2.5-2.6b-fable5-coding-agent-heretic-Q4_K_M
List all available models
lemonade list
- Hermes Agent
How to use saidutta69/lfm2.5-2.6b-fable5-coding-agent-heretic with Hermes Agent:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf saidutta69/lfm2.5-2.6b-fable5-coding-agent-heretic:Q4_K_M
Configure Hermes
# Install Hermes: curl -fsSL https://hermes-agent.nousresearch.com/install.sh | bash hermes setup # Point Hermes at the local server: hermes config set model.provider custom hermes config set model.base_url http://127.0.0.1:8080/v1 hermes config set model.default saidutta69/lfm2.5-2.6b-fable5-coding-agent-heretic:Q4_K_M
Run Hermes
hermes
- Atomic Chat
- OpenClaw
How to use saidutta69/lfm2.5-2.6b-fable5-coding-agent-heretic with OpenClaw:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf saidutta69/lfm2.5-2.6b-fable5-coding-agent-heretic:Q4_K_M
Configure OpenClaw
# Install OpenClaw: npm install -g openclaw@latest # Register the local server and set it as the default model: openclaw onboard --non-interactive --mode local \ --auth-choice custom-api-key \ --custom-base-url http://127.0.0.1:8080/v1 \ --custom-model-id "saidutta69/lfm2.5-2.6b-fable5-coding-agent-heretic:Q4_K_M" \ --custom-provider-id llama-cpp \ --custom-compatibility openai \ --custom-text-input \ --accept-risk \ --skip-health
Run OpenClaw
openclaw agent --local --agent main --message "Hello from Hugging Face"
Upload reproduce/requirements.txt with huggingface_hub
Browse files- reproduce/requirements.txt +110 -0
reproduce/requirements.txt
ADDED
|
@@ -0,0 +1,110 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
absl-py==1.4.0
|
| 2 |
+
accelerate==1.14.0
|
| 3 |
+
alembic==1.19.1
|
| 4 |
+
annotated-doc==0.0.5
|
| 5 |
+
annotated-types==0.8.0
|
| 6 |
+
anyio==4.14.2
|
| 7 |
+
bitsandbytes==0.50.1
|
| 8 |
+
certifi==2026.7.22
|
| 9 |
+
chardet==5.2.0
|
| 10 |
+
charset-normalizer==3.4.9
|
| 11 |
+
click==8.4.2
|
| 12 |
+
colorama==0.4.6
|
| 13 |
+
colorlog==6.12.0
|
| 14 |
+
cuda-bindings==12.9.7
|
| 15 |
+
cuda-pathfinder==1.6.0
|
| 16 |
+
cuda-toolkit==12.8.1
|
| 17 |
+
dataproperty==1.1.1
|
| 18 |
+
datasets==4.8.5
|
| 19 |
+
dill==0.3.8
|
| 20 |
+
evaluate==0.4.6
|
| 21 |
+
filelock==3.32.3
|
| 22 |
+
fsspec==2025.3.0
|
| 23 |
+
greenlet==3.5.5
|
| 24 |
+
h11==0.16.0
|
| 25 |
+
heretic-llm==1.4.0
|
| 26 |
+
hf-xet==1.6.0
|
| 27 |
+
httpcore==1.0.9
|
| 28 |
+
httpx==0.28.1
|
| 29 |
+
huggingface-hub==1.27.0
|
| 30 |
+
idna==3.18
|
| 31 |
+
immutabledict==4.3.1
|
| 32 |
+
importlib-metadata==9.0.0
|
| 33 |
+
jinja2==3.1.6
|
| 34 |
+
joblib==1.5.3
|
| 35 |
+
langdetect==1.0.9
|
| 36 |
+
lm-eval==0.4.12
|
| 37 |
+
lxml==6.1.1
|
| 38 |
+
mako==1.1.3
|
| 39 |
+
markdown-it-py==4.2.0
|
| 40 |
+
markupsafe==3.0.3
|
| 41 |
+
mbstrdecoder==1.1.5
|
| 42 |
+
mdurl==0.1.2
|
| 43 |
+
more-itertools==10.8.0
|
| 44 |
+
mpmath==1.3.0
|
| 45 |
+
multiprocess==0.70.16
|
| 46 |
+
networkx==3.6.1
|
| 47 |
+
nltk==3.9.1
|
| 48 |
+
numpy==2.5.2
|
| 49 |
+
nvidia-cublas-cu12==12.8.4.1
|
| 50 |
+
nvidia-cudnn-cu12==9.19.0.56
|
| 51 |
+
nvidia-cusparselt-cu12==0.7.1
|
| 52 |
+
nvidia-nccl-cu12==2.28.9
|
| 53 |
+
nvidia-nvshmem-cu12==3.4.5
|
| 54 |
+
optuna==4.9.0
|
| 55 |
+
packaging==26.3
|
| 56 |
+
pandas==2.2.3
|
| 57 |
+
pathvalidate==3.3.1
|
| 58 |
+
peft==0.20.0
|
| 59 |
+
pillow==11.3.0
|
| 60 |
+
portalocker==4.1.0
|
| 61 |
+
prompt-toolkit==3.0.53
|
| 62 |
+
psutil==7.2.2
|
| 63 |
+
py-cpuinfo==9.0.0
|
| 64 |
+
pyarrow==25.0.1
|
| 65 |
+
pydantic==2.13.4
|
| 66 |
+
pydantic-core==2.46.4
|
| 67 |
+
pydantic-settings==2.15.0
|
| 68 |
+
pygments==2.20.0
|
| 69 |
+
pytablewriter==1.2.1
|
| 70 |
+
python-dateutil==2.9.0.post0
|
| 71 |
+
python-dotenv==1.2.2
|
| 72 |
+
pytz==2025.2
|
| 73 |
+
pyyaml==6.0.3
|
| 74 |
+
questionary==2.1.1
|
| 75 |
+
regex==2025.11.3
|
| 76 |
+
requests==2.32.4
|
| 77 |
+
rich==14.3.4
|
| 78 |
+
rouge-score==0.1.2
|
| 79 |
+
sacrebleu==2.6.0
|
| 80 |
+
safetensors==0.8.0
|
| 81 |
+
scikit-learn==1.6.1
|
| 82 |
+
scipy==1.16.3
|
| 83 |
+
setuptools==75.2.0
|
| 84 |
+
shellingham==1.5.4
|
| 85 |
+
six==1.17.0
|
| 86 |
+
sqlalchemy==2.0.52
|
| 87 |
+
sqlitedict==2.1.0
|
| 88 |
+
sympy==1.14.0
|
| 89 |
+
tabledata==1.3.5
|
| 90 |
+
tabulate==0.9.0
|
| 91 |
+
tcolorpy==0.1.7
|
| 92 |
+
threadpoolctl==3.6.0
|
| 93 |
+
tokenizers==0.22.2
|
| 94 |
+
tomli-w==1.2.0
|
| 95 |
+
torch==2.11.0
|
| 96 |
+
torchaudio==2.11.0
|
| 97 |
+
torchvision==0.26.0
|
| 98 |
+
tqdm==4.67.3
|
| 99 |
+
transformers==5.15.0
|
| 100 |
+
triton==3.6.0
|
| 101 |
+
typepy==1.3.5
|
| 102 |
+
typer==0.27.1
|
| 103 |
+
typing-extensions==4.16.0
|
| 104 |
+
typing-inspection==0.4.4
|
| 105 |
+
tzdata==2026.3
|
| 106 |
+
urllib3==2.5.0
|
| 107 |
+
wcwidth==0.8.2
|
| 108 |
+
word2number==1.1
|
| 109 |
+
xxhash==4.0.0
|
| 110 |
+
zipp==4.1.0
|