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.func.random_projection] `fast_jl` will fail under `torch==2.3.0` #62

Open tingwl0122 opened 3 months ago

tingwl0122 commented 3 months ago

As titled, by using pip install -e . at the root dir, we will automatically install torch==2.3.0. And fast_jl, which is the library used for fast cuda random projector, will fail under this newest version of torch.

SeanZh30 commented 3 weeks ago

As test, it may also fail when using torch==2.2.0. We may update the description for more detailed library install instruction