Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 45dfdbe

Browse files
WafaaTsramakintelsharvil10
authoredMay 5, 2023
Fix CVEs and minor doc updates (#1164)
* correct names of devcatalog files (#1160) * SPR Ubuntu READMEs modified (#1154) * Resolve Snyk critical vulnerability (#1162) * Update FLEX_DEVCATALOG.md (#1165) --------- Co-authored-by: Srikanth Ramakrishna <[email protected]> Co-authored-by: Sharvil Shah <[email protected]>
1 parent 5d29317 commit 45dfdbe

File tree

10 files changed

+21
-21
lines changed

10 files changed

+21
-21
lines changed
 
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
mlflow==2.2.2
1+
mlflow==2.3.1 #upgraded to resolve Snyk critical vulnerability
22
scikit-learn==1.2.2
33
xlrd==2.0.1

‎datasets/data_connector/samples/interoperability/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
mlflow==2.2.2
1+
mlflow==2.3.1 #upgraded to resolve Snyk critical vulnerability
22
scikit-learn==1.2.2
33
xlrd==2.0.1
44
pandas-gbq==0.19.1

‎docs/general/FLEX_DEVCATALOG.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ The table below provides links to run each workload in a docker container. The c
1616

1717
| Model | Framework | Mode | Documentation | Dataset |
1818
| ----------------------------| ---------- | ----------| ------------------- | ------------ |
19-
| [ResNet 50 v1.5](https://github.com/tensorflow/models/tree/v2.11.0/official/legacy/image_classification/resnet) | TensorFlow | INT8 Inference| [single card](https://github.com/IntelAI/models/blob/master/quickstart/image_recognition/tensorflow/resnet50v1_5/inference/gpu/devcatalog.md) [multi-card](https://github.com/IntelAI/models/blob/master/quickstart/image_recognition/tensorflow/resnet50v1_5/inference/gpu/DEVCATALOG_MULTI_CARD.md) | [ImageNet 2012](https://github.com/IntelAI/models/tree/master/datasets/imagenet/README.md) |
20-
| [ResNet 50 v1.5](https://arxiv.org/pdf/1512.03385.pdf) | PyTorch | INT8 Inference | [single card ](https://github.com/IntelAI/models/blob/master/quickstart/image_recognition/pytorch/resnet50v1_5/inference/gpu/devcatalog.md) [multi-card](https://github.com/IntelAI/models/blob/master/quickstart/image_recognition/pytorch/resnet50v1_5/inference/gpu/DEVCATALOG_MULTI_CARD.md)| [ImageNet 2012](https://github.com/IntelAI/models/tree/master/datasets/imagenet/README.md) |
21-
| [SSD-MobileNet v1](https://arxiv.org/pdf/1704.04861.pdf) | PyTorch | INT8 Inference | [single card](https://github.com/IntelAI/models/blob/master/quickstart/quickstart/object_detection/pytorch/ssd-mobilenet/inference/gpu/devcatalog.md) [multi-card](https://github.com/IntelAI/models/blob/master/quickstart/object_detection/pytorch/ssd-mobilenet/inference/gpu/DEVCATALOG_MULTI_CARD.md)| [COCO 2017](https://github.com/IntelAI/models/blob/master/quickstart/object_detection/pytorch/ssd-mobilenet/inference/gpu/README.md#datasets) |
22-
| [YOLO v4](https://arxiv.org/pdf/1704.04861.pdf) | PyTorch | INT8 Inference |[single card](https://github.com/IntelAI/models/blob/master/quickstart/object_detection/pytorch/yolov4/inference/gpu/devcatalog.md) [multi-card](https://github.com/IntelAI/models/blob/master/quickstart/object_detection/pytorch/yolov4/inference/gpu/DEVCATALOG_MULTI_CARD.md) | [COCO 2017](https://github.com/IntelAI/models/blob/master/quickstart/object_detection/pytorch/ssd-mobilenet/inference/gpu/README.md#datasets) |
23-
| [SSD-MobileNet](https://arxiv.org/pdf/1704.04861.pdf) | TensorFlow | INT8 Inference | [single card](https://github.com/IntelAI/models/blob/master/quickstart/object_detection/tensorflow/ssd-mobilenet/inference/gpu/devcatalog.md) [multi-card](https://github.com/IntelAI/models/blob/master/quickstart/object_detection/tensorflow/ssd-mobilenet/inference/gpu/DEVCATALOG_MULTI_CARD.md)| [COCO 2017 validation dataset](https://github.com/IntelAI/models/tree/master/datasets/coco#download-and-preprocess-the-coco-validation-images) |
19+
| [ResNet 50 v1.5](https://github.com/tensorflow/models/tree/v2.11.0/official/legacy/image_classification/resnet) | TensorFlow | INT8 Inference| [single card](https://github.com/IntelAI/models/blob/master/quickstart/image_recognition/tensorflow/resnet50v1_5/inference/gpu/DEVCATALOG_FLEX.md) [multi-card](https://github.com/IntelAI/models/blob/master/quickstart/image_recognition/tensorflow/resnet50v1_5/inference/gpu/DEVCATALOG_MULTI_CARD.md) | [ImageNet 2012](https://github.com/IntelAI/models/tree/master/datasets/imagenet/README.md) |
20+
| [ResNet 50 v1.5](https://arxiv.org/pdf/1512.03385.pdf) | PyTorch | INT8 Inference | [single card ](https://github.com/IntelAI/models/blob/master/quickstart/image_recognition/pytorch/resnet50v1_5/inference/gpu/DEVCATALOG_FLEX.md) [multi-card](https://github.com/IntelAI/models/blob/master/quickstart/image_recognition/pytorch/resnet50v1_5/inference/gpu/DEVCATALOG_MULTI_CARD.md)| [ImageNet 2012](https://github.com/IntelAI/models/tree/master/datasets/imagenet/README.md) |
21+
| [SSD-MobileNet v1](https://arxiv.org/pdf/1704.04861.pdf) | PyTorch | INT8 Inference | [single card](https://github.com/IntelAI/models/blob/master/quickstart/object_detection/pytorch/ssd-mobilenet/inference/gpu/DEVCATALOG.md) [multi-card](https://github.com/IntelAI/models/blob/master/quickstart/object_detection/pytorch/ssd-mobilenet/inference/gpu/DEVCATALOG_MULTI_CARD.md)| [COCO 2017](https://github.com/IntelAI/models/blob/master/quickstart/object_detection/pytorch/ssd-mobilenet/inference/gpu/README.md#datasets) |
22+
| [YOLO v4](https://arxiv.org/pdf/1704.04861.pdf) | PyTorch | INT8 Inference |[single card](https://github.com/IntelAI/models/blob/master/quickstart/object_detection/pytorch/yolov4/inference/gpu/DEVCATALOG.md) [multi-card](https://github.com/IntelAI/models/blob/master/quickstart/object_detection/pytorch/yolov4/inference/gpu/DEVCATALOG_MULTI_CARD.md) | [COCO 2017](https://github.com/IntelAI/models/blob/master/quickstart/object_detection/pytorch/ssd-mobilenet/inference/gpu/README.md#datasets) |
23+
| [SSD-MobileNet](https://arxiv.org/pdf/1704.04861.pdf) | TensorFlow | INT8 Inference | [single card](https://github.com/IntelAI/models/blob/master/quickstart/object_detection/tensorflow/ssd-mobilenet/inference/gpu/DEVCATALOG.md) [multi-card](https://github.com/IntelAI/models/blob/master/quickstart/object_detection/tensorflow/ssd-mobilenet/inference/gpu/DEVCATALOG_MULTI_CARD.md)| [COCO 2017 validation dataset](https://github.com/IntelAI/models/tree/master/datasets/coco#download-and-preprocess-the-coco-validation-images) |
2424

‎quickstart/image_recognition/tensorflow/resnet50v1_5/inference/cpu/README_SPR_DEV_CAT.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ This document has instructions for running ResNet50 v1.5 inference using Intel-o
55

66
## Pull Command
77
```
8-
docker pull intel/image-recognition:spr-resnet50v1-5-inference
8+
docker pull intel/image-recognition:tf-spr-resnet50v1-5-inference
99
```
1010

1111
<table>
@@ -72,7 +72,7 @@ docker run --rm \
7272
--privileged --init -it \
7373
--shm-size 8G \
7474
-w /workspace/tf-spr-resnet50v1-5-inference \
75-
intel/image-recognition:spr-resnet50v1-5-inference \
75+
intel/image-recognition:tf-spr-resnet50v1-5-inference \
7676
/bin/bash quickstart/${SCRIPT}
7777
```
7878

‎quickstart/image_recognition/tensorflow/resnet50v1_5/training/cpu/README_SPR_DEV_CAT.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ This document has instructions for running ResNet50 v1.5 training using Intel-op
55

66
## Pull Command
77
```
8-
docker pull intel/image-recognition:spr-resnet50v1-5-training
8+
docker pull intel/image-recognition:tf-spr-resnet50v1-5-training
99
```
1010

1111
<table>
@@ -61,7 +61,7 @@ docker run --rm \
6161
--privileged --init -it \
6262
--shm-size 8G \
6363
-w /workspace/tf-spr-resnet50v1-5-training \
64-
intel/image-recognition:spr-resnet50v1-5-training \
64+
intel/image-recognition:tf-spr-resnet50v1-5-training \
6565
/bin/bash quickstart/training.sh
6666
```
6767

‎quickstart/language_modeling/tensorflow/bert_large/inference/cpu/README_SPR_DEV_CAT.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Intel-optimized TensorFlow.
66

77
## Pull Command
88
```
9-
docker pull intel/language-modeling:spr-bert-large-inference
9+
docker pull intel/language-modeling:tf-spr-bert-large-inference
1010
```
1111

1212
<table>
@@ -79,7 +79,7 @@ docker run --rm \
7979
--privileged --init -it \
8080
--shm-size 8G \
8181
-w /workspace/tf-spr-bert-large-inference \
82-
intel/language-modeling:spr-bert-large-inference \
82+
intel/language-modeling:tf-spr-bert-large-inference \
8383
/bin/bash quickstart/${SCRIPT}
8484
```
8585

‎quickstart/language_modeling/tensorflow/bert_large/training/cpu/README_SPR_DEV_CAT.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ This document has instructions for running BERT Large Pretraining using Intel-op
55

66
## Pull Command
77
```
8-
docker pull intel/language-modeling:spr-bert-large-pretraining
8+
docker pull intel/language-modeling:tf-spr-bert-large-pretraining
99
```
1010

1111
<table>
@@ -68,7 +68,7 @@ docker run --rm \
6868
--privileged --init -it \
6969
--shm-size 8G \
7070
-w /workspace/tf-spr-bert-large-pretraining \
71-
intel/language-modeling:spr-bert-large-pretraining \
71+
intel/language-modeling:tf-spr-bert-large-pretraining \
7272
/bin/bash quickstart/pretraining.sh
7373
```
7474

‎quickstart/language_translation/tensorflow/transformer_mlperf/inference/cpu/README_SPR_DEV_CAT.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Intel-optimized TensorFlow.
66

77
## Pull Command
88
```
9-
docker pull intel/language-translation:spr-transformer-mlperf-inference
9+
docker pull intel/language-translation:tf-spr-transformer-mlperf-inference
1010
```
1111

1212
<table>
@@ -64,7 +64,7 @@ docker run --rm \
6464
--privileged --init -it \
6565
--shm-size 8G \
6666
-w /workspace/tf-spr-transformer-mlperf-inference \
67-
intel/language-translation:spr-transformer-mlperf-inference \
67+
intel/language-translation:tf-spr-transformer-mlperf-inference \
6868
/bin/bash quickstart/${SCRIPT}
6969
```
7070

‎quickstart/language_translation/tensorflow/transformer_mlperf/training/cpu/README_SPR_DEV_CAT.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ using Intel-optimized TensorFlow.
66

77
## Pull Command
88
```
9-
docker pull intel/language-translation:spr-transformer-mlperf-training
9+
docker pull intel/language-translation:tf-spr-transformer-mlperf-training
1010
```
1111

1212
<table>
@@ -55,7 +55,7 @@ docker run --rm \
5555
--privileged --init -it \
5656
--shm-size 8G \
5757
-w /workspace/tf-spr-transformer-mlperf-training \
58-
intel/language-translation:spr-transformer-mlperf-training \
58+
intel/language-translation:tf-spr-transformer-mlperf-training \
5959
/bin/bash quickstart/training.sh
6060
```
6161

‎quickstart/recommendation/tensorflow/dien/training/cpu/README_SPR_DEV_CAT.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ This document has instructions for running DIEN training using Intel-optimized T
55

66
## Pull Command
77
```
8-
docker pull intel/recommendation:spr-dien-training
8+
docker pull intel/recommendation:tf-spr-dien-training
99
```
1010

1111
<table>
@@ -69,7 +69,7 @@ docker run --rm \
6969
--privileged --init -it \
7070
--shm-size 8G \
7171
-w /workspace/tf-spr-dien-training \
72-
intel/recommendation:spr-dien-training \
72+
intel/recommendation:tf-spr-dien-training \
7373
/bin/bash quickstart/training.sh
7474
```
7575

0 commit comments

Comments
 (0)
Please sign in to comment.