aai-institute / pyDVL

pyDVL is a library of stable implementations of algorithms for data valuation and influence function computation
https://pydvl.org
GNU Lesser General Public License v3.0
100 stars 8 forks source link

Make ray dependency optional #380

Closed AnesBenmerzoug closed 1 year ago

AnesBenmerzoug commented 1 year ago

Now that we have a joblib parallel backend and it is set as default, thanks to #355, we should consider making ray an optional dependency.

mdbenito commented 1 year ago

This would help with #367

mdbenito commented 1 year ago

@AnesBenmerzoug I stole this from you 😇