Skip to content

v1.3.0

Compare
Choose a tag to compare
@jsilter jsilter released this 05 Jun 15:11
· 26 commits to main since this release
3a5604a

What's Changed

  • Create sybil-predict CLI. So when Sybil is installed, one can use the simple command sybil-predict (Change name from inference -> predict). This also means Sybil can be installed with pipx
  • If device not specified, load model onto GPU with the most memory free. Do this when the model is loaded and also at prediction time. Goal here is smarter parallel running. Doesn't affect cpu-only computations.

Full Changelog: v1.2.1...v1.3.0