TRAIS-Lab / dattri

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

[dattri] fix pyproject.toml #84

Closed TheaperDeng closed 3 months ago

TheaperDeng commented 3 months ago

Description

This is a small fix. Currently our setup.py does not package the whl package correctly

python setup.py bdist_wheel will only package an empty whl file.

TheaperDeng commented 3 months ago

merge this first since we may use it for experiment.