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

Rebase ollama main #1

Closed
wants to merge 244 commits into from
Closed

Rebase ollama main #1

wants to merge 244 commits into from

Conversation

zhewang1-intc
Copy link
Owner

No description provided.

dhiltgen and others added 30 commits February 8, 2024 22:22
Make sure that when a shutdown signal comes, we shutdown quickly instead
of waiting for a potentially long exchange to wrap up.
This wires up some new logic to start using sysfs to discover AMD GPU
information and detects old cards we can't yet support so we can fallback to CPU mode.
Detect AMD GPU info via sysfs and block old cards
This focuses on Windows first, but coudl be used for Mac
and possibly linux in the future.
dhiltgen and others added 27 commits March 14, 2024 18:00
This fixes issues with blob file names that contain ':' characters to be rejected by file systems that do not support them.
This fixes some brittle, simple equality checks to use errors.Is. Since
go1.13, errors.Is is the idiomatic way to check for errors.

Co-authored-by: Jeffrey Morgan <[email protected]>
Flesh out our github actions CI so we can build official releaes.
Add Radeon gfx940-942 GPU support
Import server.cpp to retain llava support
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.