Skip to content

0.2.0

Compare
Choose a tag to compare
@dmjoy dmjoy released this 18 Sep 20:27
· 521 commits to main since this release

Version 0.2.0

Added

  • Added llama 2 chat action-based ADM (via new CLI script run_action_based_chat_baseline)

  • Added llama-index falcon action-based ADM (via new CLI script run_action_based_align_system)

  • Added support for CACI's new action-based TA3 interface; along with new action-based template CLI script

  • Added support for new probe types "PatientOrdering", "SelectTag", and "SelectTreatment"

Changed

  • Environment now expects Python version >=3.9 (rather than exactly 3.8)

  • Deprecated support for old TA3 interface (code not fully removed yet)

  • Updated several depedency versions

  • Changed BERT implementation to bert_score package