modularml / max

A collection of sample programs, notebooks, and tools which highlight the power of the MAX Platform
https://www.modular.com
Other
201 stars 31 forks source link

[Docs] Max Serve - Prompt example is out of date #183

Open anthony-chaudhary opened 3 days ago

anthony-chaudhary commented 3 days ago

Where is the problem?

The example is out of sync with code

What can we do better?

https://docs.modular.com/max/serve/get-started

python3 max/examples/inference/bert-python-torchscript/triton-inference.py \
  --text "Paris is the [MASK] of France."

--text was replaced by --input https://github.com/modularml/max/pull/154/files#diff-9912081dd60020f4d37e401adc5f1ab3e44268753442f39c7bbee73ddeb9daa0R60

Anything else?

No response