mirror of
https://github.com/YunoHost-Apps/librephotos_ynh.git
synced 2024-09-03 19:36:12 +02:00
mock a tar.gz on a tar file
This commit is contained in:
parent
9175d1b00a
commit
c6dabe1696
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ ram.runtime = "50M"
|
|||
[resources.sources.resnet152-b121ed2d]
|
||||
url = "https://download.pytorch.org/models/resnet152-b121ed2d.pth"
|
||||
sha256 = "b121ed2db97ec7e9f55a91300ceaf85a326de955e8a4ae09e3a0c8170d27f14f"
|
||||
format = "tar"
|
||||
format = "tar.gz" # FIXME: This is actually a tar
|
||||
rename = "resnet152-b121ed2d.pth"
|
||||
|
||||
[resources.sources.backend]
|
||||
|
|
Loading…
Add table
Reference in a new issue