Required resources for AI model training.
Max 24.6 try to start Jupyter with nightly instead of the release version
Is the Mojo team working w/ the core Python team?
Starting with Mojo
Telemetry Data @ the command line
List memory preallocation
var large_list = List[int](capacity=5)
var large_list = List[int](capacity=5)
error: 'https://dl.modular.com/public/magic/raw/versions/latest/magic-x86_64-apple-darwin' not found
Strange CLI Hang
magic
CLI with commands like:...Max/Mojo license question
use the SDK in an Application or standalone, or otherwise develop an Application in Mojo, for any Competitive Activity;Does that mean that, if I use the Mojo language (not Max) to develop something similar to Max or Ray (https://www.ray.io/) I'll be breaching the license terms?...
Mojo equivalent of Python class parameters
model.parameters
.
Is there an equivalent for a struct in Mojo?
I would like to pass it to something like: torch.optim.Adam(model.parameters(), ...)
....Are there benchmarks available for llama 3.1 8b running on max?
`tensor.tensor.Tensor`, `max.tensor.Tensor` or `max.driver.Tensor`?
tensor.tensor.Tensor
, max.tensor.Tensor
or max.driver.Tensor
? The first one might be a re-export of the second, but max.driver.Tensor
is the only one which seems to handle multi-device, however most of the max APIs don't seem to work on it despite it seeming to be a better match for ManagedTensorSlice
. However, I don't see a way to move data off of the GPU with the max.tensor.Tensor
/tensor.tensor.Tensor
variants, and I get segfaults in what looks like a memcpy f...Single Executable Binary just like Go Lang?
I don't quite understand the overall concept of MLIR
One liner to open "magic shell" + "magic build"
Compile time float pow is crashing, is there a proper way to do this?
open-source/mojo/stdlib/stdlib/sys/intrinsics.mojo:90:14: note: LLVM intrinsic operand has unknown value: #pop<simd "1.8618819175149959"> : !pop.scalar<f64>
```rs
alias num = 1.23 ** 4.56...Will MAX GPU or NPU support come to Qualcomm xelite chips?
Is it possible to get the origin of `strs` in `fn name(*strs: String)`?
invalid call to 'append': method argument #0 cannot be converted from 'List[StringSlice[strs]]' to 'List[StringSlice[strs]]'
Seems like a bug, but maybe there's a proper way to do this?
```rs...