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

Gaianet Node error... Please help me fix this error #107

Open
rajkc3196 opened this issue Jul 15, 2024 · 4 comments
Open

Gaianet Node error... Please help me fix this error #107

rajkc3196 opened this issue Jul 15, 2024 · 4 comments

Comments

@rajkc3196
Copy link

line 565: 16189 Illegal instruction nohup "${cmd[@]}" > $log_dir/start-llamaedge.log 2>&1...
gaianet

@alabulei1
Copy link
Contributor

Can you tell me more about your machine information?

  • OS version
  • Ram

@rajkc3196
Copy link
Author

Can you tell me more about your machine information?

  • OS version
  • Ram

windows 10 ... 12gb ram

@juntao
Copy link
Contributor

juntao commented Jul 24, 2024

It is likely that your CPU does not support the modern AVX instructions.

Can you try to update WasmEdge to an no-avx version in WSL?

curl -sSf https://raw.githubusercontent.com/WasmEdge/WasmEdge/master/utils/install_v2.sh | bash -s -- -v 0.13.5 --noavx

You can try gaianet start again after that. Thanks.

@CodeAunt
Copy link
Contributor

CodeAunt commented Jul 28, 2024

It is likely that your CPU does not support the modern AVX instructions.

Can you try to update WasmEdge to an no-avx version in WSL?

curl -sSf https://raw.githubusercontent.com/WasmEdge/WasmEdge/master/utils/install_v2.sh | bash -s -- -v 0.13.5 --noavx

You can try gaianet start again after that. Thanks.

Also get this error in M1 OSX, 16G and this solution doesn't help.

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

4 participants