mirror of
https://github.com/huggingface/candle.git
synced 2025-06-17 11:08:52 +00:00
Changelog update. (#656)
This commit is contained in:
@ -3,6 +3,10 @@ This documents the main changes to the `candle` crate.
|
|||||||
|
|
||||||
## Unreleased
|
## Unreleased
|
||||||
### Added
|
### Added
|
||||||
|
- Stable Diffusion XL support
|
||||||
|
[647](https://github.com/huggingface/candle/pull/647).
|
||||||
|
- Add the conv-transpose2d op
|
||||||
|
[635](https://github.com/huggingface/candle/pull/635).
|
||||||
- Refactor the VarBuilder api
|
- Refactor the VarBuilder api
|
||||||
[627](https://github.com/huggingface/candle/pull/627).
|
[627](https://github.com/huggingface/candle/pull/627).
|
||||||
- Add some quantization command
|
- Add some quantization command
|
||||||
|
@ -54,7 +54,7 @@ Check out our [examples](./candle-examples/examples/):
|
|||||||
- [StarCoder](./candle-examples/examples/bigcode/): LLM specialized to code
|
- [StarCoder](./candle-examples/examples/bigcode/): LLM specialized to code
|
||||||
generation.
|
generation.
|
||||||
- [Stable Diffusion](./candle-examples/examples/stable-diffusion/): text to
|
- [Stable Diffusion](./candle-examples/examples/stable-diffusion/): text to
|
||||||
image generative model.
|
image generative model, support for the 1.5, 2.1, and SDXL 1.0 versions.
|
||||||
- [DINOv2](./candle-examples/examples/dinov2/): computer vision model trained
|
- [DINOv2](./candle-examples/examples/dinov2/): computer vision model trained
|
||||||
using self-supervision (can be used for imagenet classification, depth
|
using self-supervision (can be used for imagenet classification, depth
|
||||||
evaluation, segmentation).
|
evaluation, segmentation).
|
||||||
|
Reference in New Issue
Block a user