sa-code
sa-code
MModular
Created by Jack Clayton on 6/27/2024 in #community-showcase
Beta test Llama3 serving and GUI on MAX Nightly
modular-cli is also up to date at modular 0.9.1 (3460d12e)
38 replies
MModular
Created by Jack Clayton on 6/27/2024 in #community-showcase
Beta test Llama3 serving and GUI on MAX Nightly
Confirming that I've just run modular clean and modular install nightly/max Both my zshrc and zprofile have the following lines
export MODULAR_HOME="/Users/skapadia/.modular"
export PATH="/Users/skapadia/.modular/pkg/packages.modular.com_nightly_max/bin:$PATH"
export PATH="/Users/skapadia/.modular/pkg/packages.modular.com_nightly_mojo/bin:$PATH"
export MODULAR_HOME="/Users/skapadia/.modular"
export PATH="/Users/skapadia/.modular/pkg/packages.modular.com_nightly_max/bin:$PATH"
export PATH="/Users/skapadia/.modular/pkg/packages.modular.com_nightly_mojo/bin:$PATH"
38 replies
MModular
Created by Jack Clayton on 6/27/2024 in #community-showcase
Beta test Llama3 serving and GUI on MAX Nightly
38 replies
MModular
Created by Jack Clayton on 6/27/2024 in #community-showcase
Beta test Llama3 serving and GUI on MAX Nightly
hm no luck even after running pixi run setup 😦 I'm not sure if I'm doing something off
38 replies
MModular
Created by Jack Clayton on 6/27/2024 in #community-showcase
Beta test Llama3 serving and GUI on MAX Nightly
I also get ModuleNotFoundError: No module named 'max' for StableDiffusion, even though nightly max and nightly mojo are both on the path in my .zshrc and my .zprofile
38 replies
MModular
Created by Jack Clayton on 6/27/2024 in #community-showcase
Beta test Llama3 serving and GUI on MAX Nightly
No description
38 replies
MModular
Created by Krisztian Szucs on 7/19/2024 in #community-showcase
Firebolt: In-progress implementation of Apache Arrow in Mojo
Awesome, DMing you to coordinate
25 replies
MModular
Created by Krisztian Szucs on 7/19/2024 in #community-showcase
Firebolt: In-progress implementation of Apache Arrow in Mojo
@Maxim worked on generating the flatbuffer schema files for arrow in mojo here as part of a different effort for arrow in mojo: https://github.com/mojo-data/arrow-schema Just wanted to let you know in case it's useful to you. I'm also open to collaborating if you're open to it as well!
25 replies
MModular
Created by sa-code on 6/21/2024 in #community-showcase
arrow.mojo
Maxim and I actually met for lunch a few days ago 🙂
4 replies
MModular
Created by sa-code on 6/11/2024 in #questions
Importing package in test
Thanks!
3 replies
MModular
Created by ziyu4huang on 10/9/2023 in #questions
How to call function in share library
Although I just saw this post from @ihnorton https://github.com/ihnorton/mojo-ffi
6 replies
MModular
Created by ziyu4huang on 10/9/2023 in #questions
How to call function in share library
Yeah the documentation around it isn't great - I have personally only used the c stdlib so far
6 replies
MModular
Created by Jack Clayton on 9/8/2023 in #questions
Native apple silicon macOS m1 and m2 support
Wooooooo
110 replies
MModular
Created by polars on 10/17/2023 in #questions
Compile Mojo Python
not yet!
3 replies
MModular
Created by Jack Clayton on 9/8/2023 in #questions
Native apple silicon macOS m1 and m2 support
Tomorrow's the day
110 replies
MModular
Created by ziyu4huang on 10/9/2023 in #questions
How to call function in share library
Hm it looks like @ziyu4huang has a lot of it figured out already. What's the error that you're running into?
6 replies
MModular
Created by Jake Brooks on 10/3/2023 in #questions
Possible to get a meaningful time value?
I've also just added DateTimeLocal.now() which will get your system's local time
14 replies
MModular
Created by Bakobiibizo on 10/4/2023 in #questions
dont suppose anyone knows how to use modular to shard data and run it through a tpu?
Congratulations on the grant btw! You might want to look at JAX for the time being
3 replies
MModular
Created by Bakobiibizo on 10/4/2023 in #questions
dont suppose anyone knows how to use modular to shard data and run it through a tpu?
Right now it only support cpu as a target
3 replies
MModular
Created by Jake Brooks on 10/3/2023 in #questions
Possible to get a meaningful time value?
I did it so you don't have to
14 replies