Compare commits

...

2 Commits

Author SHA1 Message Date
614fa01661 test datasets 2.14 2023-10-23 16:39:59 +02:00
2e8f2a6432 test datasets@main 2023-10-23 16:32:26 +02:00
2 changed files with 2 additions and 1 deletions

View File

@ -145,6 +145,7 @@ class CircleCIJob:
}
}
)
steps.append({"run": {"name": "Install `datasets@2.14`", "command": 'pip uninstall datasets -y && pip install "datasets @ git+https://github.com/huggingface/datasets@2.14#egg=datasets"'}})
steps.append({"run": {"name": "Show installed libraries and their versions", "command": "pip freeze | tee installed.txt"}})
steps.append({"store_artifacts": {"path": "~/transformers/installed.txt"}})

View File

@ -103,7 +103,7 @@ _deps = [
"codecarbon==1.2.0",
"cookiecutter==1.7.3",
"dataclasses",
"datasets!=2.5.0",
"datasets!=2.5.0", # pinned to datasets@main in create_circleci_config.py
"decord==0.6.0",
"deepspeed>=0.9.3",
"diffusers",