You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- What OS did you do install MAX on ? Ubuntu 22.04
- Provide version information for MAX by pasting the output of max -v`: `2024.9.405`- Provide version information for Mojo by pasting the output of mojo -v`: `2024.9.405`
- Provide Modular CLI version by pasting the output of `modular -v`
The text was updated successfully, but these errors were encountered:
Bug description
Installing MAX nightly using conda fails with
GLIBCXX_3.4.30
linker errors. Steps to reproduce are below.Installing these dependencies works for linux but aren't available on mac.
resolved the issue.
Confirming this is conda issue only and magic works as expected.
Steps to reproduce
conda create -n max-bare-conda python=3.12 -y conda activate max-bare-conda conda install max -c conda-forge -c https://conda.modular.com/max-nightly -y python -c "from max import engine; print(engine.__version__)" git clone -b nightly https://github.com/modularml/max
then
cd max/examples/inference/bert-c-torchscript
orbert-mojo-torchscript
andbash run.sh
fails withSystem information
The text was updated successfully, but these errors were encountered: