mirror of
https://github.com/huggingface/candle.git
synced 2025-06-22 04:22:50 +00:00
Cudnn support (#445)
* Add a cudnn feature to be used for conv2d. * Allocate the proper workspace. * Only create a single cudnn handle per cuda device. * Proper cudnn usage. * Bugfix.
This commit is contained in:
@ -28,7 +28,7 @@ Check out our [examples](./candle-examples/examples/):
|
||||
- [StarCoder](./candle-examples/examples/bigcode/): LLM specialized to code
|
||||
generation.
|
||||
- [Stable Diffusion](./candle-examples/examples/stable-diffusion/): text to
|
||||
image generative model, only cpu support at the moment and on the slow side.
|
||||
image generative model, yet to be optimized.
|
||||
|
||||
Run them using the following commands:
|
||||
```
|
||||
|
Reference in New Issue
Block a user