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

[QUESTION] The architecture version is inconsistent #356

Open
Doraemonwei opened this issue Jan 22, 2025 · 1 comment
Open

[QUESTION] The architecture version is inconsistent #356

Doraemonwei opened this issue Jan 22, 2025 · 1 comment

Comments

@Doraemonwei
Copy link

Question or Issue

In the install.sh file, ARCH are distinguished:

ARCH=$(uname -m)
case "$ARCH" in
    x86_64) ARCH="amd64" ;;
    aarch64|arm64) ARCH="arm64" ;;
    *) error "Unsupported architecture: $ARCH" ;;
esac

but the actual download is directly downloaded regardless of the schema:
The downloaded files are all nexa-0.0.9.7-linux-cpu.tar.gz
So I ended up with an x86-64 on my aarch64 machine,it should be arm64

file /opt/nexa-linux-cpu/nexa-linux-cpu
/opt/nexa-linux-cpu/nexa-linux-cpu: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=8485f6953c06d12b9865185ba3466fdbf9b4a65c, for GNU/Linux 2.6.32, stripped

OS

No response

Python Version

No response

Nexa SDK Version

No response

GPU (if using one)

No response

@top
Copy link

top commented Jan 24, 2025

yes same issue here
it reads the arch but not use it afterwards

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants