modal-llm-serving
Installation
SKILL.md
Modal LLM Serving
Quick Start
- 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
pythoninterpreter matches the environment behind themodalCLI.
- Confirm that the request is really about self-hosted open-weight text generation on Modal.