mirror of
https://github.com/qurator-spk/eynollah.git
synced 2025-06-08 19:59:56 +02:00
Adapt to new location of models
This commit is contained in:
parent
402c5339ac
commit
dbf91876e1
1 changed files with 3 additions and 3 deletions
6
Makefile
6
Makefile
|
@ -21,11 +21,11 @@ help:
|
||||||
# Download and extract models to $(PWD)/models_eynollah
|
# Download and extract models to $(PWD)/models_eynollah
|
||||||
models: models_eynollah
|
models: models_eynollah
|
||||||
|
|
||||||
models_eynollah: models_eynollah.tar.gz
|
models_eynollah: models_eynollah_renamed.tar.gz
|
||||||
tar xf models_eynollah.tar.gz
|
tar xf models_eynollah_renamed.tar.gz
|
||||||
|
|
||||||
models_eynollah.tar.gz:
|
models_eynollah.tar.gz:
|
||||||
wget 'https://qurator-data.de/eynollah/models_eynollah.tar.gz'
|
wget 'https://qurator-data.de/eynollah/2022-04-05/models_eynollah_renamed.tar.gz'
|
||||||
|
|
||||||
# Install with pip
|
# Install with pip
|
||||||
install:
|
install:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue