deepchecks / deepchecks

Deepchecks: Tests for Continuous Validation of ML Models & Data. Deepchecks is a holistic open-source solution for all of your AI & ML validation needs, enabling to thoroughly test your data and models from research to production.

Home Page:https://docs.deepchecks.com/stable

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[BUG] add support for newer versions of transformers / optimum

Nadav-Barak opened this issue · comments

When using the latest versions of those packages, we cannot download the models used for property calculation.
Running the test_properties_models_download_into_provided_directory test result in:

image

Everything works on transformers==4.27.4 and optimum==1.8.7

I can't seem to find this function in the test_properties.py file. Can we close this bug if it has already been resolved? 👍🏻