We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Before submitting your question, please ensure the following:
~/tenv/PowerInfer# python convert.py --outfile ./ReluLLaMA-70B-PowerInfer-GGUF/llama-70b-relu.powerinfer.gguf ./SparseLLM/ReluLLaMA-70B ./PowerInfer/ReluLLaMA-70B-Predictor Traceback (most recent call last): File "/root/tenv/PowerInfer/convert.py", line 1308, in <module> main() File "/root/tenv/PowerInfer/convert.py", line 1193, in main if np.uint32(1) == np.uint32(1).newbyteorder("<"): ^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: `newbyteorder` was removed from scalar types in NumPy 2.0. Use `sc.view(sc.dtype.newbyteorder(order))` instead.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Prerequisites
Before submitting your question, please ensure the following:
Question Details
The text was updated successfully, but these errors were encountered: