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 If you're on macOS and you want to use MAX Engine with a TorchScript model (or load both the torch and max Python packages), your torch version...

bug
max-repo

### Issue description modular install mojo modular: /\__w/modular/modular/Support/lib/Configuration.cpp:555: auto M::findModularFile(StringRef)::(anonymous class)::operator()(const std::filesystem::path &) const: Assertion `!ec && "error checking for path existence"' failed. Please submit a bug report to https://github.com/modularml/max/issues...

modular-cli
max-repo

### Issue description I installed Max to learn max. I'm attempting to run max/examples/inference/bert-python-torchscript/bash run,sh. I get the following error after updating settings with max, and pyramid_beaker: File "/hpome/sam/.local/lib/python3,10/site-packages/max/debug.py" line...

modular-cli

### Where is the problem? https://docs.modular.com/max/get-started ### What can we do better? Running under Ubuntu 22.04 with Python3.10 from max import engine ImportError: cannot import name 'engine' from 'max' ###...

documentation

### Bug description When I'm trying to install MAX Engine on Orange Pi platform i encounter problem below: During get-apt update i have this problem: **“repository 'https://dl.modular.com/public/installer/deb/ubuntu focal InRelease' doesn't...

enhancement

### Issue description I'm following the instructions [here](https://docs.modular.com/max/install) to get MAX installed on a SageMaker instance. I ran the command in step 1 and got the following output: ![Note to...

max-repo

### Issue description Inside a project environment and shell, running mojo REPL returns warning (github code copy icon is covering the last part which reads "0x1e", if you slide the...

max-repo
magic-cli

### What is your request? The `graph.ops.elementwise` module is missing some useful operations, notably: `tan` (as opposed to `tanh`), `acos`, `asin`, and `atan`. ### What is your motivation for this...

enhancement

### Where is the problem? There was no colab example ### What can we do better? Created a colab example here https://colab.research.google.com/drive/1Y2pJFwOm-v94sC6ivutmeitnRJixffhS#scrollTo=qJMfX-w5aKAX This adds the following blocks ``` !curl -s...

enhancement

### Bug description Following https://docs.modular.com/max/serve/get-started `bash deploy.sh` does not appear to work on WSL 2. Screenshot below shows the sleep operation keeps waiting. Manually running the health check shows connection...

bug