Ehsan M. Kermani (Modular)
MModular
•Created by Sushil on 12/26/2024 in #questions
error: 'https://dl.modular.com/public/magic/raw/versions/latest/magic-x86_64-apple-darwin' not found
Please create an issue and fill in the details here https://github.com/modularml/max/issues
5 replies
MModular
•Created by The Turing Taco Tales on 12/28/2024 in #questions
Max 24.6 try to start Jupyter with nightly instead of the release version
Please create an issue here and fill in the details https://github.com/modularml/max/issues
5 replies
MModular
•Created by Sai Saurab Scorelabs on 12/21/2024 in #questions
Are there benchmarks available for llama 3.1 8b running on max?
A lot was improved on the CPU front too since it was released a few months back for 24.5 (refer to https://www.modular.com/blog/max-24-5-with-sota-cpu-performance-for-llama-3-1) but the focus has been GPU for the recent 24.6 release https://www.modular.com/blog/max-gpu-state-of-the-art-throughput-on-a-new-genai-platform
14 replies
MModular
•Created by Pipsy_Highland on 10/15/2024 in #questions
Error on magic self-update
Please provide more details. There's also a new magic release so can do
magic self-update
7 replies
MModular
•Created by Dasor on 12/1/2024 in #questions
MNIST slower on MAX than on Pytorch
Also please clarify how you measured time. Note that the model compilation time needs to be seperated out.
12 replies
MModular
•Created by Dasor on 12/1/2024 in #questions
MNIST slower on MAX than on Pytorch
There's a new driver api and the old tensor implementation is slow because it's a value semantic tensor so copies a lot. Those contents will be updated. Please check out the the doc in the meantime https://docs.modular.com/max/api/python/driver and mojo api https://docs.modular.com/max/api/mojo/driver/
12 replies
MModular
•Created by Roman Milovsky on 11/24/2024 in #questions
Error 403 when 'magic init`
Not that I know of
6 replies
MModular
•Created by Roman Milovsky on 11/24/2024 in #questions
Error 403 when 'magic init`
Any chance there's an active a vpn or firewall preventing this in your network? If so, can you turn it off and try again. If the issue persists please create an issue here and fill in the details https://github.com/modularml/max/issues
6 replies
MModular
•Created by suri on 11/7/2024 in #questions
Error running https://builds.modular.com/builds/llama3/python example
Yes, thanks! We're aware. We'll revamp max build in a new project.
5 replies
MModular
•Created by suri on 11/7/2024 in #questions
Error running https://builds.modular.com/builds/llama3/python example
Please file and issue here and fill in the details https://github.com/modularml/max/issues
5 replies
MModular
•Created by kivicode on 11/2/2024 in #questions
Compiling a dynamic/static library
It's not exposed to users yet. We are working on it. Stay tuned!
4 replies
MModular
•Created by Tony on 11/4/2024 in #questions
anyone know why I might be this error about TorchInputSpec:
For Mojo API, to load a torchscript model please use https://docs.modular.com/max/api/mojo/engine/session/InputSpec
7 replies
MModular
•Created by Tony on 11/5/2024 in #questions
TorchInputSpec
Here is the Python API doc https://docs.modular.com/max/api/python/engine#max.engine.TorchInputSpec
2 replies
MModular
•Created by franchesoni on 10/17/2024 in #questions
mojo compile is non-deterministic ? (video)
Unfortunately, this is a sign of UB lurking somewhere in your code. Quick glance at your code and you're doing unsafe stuff. Suggest minimize unsafe pointer as much as possible.
6 replies
MModular
•Created by Pipsy_Highland on 10/15/2024 in #questions
Error on magic self-update
Please create an issue and fill in the details https://github.com/modularml/max/issues
7 replies
MModular
•Created by Hasan Yousef on 9/12/2024 in #questions
Embedding
Responded here https://discord.com/channels/1087530497313357884/1212827597323509870/1283878526411341944
3 replies
MModular
•Created by ddrkredzzz on 8/27/2024 in #questions
?Missing? API Docs for MAX/gRPC/Kserve?
Yes, correct! MAX serve Mojo API was decommissioned.
5 replies
MModular
•Created by ddrkredzzz on 8/27/2024 in #questions
?Missing? API Docs for MAX/gRPC/Kserve?
Thanks for your interest! Yes, it docs were pulled a while ago. Sorry for the inconvenience! We'll share more soon. Stay tuned!
5 replies
MModular
•Created by amiya_mandal on 8/6/2024 in #questions
Its possible to create SIMD vector at runtime
What error do you get? Are you initializing inside the
main
function?3 replies