Closed erfanzar closed 1 year ago
Hey, it's so exciting to see the stuff you're building with Mojo! This error is likely due to an offset pointer being passed to the Tensor
type, or some other data structure that assumes it owns the backing pointer. I.e. it's probably a bug in your code.
actually i have test that many times the problem is with DTypePointer.free() and that will return The Error my code is fine
Bug description
right now im building an ML library and i built my own tensors and there's a little problem with loading the data from buffer and i get this error belove :
Steps to reproduce
first clone https://github.com/erfanzar/EasyDeL.git
go to lib/mojo
download these files
then paste this code and get the error :)
System information