-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
feat: Add OpenCL support #661
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please also move files from contrib/clblast
to contrib/opencl
contrib/opencl/Dockerfile
Outdated
@@ -0,0 +1,47 @@ | |||
FROM rust:latest as build |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
FROM rust:latest as build | |
FROM ubuntu:23.04 as build |
Since you're not using rust from rust:latest
anyway
Please fix formatting based on https://github.com/TabbyML/tabby/actions/runs/6685996496/job/18164937864?pr=661 |
@itlackey Hey, did you drop this? I might want to take a shot at it. Are there any issues with the current implementation? The comments indicate it was almost ready for merging. |
Might consider using vulkan backend, see https://tabby.tabbyml.com/blog/2024/05/01/vulkan-support/ |
This feature would enable running Tabby locally on Intel GPUs such as Arc (and potentially integrated GPUs).