Skip to content

Releases: xnorpx/blue-candle

0.8.0

30 Jun 15:13
Compare
Choose a tag to compare

What's Changed

Been some time since last release, this release is mainly cargo updates.

No functional changes.

Full Changelog: https://github.com/xnorpx/blue-candle/commits/0.8.0

0.7.0

22 Jan 11:29
Compare
Choose a tag to compare

What's Changed

Add some stats and info

Full Changelog: 0.6.0...0.7.0

0.6.0

20 Jan 07:00
Compare
Choose a tag to compare

What's Changed

  • When running on GPU move queue to memory instead of GPU memory, This will avoid freezing that happen when GPU was overloaded.

Full Changelog: https://github.com/xnorpx/blue-candle/commits/0.6.0

0.5.0

15 Jan 16:56
Compare
Choose a tag to compare

What's Changed

  • Update README.md by @ispysoftware in #51
  • Remove unwrap which get's triggered when server is overloaded

New Contributors

Full Changelog: https://github.com/xnorpx/blue-candle/commits/0.5.0

0.4.0

16 Dec 03:46
Compare
Choose a tag to compare

Revert building with in releases AVX2.

The resize and decode library has runtime detection of AVX2;

There was not much difference in inference time with or without the compile flag.

0.3.0

11 Dec 02:18
Compare
Choose a tag to compare

Adding Cuda 11 binaries to release

0.2.0

10 Dec 16:35
Compare
Choose a tag to compare

Improved average request time from 550ms to 350ms by using more optimized crates for
resizing and decoding jpeg.

What's Changed

New Contributors

Full Changelog: https://github.com/xnorpx/blue-candle/commits/0.2.0

0.1.0

03 Dec 21:19
Compare
Choose a tag to compare

Initial Blue Candle release

  • Simple Axum server that implements detect API
  • Yolo 8 model
  • Inference supports CPU and CUDA