mirror of
https://github.com/huggingface/transformers.git
synced 2025-07-31 02:02:21 +06:00
test datasets@main
This commit is contained in:
parent
6cf0a520ee
commit
5d118a11c0
@ -156,6 +156,7 @@ class CircleCIJob:
|
||||
{"attach_workspace": {"at": "test_preparation"}},
|
||||
{"run": "apt-get update && apt-get install -y curl"},
|
||||
{"run": " && ".join(self.install_steps)},
|
||||
{"run": {"name": "Install `datasets@main`", "command": 'pip uninstall datasets -y && pip install "datasets @ git+https://github.com/huggingface/datasets@main#egg=datasets"'}},
|
||||
{"run": {"name": "Download NLTK files", "command": """python -c "import nltk; nltk.download('punkt', quiet=True)" """} if "example" in self.name else "echo Skipping"},
|
||||
{"run": {
|
||||
"name": "Show installed libraries and their size",
|
||||
|
Loading…
Reference in New Issue
Block a user