mirror of
https://github.com/qurator-spk/eynollah.git
synced 2025-11-10 06:34:11 +01:00
wip
This commit is contained in:
parent
874cfc247f
commit
ec1fd93dad
6 changed files with 349 additions and 144 deletions
6
.github/workflows/test-eynollah.yml
vendored
6
.github/workflows/test-eynollah.yml
vendored
|
|
@ -31,7 +31,7 @@ jobs:
|
|||
src: "./src"
|
||||
|
||||
- name: Try to restore models_eynollah
|
||||
uses: actions/cache/restore@v4
|
||||
uses: actions/cache/restore@v4
|
||||
id: all_model_cache
|
||||
with:
|
||||
path: models_eynollah
|
||||
|
|
@ -40,8 +40,8 @@ jobs:
|
|||
- name: Download models
|
||||
if: steps.all_model_cache.outputs.cache-hit != 'true'
|
||||
run: |
|
||||
make models
|
||||
ls -la models_eynollah
|
||||
make models
|
||||
ls -la models_eynollah
|
||||
|
||||
- uses: actions/cache/save@v4
|
||||
if: steps.all_model_cache.outputs.cache-hit != 'true'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue