Text Generation
Transformers
Safetensors
MLX
code
llama
fill-in-the-middle
multi-token-prediction
speculative-decoding
apple-silicon
text-generation-inference
Instructions to use philipjohnbasile/wisp-coder-110m with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use philipjohnbasile/wisp-coder-110m with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-generation", model="philipjohnbasile/wisp-coder-110m")# Load model directly from transformers import AutoTokenizer, AutoModelForCausalLM tokenizer = AutoTokenizer.from_pretrained("philipjohnbasile/wisp-coder-110m") model = AutoModelForCausalLM.from_pretrained("philipjohnbasile/wisp-coder-110m", device_map="auto") - MLX
How to use philipjohnbasile/wisp-coder-110m with MLX:
# Make sure mlx-lm is installed # pip install --upgrade mlx-lm # if on a CUDA device, also pip install mlx[cuda] # Generate text with mlx-lm from mlx_lm import load, generate model, tokenizer = load("philipjohnbasile/wisp-coder-110m") prompt = "Once upon a time in" text = generate(model, tokenizer, prompt=prompt, verbose=True) - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- LM Studio
- vLLM
How to use philipjohnbasile/wisp-coder-110m with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "philipjohnbasile/wisp-coder-110m" # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:8000/v1/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "philipjohnbasile/wisp-coder-110m", "prompt": "Once upon a time,", "max_tokens": 512, "temperature": 0.5 }'Use Docker
docker model run hf.co/philipjohnbasile/wisp-coder-110m
- SGLang
How to use philipjohnbasile/wisp-coder-110m with SGLang:
Install from pip and serve model
# Install SGLang from pip: pip install sglang # Start the SGLang server: python3 -m sglang.launch_server \ --model-path "philipjohnbasile/wisp-coder-110m" \ --host 0.0.0.0 \ --port 30000 # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:30000/v1/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "philipjohnbasile/wisp-coder-110m", "prompt": "Once upon a time,", "max_tokens": 512, "temperature": 0.5 }'Use Docker images
docker run --gpus all \ --shm-size 32g \ -p 30000:30000 \ -v ~/.cache/huggingface:/root/.cache/huggingface \ --env "HF_TOKEN=<secret>" \ --ipc=host \ lmsysorg/sglang:latest \ python3 -m sglang.launch_server \ --model-path "philipjohnbasile/wisp-coder-110m" \ --host 0.0.0.0 \ --port 30000 # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:30000/v1/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "philipjohnbasile/wisp-coder-110m", "prompt": "Once upon a time,", "max_tokens": 512, "temperature": 0.5 }' - MLX LM
How to use philipjohnbasile/wisp-coder-110m with MLX LM:
Generate or start a chat session
# Install MLX LM uv tool install mlx-lm # Generate some text mlx_lm.generate --model "philipjohnbasile/wisp-coder-110m" --prompt "Once upon a time"
- Docker Model Runner
How to use philipjohnbasile/wisp-coder-110m with Docker Model Runner:
docker model run hf.co/philipjohnbasile/wisp-coder-110m
- Atomic Chat
File size: 1,845 Bytes
818282c | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 | {
"checkpoint": {
"master_sha256": "89e81fb899d054cefaeca89443c20e4d4636167f43cfbc3f47579f79f5f27f22",
"meta_sha256": "e313c82a3cc153902fe29fce8fe1c9b334bc48d20fcdd81b3bf69a3ccfc4f4eb",
"optimizer_sha256": "bab7d8b72e22565b0be52bbe8262955247b0442afe277030f2e6aadba55534eb",
"path": "local-path-redacted"
},
"created_at": "2026-08-03T15:17:45.764610+00:00",
"logits": {
"argmax_agreement": 1.0,
"logit_scale": 17.315311431884766,
"max_abs_delta": 0.023816078901290894,
"relative_delta_threshold": 0.01,
"relative_max_abs_delta": 0.0013754346258788902,
"shape": [
24,
32768
]
},
"package": {
"export_dir": "local-path-redacted",
"export_manifest_sha256": "26b6a22f5fc7bea914ba436a9190c8eae8fd4607dd66313649294b5b04ece5ef",
"repo_id": "philipjohnbasile/wisp-coder-110m",
"source_checkpoint": {
"master_sha256": "89e81fb899d054cefaeca89443c20e4d4636167f43cfbc3f47579f79f5f27f22",
"meta_sha256": "e313c82a3cc153902fe29fce8fe1c9b334bc48d20fcdd81b3bf69a3ccfc4f4eb",
"optimizer_sha256": "bab7d8b72e22565b0be52bbe8262955247b0442afe277030f2e6aadba55534eb",
"step": 19073
}
},
"passed": true,
"probe": {
"length": 24,
"seed": 0,
"token_ids_sha256": "20d1704df4d3cba8f5f4a8ea8c1b052ce0f57c218db78617bde3c5055942aa54"
},
"schema_version": 1,
"status": "verified",
"tokenizer": {
"byte_roundtrip_exact": true,
"eos_token_id": 0,
"pad_token_id": 1,
"probe_sha256": "ba1a531f581d2e6094e978ed6f7aca7a8d92eeb62c6e7ad73ee692f7f18bc772",
"special_token_ids": [
0,
1,
2,
3,
4,
5,
6
]
},
"toolchain": {
"mlx": "0.32.0",
"platform": "macOS-27.0-arm64-arm-64bit-Mach-O",
"python": "3.14.6",
"torch": "2.13.0",
"transformers": "5.14.1"
}
}
|