Skip to content

Releases: stanfordnlp/pyvene

v0.1.5

24 Aug 05:57
d4ca094
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.4...v0.1.5

v0.1.4: Minor updates on versioning

05 Aug 22:02
1b2f76f
Compare
Choose a tag to compare

What's Changed

  • [Minor] Updating the import to bypass blip in case of failure by @frankaging in #180

Full Changelog: v0.1.3...v0.1.4

v0.1.3: Infrastructure updates and bug updates

05 Aug 21:35
d083c82
Compare
Choose a tag to compare

What's Changed

  • [Bug-Fix] fix attention head intervention for multiple models by @Bakser in #159
  • [P2] Add Sparse Autoencoder Interventions by @explanare in #164
  • [P0] Revert back the kwargs argument for intervention init by @frankaging in #166
  • [P0] First infrastructure change to support NDIF backend by @frankaging in #167
  • [P2] Save/load trainable params in IntervenableBase methods by @aryamanarora in #153
  • [P1] Start docs website by @aryamanarora in #169
  • device of unit_locations should follow tensor_input by @aryopg in #171
  • [Minor] Fix use_cache flag propagation by @frankaging in #172
  • [Minor] Fix the base model use_cache arg passing by @frankaging in #173
  • [Minor] Update use_cache intervenable_base.py by @frankaging in #175
  • [Minor] Start to support generic intervention output, and adaptor-like tuning by @frankaging in #177
  • add support for dict outputs (select the first value) by @leogagnon in #178
  • [Minor] Update the huggingface-hub version by @frankaging in #179

New Contributors

Full Changelog: v0.1.2...v0.1.3

v0.1.2

03 Jun 23:17
ffad51a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.1...v0.1.2

v0.1.1: Cleanup requirements

08 Apr 22:27
6668b18
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.0...v0.1.1

v0.1.0: Fix requirements

05 Apr 00:18
756e734
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.9...v0.1.0

v0.0.9: Minor updates on causal models

05 Apr 00:00
c9eea24
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.8...v0.0.9

v0.0.8: Minor updates on model APIs

26 Mar 07:51
37782e6
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.7...v0.0.8

v0.0.7: Major API updates with additional intervention supports

01 Feb 00:29
8ad9f23
Compare
Choose a tag to compare

Descriptions:

  • Remove redundant keywords Intervenable for singleton classes or types everywhere.
  • API supports a wide range of dynamic casting, and dynamic broadcasting.
  • Providing additional code examples on intervention sharing and complex causal intervention schemes.
  • Update basic 101 tutorials with simple onboarding examples.

What's Changed

Full Changelog: v0.0.6...v0.0.7

v0.0.6: Minor fix to remove default cache directory

13 Jan 05:21
7a58255
Compare
Choose a tag to compare
Merge pull request #48 from stanfordnlp/zen/cachepath

Remove default cache directory