Skip to content

Commit

Permalink
v0.12.2
Browse files Browse the repository at this point in the history
See https://github.com/quic/ai-hub-models/releases/v0.12.2 for changelog.

Signed-off-by: QAIHM Team <[email protected]>
  • Loading branch information
qaihm-bot committed Aug 28, 2024
1 parent 2b66d48 commit d661a75
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion qai_hub_models/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
# Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
# SPDX-License-Identifier: BSD-3-Clause
# ---------------------------------------------------------------------
__version__ = "0.12.1"
__version__ = "0.12.2"
4 changes: 2 additions & 2 deletions qai_hub_models/models/yolonas/info.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ form_factors:
- XR
has_static_banner: true
has_animated_banner: true
license_type: yolo-nas
deploy_license_type: yolo-nas-weights
license_type: other
deploy_license_type: other
dataset:
- COCO
labels_file: coco_labels.txt
Expand Down
4 changes: 2 additions & 2 deletions qai_hub_models/models/yolonas_quantized/info.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ form_factors:
- XR
has_static_banner: true
has_animated_banner: true
license_type: yolo-nas
deploy_license_type: yolo-nas-weights
license_type: other
deploy_license_type: other
dataset:
- COCO
labels_file: coco_labels.txt
Expand Down
2 changes: 0 additions & 2 deletions qai_hub_models/utils/config_loaders.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,6 @@
"llama3",
"unknown",
"other",
"yolo-nas",
"yolo-nas-weights",
}


Expand Down

0 comments on commit d661a75

Please sign in to comment.