Skip to content

Commit

Permalink
fix: modelName should be name (#933)
Browse files Browse the repository at this point in the history
Fixes #932

Signed-off-by: Jeff MAURY <[email protected]>
  • Loading branch information
jeffmaury authored Apr 21, 2024
1 parent bea0ace commit 27ed4d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/backend/src/assets/ai.json
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@
"url": "https://huggingface.co/facebook/detr-resnet-101/resolve/no_timm/pytorch_model.bin",
"memory": 242980000,
"properties": {
"modelName": "facebook/detr-resnet-101"
"name": "facebook/detr-resnet-101"
}
}
],
Expand Down

0 comments on commit 27ed4d0

Please sign in to comment.