Gennadiy
MModular
•Created by Gennadiy on 12/16/2024 in #questions
Unable to use PyTorch from Mojo
That's great.
I solved the PyTorch issue by adding it to the channels array in mojoproject.toml like so:
channels = ["pytorch", "conda-forge", "https://conda.modular.com/max"]
33 replies
MModular
•Created by Gennadiy on 12/21/2024 in #questions
Mojo equivalent of Python class parameters
OK, thanks.
5 replies
MModular
•Created by Gennadiy on 12/16/2024 in #questions
Unable to use PyTorch from Mojo
OK, thanks. I will have a play around now.
33 replies
MModular
•Created by Gennadiy on 12/16/2024 in #questions
Unable to use PyTorch from Mojo
Ah, that;'s good to know.
One last question, can I add the dependency for openblas using magic and how do I do it? I am still figuring my way around mojo.
33 replies
MModular
•Created by Gennadiy on 12/16/2024 in #questions
Unable to use PyTorch from Mojo
It's an AMD Ryzen 9 4900HS.
33 replies
MModular
•Created by Gennadiy on 12/16/2024 in #questions
Unable to use PyTorch from Mojo
Is there any performance-related issue given that I am on an AMD system?
33 replies
MModular
•Created by Gennadiy on 12/16/2024 in #questions
Unable to use PyTorch from Mojo
Thanks. I will read through that page.
33 replies
MModular
•Created by Gennadiy on 12/16/2024 in #questions
Unable to use PyTorch from Mojo
Yes, I made sure to double-check.
33 replies
MModular
•Created by Gennadiy on 12/16/2024 in #questions
Unable to use PyTorch from Mojo
This the content of momproject.toml:
[project]
channels = ["conda-forge", "https://conda.modular.com/max-nightly"]
description = "Add a short description here"
name = "mojo_by_example-nightly"
platforms = ["linux-64"]
version = "0.1.0"
[tasks]
[dependencies]
max = ">=25.1.0.dev2024121305,<26"
numpy = ">=1.26.4,<2"
jax = ">=0.4.35,<0.5"
pydicom = ">=3.0.1,<4"
torchvision = ">=0.20.1,<0.21"
pytorch = ">=2.5.1,<3"
33 replies
MModular
•Created by Gennadiy on 12/16/2024 in #questions
Unable to use PyTorch from Mojo
How do I do that?
33 replies
MModular
•Created by ivellapillil on 5/15/2024 in #community-showcase
Online book on Mojo
Just got into Moj and found this. Excellent!!!
45 replies
MModular
•Created by Gennadiy on 12/3/2024 in #questions
Cannot start a mojo REPL in WSL
Got it working. I needed to install libtinfo-dev and zlib1g-dev.
6 replies
MModular
•Created by Gennadiy on 12/3/2024 in #questions
Cannot start a mojo REPL in WSL
No, still does not work.
6 replies