Ehsan M. Kermani (Modular)
Ehsan M. Kermani (Modular)
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
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
4 replies
MModular
Created by Hasan Yousef on 9/12/2024 in #questions
Embedding
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
MModular
Created by Ryulord on 8/5/2024 in #questions
MLIR Docs
Those are part of Modular's internals. It's an ongoing effort to limit their mentions in docs.
12 replies
MModular
Created by samufi on 8/2/2024 in #questions
How can I write asynchronous code?
Async mojo isn't fully baked yet. There've been great amount of progress internally so stay tuned!
11 replies
MModular
Created by tonystratum on 7/23/2024 in #questions
max engine leaking?
Hey, could you create an issue and fill in the details https://github.com/modularml/max/issues?
4 replies
MModular
Created by olko on 6/21/2024 in #questions
Mojo SDK API-KEY?
Generally official docs are maintained and blog contents are transient.
5 replies
MModular
Created by olko on 6/21/2024 in #questions
Mojo SDK API-KEY?
That is a bit old and things have changed. Thanks for checking!
5 replies
MModular
Created by olko on 6/21/2024 in #questions
Mojo SDK API-KEY?
There's no API KEY for Mojo. Please follow the instructions here https://docs.modular.com/mojo/manual/get-started/#1-install-mojo
5 replies
MModular
Created by Arvin_David on 4/7/2024 in #questions
Check type of a variable
For Python, we already have py.type, example https://github.com/modularml/devrel-extras/blob/main/tweetorials/py-obj/py.mojo#L14 for Mojo variant LSP is the best solid bet.
4 replies
MModular
Created by taalhaataahir01022001 on 6/4/2024 in #questions
Time taken in Inference session
That's the time spent on compiling the graph. We'll soon exposing caching so that subsequent runs will become much faster.
4 replies