max
max copied to clipboard
ImportError: version `GLIBCXX_3.4.29' not found when following instructions on Get started with MAX
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 /etc/os-release NAME="Ubuntu" VERSION="20.04.6 LTS (Focal Fossa)" ID=ubuntu ID_LIKE=debian PRETTY_NAME="Ubuntu 20.04.6 LTS" VERSION_ID="20.04"
Issue Description:
When following instructions Get started with MAX at https://docs.modular.com/max/get-started
I get this error when running the step: bash run.sh here's the last bit of its output...
Model saved.
python3 simple-inference.py --text 'Paris is the [MASK] of France.' --model-path ../../models/bert-mlm.torchscript
Traceback (most recent call last):
File "/home/me/hello-magic/max/examples/inference/bert-python-torchscript/simple-inference.py", line 21, in