1
0
Fork 0
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:
Salamandar 2023-12-03 11:47:07 +01:00
parent 9175d1b00a
commit c6dabe1696

View file

@ -59,7 +59,7 @@ ram.runtime = "50M"
[resources.sources.resnet152-b121ed2d] [resources.sources.resnet152-b121ed2d]
url = "https://download.pytorch.org/models/resnet152-b121ed2d.pth" url = "https://download.pytorch.org/models/resnet152-b121ed2d.pth"
sha256 = "b121ed2db97ec7e9f55a91300ceaf85a326de955e8a4ae09e3a0c8170d27f14f" sha256 = "b121ed2db97ec7e9f55a91300ceaf85a326de955e8a4ae09e3a0c8170d27f14f"
format = "tar" format = "tar.gz" # FIXME: This is actually a tar
rename = "resnet152-b121ed2d.pth" rename = "resnet152-b121ed2d.pth"
[resources.sources.backend] [resources.sources.backend]