modal-llm-serving

Installation
SKILL.md

Modal LLM Serving

Quick Start

  1. Verify the actual local Modal environment before writing code.
modal --version
python -c "import modal,sys; print(modal.__version__); print(sys.executable)"
modal profile current
  • Do not assume the default python interpreter matches the environment behind the modal CLI.
  1. Confirm that the request is really about self-hosted open-weight text generation on Modal.
Installs
7
GitHub Stars
3
First Seen
Mar 6, 2026
modal-llm-serving — jamesrobmccall/modal_skills