Closed this issue 2 months ago · 2 comments
When I use the flux1-schnell-Q4_K_S.gguf model, I encounter an error when it reaches the loader. “newbyteorder was removed from the ndarray class in NumPy 2.0. Use arr.view(arr.dtype.newbyteorder(order)) instead.”
newbyteorder
arr.view(arr.dtype.newbyteorder(order))
See this issue for more info: #7
TL;DR: For now, either downgrade numpy or apply the fix from that thread manually.