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

WebGPU support #55

Open
EricLBuehler opened this issue Jan 3, 2025 · 1 comment
Open

WebGPU support #55

EricLBuehler opened this issue Jan 3, 2025 · 1 comment

Comments

@EricLBuehler
Copy link
Owner

@KimHenrikOtte I saw your work on your Candle fork, and some benchmarks which you released that seem impressive. I'd be interested in including these changes here where we could feature them through mistral.rs, would perhaps you be interested in working on an integration?

@EricLBuehler EricLBuehler changed the title WebGPU suport WebGPU support Jan 3, 2025
@Unrealiter
Copy link

To ensure we're on the same page:
mistral.rs is a library you developed, which is based on candle.
For this library, you used a custom fork of candle, correct?

Does this mean you couldn’t simply use something like the following in your Cargo.toml?

candle-core = { git = "https://github.com/KimHenrikOtte/candle.git", version = "0.8.1", features = "wgpu", branch = "wgpu_cleanup" }

Unfortunately, I don’t have the time to investigate this repository further at the moment.

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

No branches or pull requests

2 participants