mirror of
https://github.com/qurator-spk/eynollah.git
synced 2025-11-16 09:24:19 +01:00
github ci: cache models with model_zoo default config as key
This commit is contained in:
parent
b34329dd61
commit
b9bc8e79c0
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test-eynollah.yml
vendored
2
.github/workflows/test-eynollah.yml
vendored
|
|
@ -35,7 +35,7 @@ jobs:
|
||||||
id: all_model_cache
|
id: all_model_cache
|
||||||
with:
|
with:
|
||||||
path: models_eynollah
|
path: models_eynollah
|
||||||
key: models_eynollah
|
key: models_eynollah-${{ hashFiles(src/eynollah/model_zoo/default_specs.py) }}
|
||||||
|
|
||||||
- name: Download models
|
- name: Download models
|
||||||
if: steps.all_model_cache.outputs.cache-hit != 'true'
|
if: steps.all_model_cache.outputs.cache-hit != 'true'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue