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

Use GOARCH for build dirs #6779

Merged
merged 1 commit into from
Sep 12, 2024
Merged

Use GOARCH for build dirs #6779

merged 1 commit into from
Sep 12, 2024

Conversation

dhiltgen
Copy link
Collaborator

@dhiltgen dhiltgen commented Sep 12, 2024

Corrects x86_64 vs amd64 discrepancy

See https://github.com/ollama/ollama/blob/main/llm/generate/gen_common.sh#L6

This went unnoticed from #6547 due to the wildcards used in the payload, but once I tried to carry this over to the Go server branch we noticed when toggling between the C++ and Go servers they weren't correctly swapping back and forth on Linux.

Corrects x86_64 vs amd64 discrepancy
@dhiltgen dhiltgen merged commit fda0d3b into ollama:main Sep 12, 2024
15 checks passed
@dhiltgen dhiltgen deleted the goarch branch September 12, 2024 23:38
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