Instructions to use Zynerji/Ektome-Qwen2.5-Coder-7B-Instruct-PristinelyUncensored with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- llama-cpp-python
How to use Zynerji/Ektome-Qwen2.5-Coder-7B-Instruct-PristinelyUncensored with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="Zynerji/Ektome-Qwen2.5-Coder-7B-Instruct-PristinelyUncensored", filename="Ektome-Qwen2.5-Coder-7B-Instruct-IQ3_M.gguf", )
llm.create_chat_completion( messages = [ { "role": "user", "content": "What is the capital of France?" } ] ) - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use Zynerji/Ektome-Qwen2.5-Coder-7B-Instruct-PristinelyUncensored 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 Zynerji/Ektome-Qwen2.5-Coder-7B-Instruct-PristinelyUncensored:Q4_K_M # Run inference directly in the terminal: llama cli -hf Zynerji/Ektome-Qwen2.5-Coder-7B-Instruct-PristinelyUncensored:Q4_K_M
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf Zynerji/Ektome-Qwen2.5-Coder-7B-Instruct-PristinelyUncensored:Q4_K_M # Run inference directly in the terminal: llama cli -hf Zynerji/Ektome-Qwen2.5-Coder-7B-Instruct-PristinelyUncensored: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 Zynerji/Ektome-Qwen2.5-Coder-7B-Instruct-PristinelyUncensored:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf Zynerji/Ektome-Qwen2.5-Coder-7B-Instruct-PristinelyUncensored: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 Zynerji/Ektome-Qwen2.5-Coder-7B-Instruct-PristinelyUncensored:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf Zynerji/Ektome-Qwen2.5-Coder-7B-Instruct-PristinelyUncensored:Q4_K_M
Use Docker
docker model run hf.co/Zynerji/Ektome-Qwen2.5-Coder-7B-Instruct-PristinelyUncensored:Q4_K_M
- LM Studio
- Jan
- vLLM
How to use Zynerji/Ektome-Qwen2.5-Coder-7B-Instruct-PristinelyUncensored with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "Zynerji/Ektome-Qwen2.5-Coder-7B-Instruct-PristinelyUncensored" # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:8000/v1/chat/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "Zynerji/Ektome-Qwen2.5-Coder-7B-Instruct-PristinelyUncensored", "messages": [ { "role": "user", "content": "What is the capital of France?" } ] }'Use Docker
docker model run hf.co/Zynerji/Ektome-Qwen2.5-Coder-7B-Instruct-PristinelyUncensored:Q4_K_M
- Ollama
How to use Zynerji/Ektome-Qwen2.5-Coder-7B-Instruct-PristinelyUncensored with Ollama:
ollama run hf.co/Zynerji/Ektome-Qwen2.5-Coder-7B-Instruct-PristinelyUncensored:Q4_K_M
- Unsloth Studio
How to use Zynerji/Ektome-Qwen2.5-Coder-7B-Instruct-PristinelyUncensored 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 Zynerji/Ektome-Qwen2.5-Coder-7B-Instruct-PristinelyUncensored 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 Zynerji/Ektome-Qwen2.5-Coder-7B-Instruct-PristinelyUncensored to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for Zynerji/Ektome-Qwen2.5-Coder-7B-Instruct-PristinelyUncensored to start chatting
- Pi
How to use Zynerji/Ektome-Qwen2.5-Coder-7B-Instruct-PristinelyUncensored with Pi:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf Zynerji/Ektome-Qwen2.5-Coder-7B-Instruct-PristinelyUncensored: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": "Zynerji/Ektome-Qwen2.5-Coder-7B-Instruct-PristinelyUncensored:Q4_K_M" } ] } } }Run Pi
# Start Pi in your project directory: pi
- Hermes Agent new
How to use Zynerji/Ektome-Qwen2.5-Coder-7B-Instruct-PristinelyUncensored with Hermes Agent:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf Zynerji/Ektome-Qwen2.5-Coder-7B-Instruct-PristinelyUncensored: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 Zynerji/Ektome-Qwen2.5-Coder-7B-Instruct-PristinelyUncensored:Q4_K_M
Run Hermes
hermes
- Atomic Chat new
- OpenClaw new
How to use Zynerji/Ektome-Qwen2.5-Coder-7B-Instruct-PristinelyUncensored with OpenClaw:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf Zynerji/Ektome-Qwen2.5-Coder-7B-Instruct-PristinelyUncensored: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 "Zynerji/Ektome-Qwen2.5-Coder-7B-Instruct-PristinelyUncensored: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"
- Docker Model Runner
How to use Zynerji/Ektome-Qwen2.5-Coder-7B-Instruct-PristinelyUncensored with Docker Model Runner:
docker model run hf.co/Zynerji/Ektome-Qwen2.5-Coder-7B-Instruct-PristinelyUncensored:Q4_K_M
- Lemonade
How to use Zynerji/Ektome-Qwen2.5-Coder-7B-Instruct-PristinelyUncensored with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull Zynerji/Ektome-Qwen2.5-Coder-7B-Instruct-PristinelyUncensored:Q4_K_M
Run and chat with the model
lemonade run user.Ektome-Qwen2.5-Coder-7B-Instruct-PristinelyUncensored-Q4_K_M
List all available models
lemonade list
Add Sphragis certificate (n=2800): PASS
Browse files|
@@ -0,0 +1,133 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"sphragis_version": "0.1.0",
|
| 3 |
+
"generated_at": "2026-07-26T22:50:16.638557+00:00",
|
| 4 |
+
"reference": {
|
| 5 |
+
"endpoint": "http://127.0.0.1:8080/v1",
|
| 6 |
+
"model": "ref"
|
| 7 |
+
},
|
| 8 |
+
"candidate": {
|
| 9 |
+
"endpoint": "http://127.0.0.1:8081/v1",
|
| 10 |
+
"model": "cand"
|
| 11 |
+
},
|
| 12 |
+
"pack": {
|
| 13 |
+
"name": "/root/pack_v2.jsonl",
|
| 14 |
+
"n_tasks": 2800,
|
| 15 |
+
"sha256": "2de27099bbb15bab4f7b35599b215f038fdb68b3f5f4e1cda1a464f9dd18e14e"
|
| 16 |
+
},
|
| 17 |
+
"overall": "PASS",
|
| 18 |
+
"claim": "For every axis, the candidate was demonstrated non-inferior to the reference: the one-sided 95% upper confidence bound on the accuracy regression is below the margin of 3.0%.",
|
| 19 |
+
"axes": [
|
| 20 |
+
{
|
| 21 |
+
"axis": "arithmetic",
|
| 22 |
+
"n": 1400,
|
| 23 |
+
"counts": {
|
| 24 |
+
"both_correct": 1205,
|
| 25 |
+
"ref_only": 5,
|
| 26 |
+
"cand_only": 6,
|
| 27 |
+
"both_wrong": 184
|
| 28 |
+
},
|
| 29 |
+
"acc_reference": 0.864286,
|
| 30 |
+
"acc_candidate": 0.865,
|
| 31 |
+
"regression_d": -0.000714,
|
| 32 |
+
"d_ci": [
|
| 33 |
+
-0.005714,
|
| 34 |
+
0.004286
|
| 35 |
+
],
|
| 36 |
+
"d_upper_bound": 0.002857,
|
| 37 |
+
"p_regression": 0.72558594,
|
| 38 |
+
"p_regression_holm": 1.0,
|
| 39 |
+
"p_improvement": 0.5,
|
| 40 |
+
"improved": false,
|
| 41 |
+
"mde_at_power": 0.005886,
|
| 42 |
+
"n_needed_for_margin": 204,
|
| 43 |
+
"verdict": "PASS",
|
| 44 |
+
"reason": "non_inferior_within_margin"
|
| 45 |
+
},
|
| 46 |
+
{
|
| 47 |
+
"axis": "instruction",
|
| 48 |
+
"n": 600,
|
| 49 |
+
"counts": {
|
| 50 |
+
"both_correct": 394,
|
| 51 |
+
"ref_only": 4,
|
| 52 |
+
"cand_only": 2,
|
| 53 |
+
"both_wrong": 200
|
| 54 |
+
},
|
| 55 |
+
"acc_reference": 0.663333,
|
| 56 |
+
"acc_candidate": 0.66,
|
| 57 |
+
"regression_d": 0.003333,
|
| 58 |
+
"d_ci": [
|
| 59 |
+
-0.005,
|
| 60 |
+
0.011667
|
| 61 |
+
],
|
| 62 |
+
"d_upper_bound": 0.01,
|
| 63 |
+
"p_regression": 0.34375,
|
| 64 |
+
"p_regression_holm": 1.0,
|
| 65 |
+
"p_improvement": 0.890625,
|
| 66 |
+
"improved": false,
|
| 67 |
+
"mde_at_power": 0.01,
|
| 68 |
+
"n_needed_for_margin": 204,
|
| 69 |
+
"verdict": "PASS",
|
| 70 |
+
"reason": "non_inferior_within_margin"
|
| 71 |
+
},
|
| 72 |
+
{
|
| 73 |
+
"axis": "knowledge",
|
| 74 |
+
"n": 400,
|
| 75 |
+
"counts": {
|
| 76 |
+
"both_correct": 387,
|
| 77 |
+
"ref_only": 0,
|
| 78 |
+
"cand_only": 0,
|
| 79 |
+
"both_wrong": 13
|
| 80 |
+
},
|
| 81 |
+
"acc_reference": 0.9675,
|
| 82 |
+
"acc_candidate": 0.9675,
|
| 83 |
+
"regression_d": 0.0,
|
| 84 |
+
"d_ci": [
|
| 85 |
+
0.0,
|
| 86 |
+
0.0
|
| 87 |
+
],
|
| 88 |
+
"d_upper_bound": 0.0,
|
| 89 |
+
"p_regression": 1.0,
|
| 90 |
+
"p_regression_holm": 1.0,
|
| 91 |
+
"p_improvement": 1.0,
|
| 92 |
+
"improved": false,
|
| 93 |
+
"mde_at_power": null,
|
| 94 |
+
"n_needed_for_margin": 204,
|
| 95 |
+
"verdict": "PASS",
|
| 96 |
+
"reason": "non_inferior_within_margin"
|
| 97 |
+
},
|
| 98 |
+
{
|
| 99 |
+
"axis": "reasoning",
|
| 100 |
+
"n": 400,
|
| 101 |
+
"counts": {
|
| 102 |
+
"both_correct": 381,
|
| 103 |
+
"ref_only": 0,
|
| 104 |
+
"cand_only": 0,
|
| 105 |
+
"both_wrong": 19
|
| 106 |
+
},
|
| 107 |
+
"acc_reference": 0.9525,
|
| 108 |
+
"acc_candidate": 0.9525,
|
| 109 |
+
"regression_d": 0.0,
|
| 110 |
+
"d_ci": [
|
| 111 |
+
0.0,
|
| 112 |
+
0.0
|
| 113 |
+
],
|
| 114 |
+
"d_upper_bound": 0.0,
|
| 115 |
+
"p_regression": 1.0,
|
| 116 |
+
"p_regression_holm": 1.0,
|
| 117 |
+
"p_improvement": 1.0,
|
| 118 |
+
"improved": false,
|
| 119 |
+
"mde_at_power": null,
|
| 120 |
+
"n_needed_for_margin": 204,
|
| 121 |
+
"verdict": "PASS",
|
| 122 |
+
"reason": "non_inferior_within_margin"
|
| 123 |
+
}
|
| 124 |
+
],
|
| 125 |
+
"params": {
|
| 126 |
+
"margin": 0.03,
|
| 127 |
+
"alpha": 0.05,
|
| 128 |
+
"n_floor": 30,
|
| 129 |
+
"power": 0.8,
|
| 130 |
+
"n_boot": 4000,
|
| 131 |
+
"seed": 0
|
| 132 |
+
}
|
| 133 |
+
}
|