Issue with importing safetensors generated by PyTorch #4184
|
The network structure I want to load is a bit complex, with non-tensor fields in the model, such as Int, and also torch.views. I encountered problems during import and can't find a way to ignore these fields |
Answered by
antimora
Dec 14, 2025
Replies: 1 comment 3 replies
|
Have you tried SafetensorsStore? It is in burn-store Also use PyTorchAdapter with safetensors |
3 replies
Answer selected by
the-pawn-2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Have you tried SafetensorsStore? It is in burn-store
Also use PyTorchAdapter with safetensors