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

[Feature Request]: Building for ARM64 CPUs #1084

Open
1 task done
shinyzhu opened this issue Apr 23, 2024 · 0 comments
Open
1 task done

[Feature Request]: Building for ARM64 CPUs #1084

shinyzhu opened this issue Apr 23, 2024 · 0 comments
Labels
feature request New feature or request

Comments

@shinyzhu
Copy link

Is there an existing issue for the same feature request?

  • I have checked the existing issues.

Is your feature request related to a problem?

I'm using M2 MacBook with Docker Desktop.
But I cannot run Infinity in a docker instance because I cannot pull x86_64 images.
It would be better for providing ARM64 built images.

I'm aware that Rosetta would be a solution but I don't have Rosetta on my Mac.

On the other hand.
There are servers running with ARM CPUs I'd like to deploy Infinity to.

Describe the feature you'd like

Publish docker images for ARM64.

Describe implementation you've considered

No response

Documentation, adoption, use case

No response

Additional information

I tried to build from source on an arm64v8/ubuntu:23.10 image but got many errors like:

  • simde missing. (fixed with apt-get install libsimde-dev)
  • failed with -msse4.2 and -mfma
@shinyzhu shinyzhu added the feature request New feature or request label Apr 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant