10 Commits

Author SHA1 Message Date
Patrick Rachford 22687b7d40 [Skills] Render memory_planner in import-model scaffold and document
batching

The scaffolded arch.py omitted memory_planner, so ported KV-cache
models silently used degraded memory estimation; render it in the
skeleton and document how batching is inherited in SKILL.md.

MODULAR_ORIG_COMMIT_REV_ID: 3d73290461dc771deabe61fc524416446e8e35d3
2026-08-28 08:54:06 +00:00
Kate Caldwell a85422d7da [MAX] Resolve the sequence length at construction (#96777)
MODULAR_ORIG_COMMIT_REV_ID: 97339cb01b2faf2f124b7620bdc8a47c89805fb5
2026-08-22 20:08:10 +00:00
Patrick Rachford 164f9e0166 [Skills] Fix stale MAX API references in import-model, serve-model,
new-modular-project

MODULAR_ORIG_COMMIT_REV_ID: 7eb9d3bdc91b7213d49d1e074d3ada4f8b14cba7
2026-08-21 06:21:31 +00:00
Alex Trotta e9098e9841 [lint] Fix EXE001 lints
Removing the bad lines, if people want this functionality for their
scripts they can go back and mark it as excecutable. This won't break
anything.

MODULAR_ORIG_COMMIT_REV_ID: 529c5c5fcf3c33ba314d3c74816fc6bfefe4ed52
2026-08-19 20:37:34 +00:00
Scott Main c10aa88b37 [docs] Update links to MAX documentation
All docs moved from docs.modular.com to max.modular.com

MODULAR_ORIG_COMMIT_REV_ID: 34f1c8c3101e20dd4ad347f703ca036f17d3be9d
2026-08-18 14:42:01 +00:00
Scott Main 86952dc23a [docs][skills] Install max instead of modular
Update various instances of install commands to use `max[all]` or other
packages as appropriate (remove some if not necessary).

MODULAR_ORIG_COMMIT_REV_ID: 9e93b8476c329efd90953b1be1637cf3afb57d0a
2026-08-05 07:43:07 +00:00
Scott Main fef4752144 [docs] Refactor MAX docs, remove /max path in build output
The website is now just MAX docs, so this path is redundant. Also
reorganize a bit to better reflect the latest framework information
architecture:
- Move `deploy/` into `serve/`
- Move `inference/` into `serve/`
- Move `graph/` into `develop/`

This doesn’t move the source files to remove the `/max` path in the
repo, but instead changes the build configuration to strip the `/max`
prefix when generating the docs build. This makes the change a lot more
simple and primarily requires updating a lot of links.

We can come back later to delete the `/max` path in the source, but it’s
not urgent.

MODULAR_ORIG_COMMIT_REV_ID: 2d37611db386612ef73f98848caa7af8a63f1d0b
2026-07-30 15:20:02 +00:00
Kate Caldwell 244d181b9b [Pipelines] Stop resolving rope_type onto the model config; default in the consumer (#92565)
MODULAR_ORIG_COMMIT_REV_ID: 9ab7e37f1eaa5ce2c22fa949e09006e32be21fe8
2026-07-22 07:03:08 +00:00
Kate Caldwell af92dee167 [Pipelines] Introduce context/ package: rename core/, consolidate per-request types (#88129)
MODULAR_ORIG_COMMIT_REV_ID: 180998ec49612d42915cdcd8b4f448789e430d9f
2026-06-07 07:49:01 +00:00
Patrick Rachford 45ebeac3ee [Skills] Rename skill port a model
Rename to import-model

MODULAR_ORIG_COMMIT_REV_ID: 6f84066533a40d9143c42813b1a904879fb7c88f
2026-05-29 15:05:14 +00:00