Skip to content

Commit 9ff47c4

Browse files
jmerkowJameson Merkow
andauthored
remove requirements from healthcare model cards, update SKUs for MI2 (#4164)
* remove requirements from healthcare model cards, update SKUs for MedImageInsight * bump version for model * fix inference-min-sku-spec --------- Co-authored-by: Jameson Merkow <jameson.merkow@microsoft.com>
1 parent b85049f commit 9ff47c4

6 files changed

Lines changed: 9 additions & 19 deletions

File tree

assets/models/system/cxrreportgen/description.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -132,8 +132,3 @@ Microsoft believes Responsible AI is a shared responsibility and we have identif
132132
While testing the model with images and/or text, ensure the the data is PHI free and that there are no patient information or information that can be tracked to a patient identity.
133133

134134
For detailed guidelines on ethical use, refer to Microsoft’s [Responsible AI Principles](https://www.microsoft.com/en-us/ai/responsible-ai)
135-
136-
## Hardware Requirement for Compute Instances
137-
- Supports CPU and GPU
138-
- Default: Single A100 GPU or Intel CPU
139-
- Minimum: Single GPU instance with 24Gb Memory (Fastest) or CPU

assets/models/system/cxrreportgen/spec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ tags:
3030
Standard_NC80adis_H100_v5,
3131
Standard_ND96isr_H100_v5,
3232
]
33-
version: 7
33+
version: 8

assets/models/system/medimageinsight/description.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -164,8 +164,3 @@ data = {
164164
}
165165
]
166166
```
167-
168-
## Hardware Requirement for Compute Instances
169-
- Supports CPU and GPU
170-
- Default: Single V100 GPU or Intel CPU
171-
- Minimum: Single GPU instance with 8Gb Memory (Fastest) or CPU

assets/models/system/medimageinsight/spec.yaml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ name: MedImageInsight
44
path: ./
55

66
properties:
7-
inference-min-sku-spec: 6|1|112|64
8-
inference-recommended-sku: Standard_NC6s_v3, Standard_NC12s_v3, Standard_NC24s_v3, Standard_NC24ads_A100_v4, Standard_NC48ads_A100_v4, Standard_NC96ads_A100_v4, Standard_ND96asr_v4, Standard_ND96amsr_A100_v4, Standard_ND40rs_v2, Standard_NC40ads_H100_v5, Standard_NC80adis_H100_v5, Standard_ND96isr_H100_v5
7+
inference-min-sku-spec: 4|1|28|64
8+
inference-recommended-sku: Standard_NC4as_T4_v3, Standard_NC8as_T4_v3, Standard_NC16as_T4_v3, Standard_NC64as_T4_v3, Standard_NC6s_v3, Standard_NC12s_v3, Standard_NC24s_v3, Standard_NC24ads_A100_v4, Standard_NC48ads_A100_v4, Standard_NC96ads_A100_v4, Standard_ND96asr_v4, Standard_ND96amsr_A100_v4, Standard_ND40rs_v2, Standard_NC40ads_H100_v5, Standard_NC80adis_H100_v5, Standard_ND96isr_H100_v5
99
languages: en
1010
SharedComputeCapacityEnabled: true
1111

@@ -21,6 +21,10 @@ tags:
2121
SharedComputeCapacityEnabled: ""
2222
inference_compute_allow_list:
2323
[
24+
Standard_NC4as_T4_v3,
25+
Standard_NC8as_T4_v3,
26+
Standard_NC16as_T4_v3,
27+
Standard_NC64as_T4_v3,
2428
Standard_NC6s_v3,
2529
Standard_NC12s_v3,
2630
Standard_NC24s_v3,
@@ -34,4 +38,4 @@ tags:
3438
Standard_NC80adis_H100_v5,
3539
Standard_ND96isr_H100_v5,
3640
]
37-
version: 9
41+
version: 10

assets/models/system/medimageparse/description.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,3 @@ data = {
123123
ultrasound: breast: benign tumor, malignant tumor, tumor
124124
heart: left heart atrium, left heart ventricle
125125
transperineal: fetal head, public symphysis
126-
127-
**Hardware Requirement for Compute Instances**
128-
- Default: Single V100 GPU
129-
- Minimum: Single GPU instance with 8Gb Memory

assets/models/system/medimageparse/spec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ tags:
3434
Standard_NC80adis_H100_v5,
3535
Standard_ND96isr_H100_v5,
3636
]
37-
version: 9
37+
version: 10

0 commit comments

Comments
 (0)