Skip to content

Latest commit

 

History

History
42 lines (36 loc) · 1.44 KB

CHANGELOG.md

File metadata and controls

42 lines (36 loc) · 1.44 KB

Changelog

This documents the main changes to the candle crate.

v0.2.1 - Unreleased

Added

Modified

  • Dilations are now supported in conv-transpose2d. 671.

v0.2.0 - 2023-08-30

Added

  • Add the powf op 664.
  • Stable Diffusion XL support 647.
  • Add the conv-transpose2d op 635.
  • Refactor the VarBuilder api 627.
  • Add some quantization command 625.
  • Support more quantized types, e.g. Q2K, Q4K, Q5K... 586.
  • Add pose estimation to the yolo example 589.
  • Api to write GGUF files 585.
  • Support more quantization types 580.
  • Add EfficientNet as an example Computer Vision model 572.
  • Add a group parameter to convolutions 566.
  • New dtype: int64 563.
  • Handling of the GGUF file format. 559.

v0.1.2 - 2023-08-21