diff --git a/.github/workflows/model_jobs.yml b/.github/workflows/model_jobs.yml index b3406646df8adc..9876c8de91361e 100644 --- a/.github/workflows/model_jobs.yml +++ b/.github/workflows/model_jobs.yml @@ -88,7 +88,11 @@ jobs: - name: update huggingface_hub cli run: | python3 -m pip install -U git+https://github.com/huggingface/huggingface_hub.git@dummy - + + - name: update datasets + run: | + python3 -m pip install -U git+https://github.com/huggingface/datasets.git@dummy + - name: NVIDIA-SMI run: | nvidia-smi