max
max copied to clipboard
A collection of sample programs, notebooks, and tools which highlight the power of the MAX Platform
### Bug description When running `python3 triton-inference.py --input "Paris is the [MASK] of France."` the following is returned: ``` Processing input... Input processed. Executing model... Model executed. Traceback (most recent...
### 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...
### What is your request? I discovered that the only possibility to run a quantized model is to use q4 and q6 quants. Why not adding q8 quants? Seems very...
## Here is my system info: (removed info not needed) me@i7Laptop:~/hello-magic$ uname -r 5.15.153.1-microsoft-standard-WSL2 (I can't figure out why the following is bold -- MD renderer bad? ) me@i7Laptop:~/hello-magic$ cat...
### Bug description When installing the Mojo extension for VSCode, I get the error `Couldn't install the MAX SDK for VS Code`. ### Steps to reproduce I am not sure...
Not sure if this is a Pixi or Magic thing, but environment names request "only lower case letters, numbers and dashes". Oddly/interestingly, one can add them and then they can't...
### Where is the problem? https://docs.modular.com/max/tutorials/magic ### What can we do better? The page https://docs.modular.com/max/tutorials/magic#step-5-use-a-nested-package suggests running `magic run bash local/zero` but that returns "local/zero: local/zero: cannot execute binary file"...
### Bug description I ran the YOLO example from "max/examples/inference/yolo-python-onnx" and it worked well. However, I noticed that memory usage kept increasing until the device crashed. To diagnose the issue,...
### Bug description Can't run magic shell after installing everything on my Mac ### Steps to reproduce Follow these instructions to a tee on Mac M3: https://docs.modular.com/max/get-started At the end,...
### Bug description VS Code can no longer debug Mojo with the max 24.5 SDK installed with Magic CLI. Trying to run Debug Mojo File ends with the error message...