Skip to content
New issue

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

Am i doing something wrong? #216

Open
3 tasks done
RealMrCactus opened this issue Aug 28, 2024 · 1 comment
Open
3 tasks done

Am i doing something wrong? #216

RealMrCactus opened this issue Aug 28, 2024 · 1 comment
Labels
question Further information is requested

Comments

@RealMrCactus
Copy link

Prerequisites

Before submitting your question, please ensure the following:

  • I am running the latest version of PowerInfer. Development is rapid, and as of now, there are no tagged versions.
  • I have carefully read and followed the instructions in the README.md.
  • I searched using keywords relevant to my issue to make sure that I am creating a new issue that is not already open (or closed).

Question Details

~/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.
@RealMrCactus RealMrCactus added the question Further information is requested label Aug 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants
@RealMrCactus and others