Skip to content

v1.9.0

Latest

Choose a tag to compare

@jfrery jfrery released this 10 Apr 13:56
· 30 commits to main since this release
v1.9.0
2c5f1ab

Summary

Concrete ML v1.9.0 adds support for the TFHE-rs ciphertext format to tree-based classifiers, enabling interoperability in both developer mode and in client/server deployment. This release also expands the LoRA LLM fine-tuning examples and shows a fully functional encrypted fine-tuning pipeline on GPU.

What's Changed

New Features

  • Add client/server for tfhers interoperable models (#1014) (b2a7c89)
  • Add tfhe-rs compatibility for tree classifier model inputs /outputs (#997) (0de76b1)
  • Add logs + evaluation llama lora (#962) (18547bb)

Fixes

Resources