Releases: xnorpx/blue-candle
Releases · xnorpx/blue-candle
0.8.0
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
0.6.0
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
What's Changed
- Update README.md by @ispysoftware in #51
- Remove unwrap which get's triggered when server is overloaded
New Contributors
- @ispysoftware made their first contribution in #51
Full Changelog: https://github.com/xnorpx/blue-candle/commits/0.5.0
0.4.0
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
Adding Cuda 11 binaries to release
0.2.0
Improved average request time from 550ms to 350ms by using more optimized crates for
resizing and decoding jpeg.
What's Changed
- Plumb and log timings by @xnorpx in #20
- Update readme by @xnorpx in #21
- Update header by @xnorpx in #22
- Replace image crate with faster jpg decoder and faster resize by @xnorpx in #23
- Update deps by @xnorpx in #24
New Contributors
- @dependabot made their first contribution in #19
Full Changelog: https://github.com/xnorpx/blue-candle/commits/0.2.0
0.1.0
Initial Blue Candle release
- Simple Axum server that implements detect API
- Yolo 8 model
- Inference supports CPU and CUDA