max icon indicating copy to clipboard operation
max copied to clipboard

A collection of sample programs, notebooks, and tools which highlight the power of the MAX Platform

Results 45 max issues
Sort by recently updated
recently updated
newest added

### 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...

bug

### 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...

documentation

### 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...

enhancement

## 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...

bug

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"...

documentation

### 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
24.6
engine-api

### 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

### 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...

bug