Cache fsspec downloads (#2132)

* Cache fsspec downloaded files

* Use diff paths for test

* Make fsspec caching optional

* Decom GPU docker tests

* Make progress bar optional for better CI log

* Check path local
This commit is contained in:
Eren Gölge
2022-11-09 22:12:48 +01:00
committed by GitHub
parent c5412532ac
commit 8cb1433e6e
18 changed files with 86 additions and 48 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ jobs:
matrix:
arch: ["amd64"]
base:
- "nvcr.io/nvidia/pytorch:22.03-py3" # GPU enabled
# - "nvcr.io/nvidia/pytorch:22.03-py3" # GPU enabled
- "ubuntu:20.04" # CPU only
steps:
- uses: actions/checkout@v2