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

Disable some flags in Apple x86_64 #3424

Closed
wants to merge 1 commit into from
Closed

Disable some flags in Apple x86_64 #3424

wants to merge 1 commit into from

Conversation

Freed-Wu
Copy link
Contributor

@Freed-Wu Freed-Wu commented Oct 1, 2023

@Freed-Wu
Copy link
Contributor Author

Freed-Wu commented Oct 1, 2023

@cebtenzzre
Copy link
Collaborator

cebtenzzre commented Oct 1, 2023

These are just defaults - they are meant to be changed via the command line if you are on an older processor. This is not an Apple-specific concern.

The build script currently does not warn if you are trying to use flags that are not compatible with the processor you are compiling on. -DLLAMA_NATIVE=ON is what you should be using, which after #3273 is merged will build specifically for the processor you are compiling on, without enabling anything unsupported.

@cebtenzzre cebtenzzre closed this Oct 1, 2023
@Freed-Wu
Copy link
Contributor Author

Freed-Wu commented Oct 1, 2023

Thanks, #3273 is awesome.

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

Successfully merging this pull request may close these issues.

2 participants