We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5b298a commit e78348fCopy full SHA for e78348f
requirements.txt
@@ -2,9 +2,8 @@ torch
2
transformers
3
datasets
4
notebook
5
-protobuf==3.19.1
+protobuf==3.20.*
6
matplotlib
7
-wandb
8
seaborn
9
ipywidgets
10
plotnine
setup.py
@@ -10,7 +10,7 @@
11
setup(
12
name="pyvene",
13
- version="0.0.3",
+ version="0.0.4",
14
description="Use Activation Intervention to Interpret Causal Mechanism of Model",
15
long_description=long_description,
16
long_description_content_type='text/markdown',
0 commit comments