Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use concept-erasure implementation of LEACE and SAL #252

Merged
merged 8 commits into from
Jul 10, 2023
Prev Previous commit
Next Next commit
Be picky about the concept-erasure version
  • Loading branch information
norabelrose committed Jun 14, 2023
commit fac624705258a942563ef1f9919d4149bc4b5639
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@ license = { text = "MIT License" }
dependencies = [
# Allows us to use device_map in from_pretrained. Also needed for 8bit
"accelerate",
# For pseudolabel and prompt normalization
"concept-erasure>=0.0.2",
# For pseudolabel and prompt normalization. We're picky about the version because
# the package isn't guaranteed to be stable yet.
"concept-erasure==0.0.2",
# Added distributed.split_dataset_by_node for IterableDatasets
"datasets>=2.9.0",
"einops",
Expand Down
Loading