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
2
GitHub Stars
4
First Seen
Jun 1, 2026
modal-llm-serving — jamesrobmccall/modal-skills