Open bryceForrest opened 3 months ago
It looks like you're encountering an issue because your PyTorch installation doesn’t have MKL support, which is required for the operation with sparse tensors. If possible, try using a PyTorch build with MKL. You might need to switch to a different version or setup that includes MKL for better support with sparse CPU tensors.
Yeah, I mean I gathered that, but MKL doesn't support the Apple arm64 chips as far as I can tell.
I assume the solution here would be to have a fallback method if MKL is not available (or wait around for PyTorch to support this operation without MKL on their end).
🐛 Describe the bug
AddMetaPaths is not happy with me. Just basic usage going on here:
Versions