Tilman Hoffbauer
Tilman Hoffbauer
I found this to happen if I set `target-cpu=native` in my cargo config. Maybe `wasm-pack` could overwrite this with the WASM target?
I am happy that you like the project :slightly_smiling_face: I initially planned to extend this project with collaboration support, especially since excalidraw factored out their collaboration logic. However, I do...
> Hi! I believe support for this would need to be added over in https://github.com/indygreg/python-build-standalone/ I don't think so. After all, that project already publishes corresponding builds ([e.g., on this...
ping :slightly_smiling_face:
I am running into the same issue. The workaround works for me as well. I have this issue on an enterprise linux 8.10.
I just want to share that for my workflow, based only on `torch.compile()` and not `torch.export()`, this PR works. Thanks a lot!
It seems like [`StatefulDataLoader`](https://pytorch.org/data/main/stateful_dataloader_tutorial.html) from `torchdata` might help here. However, if I replace my old data loader with `StatefulDataLoader`, I cannot find a corresponding entry in the saved checkpoint. The...