TRAIS-Lab / dattri

`dattri` is a PyTorch library for developing, benchmarking, and deploying efficient data attribution algorithms.
https://trais-lab.github.io/dattri/
MIT License
28 stars 8 forks source link

Allow additional package (`fast_jl`) installation in `setup.py` #27

Closed tingwl0122 closed 4 months ago

tingwl0122 commented 4 months ago

Users can additionally install fast_jl if they pip install dattri[all].

tingwl0122 commented 4 months ago

LGTM

I think you can merge it you like.