diff --git a/README.md b/README.md index 2f4f0a051045fab0f69eaaea1981a44a537a616d..fb34731883160b31bfe17e6ecbea817ef4beb124 100644 --- a/README.md +++ b/README.md @@ -285,6 +285,13 @@ DeepSparkInference将按季度进行版本更新,后续会逐步丰富模型 --- +## 容器 + +| Docker Installer | IXUCA SDK | Introduction | +|-----------|--------|--------------| +| corex-docker-installer-4.3.0-*-py3.10-x86_64.run | 4.3.0 | 适用小模型推理 | +| corex-docker-installer-4.3.0-*-llm-py3.10-x86_64.run | 4.3.0 | 适用大模型推理 | + ## 社区 ### 治理 diff --git a/README_en.md b/README_en.md index b35b14e7f71e7d73cf68f0a5b09639fe3e3afe4d..41fbda180ee3dc036917162ff4fb8cdc15a8dde6 100644 --- a/README_en.md +++ b/README_en.md @@ -295,6 +295,13 @@ inference to be expanded in the future. --- +## Docker + +| Docker Installer | IXUCA SDK | Introduction | +|-----------|--------|--------------| +| corex-docker-installer-4.3.0-*-py3.10-x86_64.run | 4.3.0 | for small model inference | +| corex-docker-installer-4.3.0-*-llm-py3.10-x86_64.run | 4.3.0 | for large model inference | + ## Community ### Code of Conduct diff --git a/models/cv/classification/swin_transformer_large/ixrt/README.md b/models/cv/classification/swin_transformer_large/ixrt/README.md index fb19aa78f05fe7abad02ea29bb6db104b1b06801..a7c0c3219c4eb64e8d9553f4451bc0c853777823 100644 --- a/models/cv/classification/swin_transformer_large/ixrt/README.md +++ b/models/cv/classification/swin_transformer_large/ixrt/README.md @@ -27,6 +27,9 @@ bash ./scripts/prepare_model_and_dataset.sh ### Install Dependencies +Contact the Iluvatar administrator to get the missing packages: +- tensorflow-2.16.2+corex.4.3.0-cp310-cp310-linux_x86_64.whl + ```bash export PROJ_ROOT=/PATH/TO/DEEPSPARKINFERENCE export MODEL_PATH=${PROJ_ROOT}/models/cv/classification/swin_transformer_large/ixrt diff --git a/models/cv/instance_segmentation/solov1/ixrt/README.md b/models/cv/instance_segmentation/solov1/ixrt/README.md index e6af2d2389df6cefba66c48bde4c95520074f762..9a59fda0696189f68c642e251381a2579f8dc323 100644 --- a/models/cv/instance_segmentation/solov1/ixrt/README.md +++ b/models/cv/instance_segmentation/solov1/ixrt/README.md @@ -31,9 +31,10 @@ apt install -y libgl1-mesa-glx pip3 install -r requirements.txt ``` -The inference of the Solov1 model requires a dependency on a well-adapted mmcv-v1.7.0 library. Please inquire with the staff to obtain the relevant libraries. +The inference of the Solov1 model requires a dependency on a well-adapted mmcv-v1.7.0 library. Please contact the Iluvatar administrator to get the missing packages: +- mmcv_full-1.7.0+corex.20250108131027-cp310-cp310-linux_x86_64.whl -You can follow the script [prepare_mmcv.sh](https://gitee.com/deep-spark/deepsparkhub/blob/master/toolbox/MMDetection/prepare_mmcv.sh) to build: +or You can follow the script [prepare_mmcv.sh](https://gitee.com/deep-spark/deepsparkhub/blob/master/toolbox/MMDetection/prepare_mmcv.sh) to build: ```bash cd mmcv diff --git a/models/cv/object_detection/atss/igie/README.md b/models/cv/object_detection/atss/igie/README.md index ddce93995d46ee0cd2c5f6df8270551f36e22817..fe1cbfe074cb8cf3f54c3c5998d1ee17d78bc704 100644 --- a/models/cv/object_detection/atss/igie/README.md +++ b/models/cv/object_detection/atss/igie/README.md @@ -25,6 +25,9 @@ wget https://download.openmmlab.com/mmdetection/v2.0/atss/atss_r50_fpn_1x_coco/a ### Install Dependencies +Contact the Iluvatar administrator to get the missing packages: +- mmcv-2.1.0+corex.4.3.0-cp310-cp310-linux_x86_64.whl + ```bash # Install libGL ## CentOS diff --git a/models/cv/object_detection/atss/ixrt/README.md b/models/cv/object_detection/atss/ixrt/README.md index 3b89e87bb29e6bdd551e702f46c5a2bff203fb52..16808f76098dc9f93f9885b22f5a8b15b20b7439 100644 --- a/models/cv/object_detection/atss/ixrt/README.md +++ b/models/cv/object_detection/atss/ixrt/README.md @@ -24,9 +24,11 @@ wget https://download.openmmlab.com/mmdetection/v2.0/atss/atss_r50_fpn_1x_coco/a ### Install Dependencies +Contact the Iluvatar administrator to get the missing packages: +- mmcv-2.1.0+corex.4.3.0-cp310-cp310-linux_x86_64.whl + ```bash pip3 install -r requirements.txt -# Contact the Iluvatar administrator to get the mmcv install package. ``` ### Model Conversion diff --git a/models/cv/object_detection/centernet/igie/README.md b/models/cv/object_detection/centernet/igie/README.md index 25115bea4e679525673ac1936b641ddc0fdc2810..7b2a9b332bade31d12fd9b9f2b8b72176d161551 100644 --- a/models/cv/object_detection/centernet/igie/README.md +++ b/models/cv/object_detection/centernet/igie/README.md @@ -21,6 +21,9 @@ Dataset: to download the valida ### Install Dependencies +Contact the Iluvatar administrator to get the missing packages: +- mmcv-2.1.0+corex.4.3.0-cp310-cp310-linux_x86_64.whl + ```bash # Install libGL ## CentOS diff --git a/models/cv/object_detection/centernet/ixrt/README.md b/models/cv/object_detection/centernet/ixrt/README.md index 3af16f69519afce80921ca98b28ffe51df096fa7..f9c9bcf157151b1037e8442b801c23b2b7de5909 100644 --- a/models/cv/object_detection/centernet/ixrt/README.md +++ b/models/cv/object_detection/centernet/ixrt/README.md @@ -21,6 +21,9 @@ Dataset: to download the valida ### Install Dependencies +Contact the Iluvatar administrator to get the missing packages: +- mmcv-2.1.0+corex.4.3.0-cp310-cp310-linux_x86_64.whl + ```bash # Install libGL ## CentOS @@ -29,7 +32,6 @@ yum install -y mesa-libGL apt install -y libgl1-mesa-glx pip3 install -r requirements.txt -# Contact the Iluvatar administrator to get the mmcv install package. ``` ### Model Conversion diff --git a/models/cv/object_detection/detr/ixrt/README.md b/models/cv/object_detection/detr/ixrt/README.md index f63ee9e526f435957456fd15ef18df1e5b75f6e0..2a79ab6acd022f3f35f8a08cb34563090fa68f31 100755 --- a/models/cv/object_detection/detr/ixrt/README.md +++ b/models/cv/object_detection/detr/ixrt/README.md @@ -21,6 +21,9 @@ Dataset: to download the valida ### Install Dependencies +Contact the Iluvatar administrator to get the missing packages: +- mmcv-2.1.0+corex.4.3.0-cp310-cp310-linux_x86_64.whl + ```bash # Install libGL ## CentOS diff --git a/models/cv/object_detection/fcos/igie/README.md b/models/cv/object_detection/fcos/igie/README.md index 03022c1f72e5c69ff480f2a8910e4a3605efe3bf..54bcebf18de90c034e47476186df603d9df27d0d 100644 --- a/models/cv/object_detection/fcos/igie/README.md +++ b/models/cv/object_detection/fcos/igie/README.md @@ -25,6 +25,9 @@ wget https://download.openmmlab.com/mmdetection/v2.0/fcos/fcos_r50_caffe_fpn_gn- ### Install Dependencies +Contact the Iluvatar administrator to get the missing packages: +- mmcv-2.1.0+corex.4.3.0-cp310-cp310-linux_x86_64.whl + ```bash # Install libGL ## CentOS diff --git a/models/cv/object_detection/fcos/ixrt/README.md b/models/cv/object_detection/fcos/ixrt/README.md index da6694965fa4fa4dc185e979a9eac75cc7acec80..c818daad6a2a40e6ff406353664b933878d6e6c2 100755 --- a/models/cv/object_detection/fcos/ixrt/README.md +++ b/models/cv/object_detection/fcos/ixrt/README.md @@ -25,6 +25,9 @@ COCO2017: ### Install Dependencies +Contact the Iluvatar administrator to get the missing packages: +- mmcv-2.1.0+corex.4.3.0-cp310-cp310-linux_x86_64.whl + ```bash # Install libGL ## CentOS diff --git a/models/cv/object_detection/foveabox/igie/README.md b/models/cv/object_detection/foveabox/igie/README.md index de20d6a4a40ca3d87915702aa4a7d3a63b3ec314..196054d80fdda817201a86ae1b1da9021544b792 100644 --- a/models/cv/object_detection/foveabox/igie/README.md +++ b/models/cv/object_detection/foveabox/igie/README.md @@ -21,6 +21,9 @@ Dataset: to download the valida ### Install Dependencies +Contact the Iluvatar administrator to get the missing packages: +- mmcv-2.1.0+corex.4.3.0-cp310-cp310-linux_x86_64.whl + ```bash # Install libGL ## CentOS diff --git a/models/cv/object_detection/foveabox/ixrt/README.md b/models/cv/object_detection/foveabox/ixrt/README.md index b9cfed86efe2f04dbacb6a3de911e4edf095cd50..1c71c519c614ad121cf2767678e32a9c691077e7 100644 --- a/models/cv/object_detection/foveabox/ixrt/README.md +++ b/models/cv/object_detection/foveabox/ixrt/README.md @@ -21,6 +21,9 @@ Dataset: to download the valida ### Install Dependencies +Contact the Iluvatar administrator to get the missing packages: +- mmcv-2.1.0+corex.4.3.0-cp310-cp310-linux_x86_64.whl + ```bash # Install libGL ## CentOS diff --git a/models/cv/object_detection/fsaf/igie/README.md b/models/cv/object_detection/fsaf/igie/README.md index bb6c0e592b241de6bbe3c936c10ede85a5070cb7..d8e5e827f3c8956ce1ce60df426eccb7f95c51b2 100644 --- a/models/cv/object_detection/fsaf/igie/README.md +++ b/models/cv/object_detection/fsaf/igie/README.md @@ -25,6 +25,9 @@ wget https://download.openmmlab.com/mmdetection/v2.0/fsaf/fsaf_r50_fpn_1x_coco/f ### Install Dependencies +Contact the Iluvatar administrator to get the missing packages: +- mmcv-2.1.0+corex.4.3.0-cp310-cp310-linux_x86_64.whl + ```bash # Install libGL ## CentOS diff --git a/models/cv/object_detection/fsaf/ixrt/README.md b/models/cv/object_detection/fsaf/ixrt/README.md index e4250d3ef89c8d77e1831b6927c5038ec66a117c..b228bf9168ebcdc44d8fbf8d9b1a5986893c7500 100644 --- a/models/cv/object_detection/fsaf/ixrt/README.md +++ b/models/cv/object_detection/fsaf/ixrt/README.md @@ -25,6 +25,9 @@ wget https://download.openmmlab.com/mmdetection/v2.0/fsaf/fsaf_r50_fpn_1x_coco/f ### Install Dependencies +Contact the Iluvatar administrator to get the missing packages: +- mmcv-2.1.0+corex.4.3.0-cp310-cp310-linux_x86_64.whl + ```bash # Install libGL ## CentOS diff --git a/models/cv/object_detection/gfl/igie/README.md b/models/cv/object_detection/gfl/igie/README.md index 4f64c7b937fc33089d26ab1458f03b280dad7862..2622fff788650c2660138f60bb8a5d9af504ed48 100644 --- a/models/cv/object_detection/gfl/igie/README.md +++ b/models/cv/object_detection/gfl/igie/README.md @@ -21,6 +21,9 @@ Dataset: to download the valida ### Install Dependencies +Contact the Iluvatar administrator to get the missing packages: +- mmcv-2.1.0+corex.4.3.0-cp310-cp310-linux_x86_64.whl + ```bash # Install libGL ## CentOS diff --git a/models/cv/object_detection/hrnet/igie/README.md b/models/cv/object_detection/hrnet/igie/README.md index 8c1a8be33e326eaeaa0d98771efe12238d89278c..751a338e396b5da456a6180d8e9b12fc14b46ac4 100644 --- a/models/cv/object_detection/hrnet/igie/README.md +++ b/models/cv/object_detection/hrnet/igie/README.md @@ -21,6 +21,9 @@ Dataset: to download the valida ### Install Dependencies +Contact the Iluvatar administrator to get the missing packages: +- mmcv-2.1.0+corex.4.3.0-cp310-cp310-linux_x86_64.whl + ```bash # Install libGL ## CentOS diff --git a/models/cv/object_detection/hrnet/ixrt/README.md b/models/cv/object_detection/hrnet/ixrt/README.md index 41626061d4129738c09f33d48635922a4ca691a0..148630903cca7ea0c092253fc448cfbe4e7acada 100644 --- a/models/cv/object_detection/hrnet/ixrt/README.md +++ b/models/cv/object_detection/hrnet/ixrt/README.md @@ -21,6 +21,9 @@ Dataset: to download the valida ### Install Dependencies +Contact the Iluvatar administrator to get the missing packages: +- mmcv-2.1.0+corex.4.3.0-cp310-cp310-linux_x86_64.whl + ```bash # Install libGL ## CentOS diff --git a/models/cv/object_detection/paa/igie/README.md b/models/cv/object_detection/paa/igie/README.md index df48de68076fee67d303369f778cc5b9277efeba..b98ad822973a0542f3f51a85b63c95de8f0a9a23 100644 --- a/models/cv/object_detection/paa/igie/README.md +++ b/models/cv/object_detection/paa/igie/README.md @@ -21,6 +21,9 @@ Dataset: to download the valida ### Install Dependencies +Contact the Iluvatar administrator to get the missing packages: +- mmcv-2.1.0+corex.4.3.0-cp310-cp310-linux_x86_64.whl + ```bash # Install libGL ## CentOS diff --git a/models/cv/object_detection/paa/ixrt/README.md b/models/cv/object_detection/paa/ixrt/README.md index 200ec507f458edb405d1e37c002fdc332f87c308..97cbd9ec2371349909c2eb635b72698c1c94723d 100644 --- a/models/cv/object_detection/paa/ixrt/README.md +++ b/models/cv/object_detection/paa/ixrt/README.md @@ -24,9 +24,11 @@ wget https://download.openmmlab.com/mmdetection/v2.0/paa/paa_r50_fpn_1x_coco/paa ### Install Dependencies +Contact the Iluvatar administrator to get the missing packages: +- mmcv-2.1.0+corex.4.3.0-cp310-cp310-linux_x86_64.whl + ```bash pip3 install -r requirements.txt -# Contact the Iluvatar administrator to get the mmcv install package. ``` ### Model Conversion diff --git a/models/cv/object_detection/retinaface/igie/README.md b/models/cv/object_detection/retinaface/igie/README.md index 7f354187accd4e59d49567b8403a46e21c17798f..9d7833b139f339e9d2ddb601d5817fcb5352e7b7 100755 --- a/models/cv/object_detection/retinaface/igie/README.md +++ b/models/cv/object_detection/retinaface/igie/README.md @@ -21,6 +21,9 @@ Dataset: to download the validation dataset. ### Install Dependencies +Contact the Iluvatar administrator to get the missing packages: +- mmcv-2.1.0+corex.4.3.0-cp310-cp310-linux_x86_64.whl + ```bash # Install libGL ## CentOS diff --git a/models/cv/object_detection/retinaface/ixrt/README.md b/models/cv/object_detection/retinaface/ixrt/README.md index 424f91839006794c28c5542b692262c1699547f7..9b0bb6caa83349d26ea5cb08a6181186dc81f9df 100644 --- a/models/cv/object_detection/retinaface/ixrt/README.md +++ b/models/cv/object_detection/retinaface/ixrt/README.md @@ -25,6 +25,9 @@ wget https://github.com/biubug6/Face-Detector-1MB-with-landmark/raw/master/weigh ### Install Dependencies +Contact the Iluvatar administrator to get the missing packages: +- mmcv-2.1.0+corex.4.3.0-cp310-cp310-linux_x86_64.whl + ```bash # Install libGL ## CentOS diff --git a/models/cv/object_detection/retinanet/igie/README.md b/models/cv/object_detection/retinanet/igie/README.md index 10c8173ef013bf4476c64edc37a703d9c5d92e86..eaad1376e5248514e15dcc6515b0f191cff17bbe 100644 --- a/models/cv/object_detection/retinanet/igie/README.md +++ b/models/cv/object_detection/retinanet/igie/README.md @@ -21,6 +21,9 @@ Dataset: to download the valida ### Install Dependencies +Contact the Iluvatar administrator to get the missing packages: +- mmcv-2.1.0+corex.4.3.0-cp310-cp310-linux_x86_64.whl + ```bash # Install libGL ## CentOS diff --git a/models/cv/object_detection/retinanet/ixrt/README.md b/models/cv/object_detection/retinanet/ixrt/README.md index 7b63a3cebfa5365147e1eda100a55d7266987589..b39473611357a79ee7f0af8057fece17b5360fe2 100644 --- a/models/cv/object_detection/retinanet/ixrt/README.md +++ b/models/cv/object_detection/retinanet/ixrt/README.md @@ -24,9 +24,11 @@ wget https://download.openmmlab.com/mmdetection/v2.0/retinanet/retinanet_r50_fpn ### Install Dependencies +Contact the Iluvatar administrator to get the missing packages: +- mmcv-2.1.0+corex.4.3.0-cp310-cp310-linux_x86_64.whl + ```bash pip3 install -r requirements.txt -# Contact the Iluvatar administrator to get the mmcv install package. ``` ### Model Conversion diff --git a/models/cv/object_detection/rtmdet/igie/README.md b/models/cv/object_detection/rtmdet/igie/README.md index bd6db5e3c8e3a6a3dd8ab6566df0b3530c7ba45f..17460c92e8fc7d48607fb52cc1e7e6a9756afbcf 100644 --- a/models/cv/object_detection/rtmdet/igie/README.md +++ b/models/cv/object_detection/rtmdet/igie/README.md @@ -25,6 +25,9 @@ wget https://download.openmmlab.com/mmpose/v1/projects/rtmpose/rtmdet_nano_8xb32 ### Install Dependencies +Contact the Iluvatar administrator to get the missing packages: +- mmcv-2.1.0+corex.4.3.0-cp310-cp310-linux_x86_64.whl + ```bash # Install libGL ## CentOS diff --git a/models/cv/object_detection/sabl/igie/README.md b/models/cv/object_detection/sabl/igie/README.md index 1fc9126b980cb780251b6deb390ed7493550c4a5..b26d85146b94be4e43bbb7db35a6a1f912432769 100644 --- a/models/cv/object_detection/sabl/igie/README.md +++ b/models/cv/object_detection/sabl/igie/README.md @@ -25,6 +25,9 @@ wget https://download.openmmlab.com/mmdetection/v2.0/sabl/sabl_retinanet_r50_fpn ### Install Dependencies +Contact the Iluvatar administrator to get the missing packages: +- mmcv-2.1.0+corex.4.3.0-cp310-cp310-linux_x86_64.whl + ```bash # Install libGL ## CentOS diff --git a/models/cv/object_detection/ssd/igie/README.md b/models/cv/object_detection/ssd/igie/README.md index 388064446e057c621f68a254e27b5aa47fc8cc2d..4e24ba4356124584096b65b91b3047a99a5ad120 100644 --- a/models/cv/object_detection/ssd/igie/README.md +++ b/models/cv/object_detection/ssd/igie/README.md @@ -20,6 +20,9 @@ Dataset: to download the valida ### Install Dependencies +Contact the Iluvatar administrator to get the missing packages: +- mmcv-2.1.0+corex.4.3.0-cp310-cp310-linux_x86_64.whl + ```bash # Install libGL ## CentOS diff --git a/models/cv/object_detection/yolof/igie/README.md b/models/cv/object_detection/yolof/igie/README.md index d07647abf7a1e4efa87c54fe1001b5309c3e65f5..25b3f033ac4fa04918f11690275a5f41471a0d1f 100644 --- a/models/cv/object_detection/yolof/igie/README.md +++ b/models/cv/object_detection/yolof/igie/README.md @@ -20,6 +20,9 @@ Dataset: to download the valida ### Install Dependencies +Contact the Iluvatar administrator to get the missing packages: +- mmcv-2.1.0+corex.4.3.0-cp310-cp310-linux_x86_64.whl + ```bash # Install libGL ## CentOS diff --git a/models/cv/object_detection/yolov10/igie/README.md b/models/cv/object_detection/yolov10/igie/README.md index 928ba8b74182601f49f2366288cb774bb7e8db5c..ceb61266f25eb3c55a1ab1d0532ff9db5b9c849d 100644 --- a/models/cv/object_detection/yolov10/igie/README.md +++ b/models/cv/object_detection/yolov10/igie/README.md @@ -19,6 +19,9 @@ Pretrained model: to download the valida ### Install Dependencies +Contact the Iluvatar administrator to get the missing packages: +- mmcv-2.1.0+corex.4.3.0-cp310-cp310-linux_x86_64.whl + ```bash # Install libGL ## CentOS diff --git a/models/cv/object_detection/yolov3/ixrt/README.md b/models/cv/object_detection/yolov3/ixrt/README.md index 6963361c516c2893f1acf6947eebe4b7a6938d99..34b82267b8b56344341c7f0473c133209b87be92 100644 --- a/models/cv/object_detection/yolov3/ixrt/README.md +++ b/models/cv/object_detection/yolov3/ixrt/README.md @@ -24,6 +24,9 @@ Dataset: to download the valida ### Install Dependencies +Contact the Iluvatar administrator to get the missing packages: +- mmcv-2.1.0+corex.4.3.0-cp310-cp310-linux_x86_64.whl + ```bash # Install libGL ## CentOS diff --git a/models/cv/object_detection/yolov4/igie/README.md b/models/cv/object_detection/yolov4/igie/README.md index 4ef0025476489f8e1d109cd02b52d22827fb9547..c3681397dd1741cef4ea435e3794155ed14e22a0 100644 --- a/models/cv/object_detection/yolov4/igie/README.md +++ b/models/cv/object_detection/yolov4/igie/README.md @@ -22,6 +22,9 @@ Dataset: to download the valida ### Install Dependencies +Contact the Iluvatar administrator to get the missing packages: +- mmcv-2.1.0+corex.4.3.0-cp310-cp310-linux_x86_64.whl + ```bash # Install libGL ## CentOS diff --git a/models/cv/object_detection/yolov4/ixrt/README.md b/models/cv/object_detection/yolov4/ixrt/README.md index 14810cf997da5a2b2f2973d160536a4218a482c2..2795658bb17113e3cc70659949944d9a79b0dad6 100644 --- a/models/cv/object_detection/yolov4/ixrt/README.md +++ b/models/cv/object_detection/yolov4/ixrt/README.md @@ -22,6 +22,9 @@ Dataset: to download the valida ### Install Dependencies +Contact the Iluvatar administrator to get the missing packages: +- mmcv-2.1.0+corex.4.3.0-cp310-cp310-linux_x86_64.whl + ```bash # Install libGL ## CentOS diff --git a/models/cv/object_detection/yolov5/igie/README.md b/models/cv/object_detection/yolov5/igie/README.md index 6a8f30d9e1a699d0a156239f3aacceeaa734494e..3a94cc17a24e039c58a88a5438993240f6f59c58 100644 --- a/models/cv/object_detection/yolov5/igie/README.md +++ b/models/cv/object_detection/yolov5/igie/README.md @@ -21,6 +21,9 @@ Dataset: to download the valida ### Install Dependencies +Contact the Iluvatar administrator to get the missing packages: +- mmcv-2.1.0+corex.4.3.0-cp310-cp310-linux_x86_64.whl + ```bash # Install libGL ## CentOS diff --git a/models/cv/object_detection/yolov5/ixrt/README.md b/models/cv/object_detection/yolov5/ixrt/README.md index de030adb22a8b553f96db0eafc07632fd82ebc7e..5e8cea88eee85e51ff4503e64ea5dfe96c1e4dc4 100644 --- a/models/cv/object_detection/yolov5/ixrt/README.md +++ b/models/cv/object_detection/yolov5/ixrt/README.md @@ -24,6 +24,9 @@ Dataset: to download the valida ### Install Dependencies +Contact the Iluvatar administrator to get the missing packages: +- mmcv-2.1.0+corex.4.3.0-cp310-cp310-linux_x86_64.whl + ```bash # Install libGL ## CentOS diff --git a/models/cv/object_detection/yolov5s/ixrt/README.md b/models/cv/object_detection/yolov5s/ixrt/README.md index 1e216cfbced32a230cd7901637fd1167c0018652..b00b00cb7038047efb72fdff1760e12589d97456 100755 --- a/models/cv/object_detection/yolov5s/ixrt/README.md +++ b/models/cv/object_detection/yolov5s/ixrt/README.md @@ -21,6 +21,9 @@ Dataset: to download the valida ### Install Dependencies +Contact the Iluvatar administrator to get the missing packages: +- mmcv-2.1.0+corex.4.3.0-cp310-cp310-linux_x86_64.whl + ```bash # Install libGL ## CentOS diff --git a/models/cv/object_detection/yolov6/igie/README.md b/models/cv/object_detection/yolov6/igie/README.md index bbb1ba209aac9e324984fa024ecbf236272bb4ec..68949b49ea7c75460acb44d0f394d9fe588ed55e 100644 --- a/models/cv/object_detection/yolov6/igie/README.md +++ b/models/cv/object_detection/yolov6/igie/README.md @@ -21,6 +21,9 @@ Dataset: to download the valida ### Install Dependencies +Contact the Iluvatar administrator to get the missing packages: +- mmcv-2.1.0+corex.4.3.0-cp310-cp310-linux_x86_64.whl + ```bash # Install libGL ## CentOS diff --git a/models/cv/object_detection/yolov6/ixrt/README.md b/models/cv/object_detection/yolov6/ixrt/README.md index 947cbc6998ad1456385fedd15c994fed9cd55046..0aa4a9d44a234450ea63052e43c76e43bec3ee2e 100644 --- a/models/cv/object_detection/yolov6/ixrt/README.md +++ b/models/cv/object_detection/yolov6/ixrt/README.md @@ -21,6 +21,9 @@ Dataset: to download the valida ### Install Dependencies +Contact the Iluvatar administrator to get the missing packages: +- mmcv-2.1.0+corex.4.3.0-cp310-cp310-linux_x86_64.whl + ```bash # Install libGL ## CentOS diff --git a/models/cv/object_detection/yolov7/igie/README.md b/models/cv/object_detection/yolov7/igie/README.md index e5979c9c2f38284830fb4ab8ee9a9b9964e2357b..3491c2b26a9c69b3f9884b6e9da9cf19e58f4b70 100644 --- a/models/cv/object_detection/yolov7/igie/README.md +++ b/models/cv/object_detection/yolov7/igie/README.md @@ -21,6 +21,9 @@ Dataset: to download the valida ### Install Dependencies +Contact the Iluvatar administrator to get the missing packages: +- mmcv-2.1.0+corex.4.3.0-cp310-cp310-linux_x86_64.whl + ```bash # Install libGL ## CentOS diff --git a/models/cv/object_detection/yolov7/ixrt/README.md b/models/cv/object_detection/yolov7/ixrt/README.md index 641440a5eec66bf5e8070f19b99b12fc7bc95af0..1b9562ef59d96f1a0a07a2a0d3507d4319793baa 100644 --- a/models/cv/object_detection/yolov7/ixrt/README.md +++ b/models/cv/object_detection/yolov7/ixrt/README.md @@ -24,6 +24,9 @@ Dataset: to download the valida ### Install Dependencies +Contact the Iluvatar administrator to get the missing packages: +- mmcv-2.1.0+corex.4.3.0-cp310-cp310-linux_x86_64.whl + ```bash # Install libGL ## CentOS diff --git a/models/cv/object_detection/yolov8/igie/README.md b/models/cv/object_detection/yolov8/igie/README.md index 7b069b0bc1b2023a28e53b3511ae7641927dd17c..3ad88c4d914efa1f38462a6efb3655a1e23447e5 100644 --- a/models/cv/object_detection/yolov8/igie/README.md +++ b/models/cv/object_detection/yolov8/igie/README.md @@ -21,6 +21,9 @@ Dataset: to download the valida ### Install Dependencies +Contact the Iluvatar administrator to get the missing packages: +- mmcv-2.1.0+corex.4.3.0-cp310-cp310-linux_x86_64.whl + ```bash # Install libGL ## CentOS diff --git a/models/cv/object_detection/yolov8/ixrt/README.md b/models/cv/object_detection/yolov8/ixrt/README.md index f7ea4ddaaf544a4381e7a824686cf96458080945..7a54654fe7ea05a9ee9b0fac420d6c804a5118fa 100644 --- a/models/cv/object_detection/yolov8/ixrt/README.md +++ b/models/cv/object_detection/yolov8/ixrt/README.md @@ -21,6 +21,9 @@ Dataset: to download the valida ### Install Dependencies +Contact the Iluvatar administrator to get the missing packages: +- mmcv-2.1.0+corex.4.3.0-cp310-cp310-linux_x86_64.whl + ```bash # Install libGL ## CentOS diff --git a/models/cv/object_detection/yolov9/igie/README.md b/models/cv/object_detection/yolov9/igie/README.md index 4bec9a289a3c3943ad984a99f61f63d455478bd0..7e7214fe31ef992d78473a78722e2ce5d94ce19f 100644 --- a/models/cv/object_detection/yolov9/igie/README.md +++ b/models/cv/object_detection/yolov9/igie/README.md @@ -19,6 +19,9 @@ Pretrained model: to download the valida ### Install Dependencies +Contact the Iluvatar administrator to get the missing packages: +- mmcv-2.1.0+corex.4.3.0-cp310-cp310-linux_x86_64.whl + ```bash # Install libGL ## CentOS diff --git a/models/cv/object_detection/yolox/ixrt/README.md b/models/cv/object_detection/yolox/ixrt/README.md index 2d4fb0c872d02b09796a8cb825db3f8f44a4cfeb..8e73c40fb2468a3b1503b9a2fd1474057641cebc 100644 --- a/models/cv/object_detection/yolox/ixrt/README.md +++ b/models/cv/object_detection/yolox/ixrt/README.md @@ -22,6 +22,9 @@ Dataset: to download the valida ### Install Dependencies +Contact the Iluvatar administrator to get the missing packages: +- mmcv-2.1.0+corex.4.3.0-cp310-cp310-linux_x86_64.whl + ```bash # Install libGL ## CentOS diff --git a/models/cv/ocr/kie_layoutxlm/igie/README.md b/models/cv/ocr/kie_layoutxlm/igie/README.md index bc64cfc1b78ae20b6fe4b9a9c36bf6ef8a143bb4..ebe6ec11d1e1c4e500c6a6a541471a14df70917b 100644 --- a/models/cv/ocr/kie_layoutxlm/igie/README.md +++ b/models/cv/ocr/kie_layoutxlm/igie/README.md @@ -19,6 +19,11 @@ Pretrained model: to download the XFUND_zh dataset. +### Install Dependencies + +Contact the Iluvatar administrator to get the missing packages: +- paddlepaddle-3.0.0+corex.4.3.0-cp310-cp310-linux_x86_64.whl + ```bash pip3 install -r requirements.txt ``` diff --git a/models/cv/ocr/svtr/igie/README.md b/models/cv/ocr/svtr/igie/README.md index f9aedccdd9d4ce4b504a2e8e66c03f90b58ec5e4..6fb83dd2de8e694f33e5fa91d3da29057df26bb8 100644 --- a/models/cv/ocr/svtr/igie/README.md +++ b/models/cv/ocr/svtr/igie/README.md @@ -19,6 +19,11 @@ Pretrained model: to download the lmdb evaluation datasets. +### Install Dependencies + +Contact the Iluvatar administrator to get the missing packages: +- paddlepaddle-3.0.0+corex.4.3.0-cp310-cp310-linux_x86_64.whl + ```bash # Install libGL ## CentOS diff --git a/models/cv/semantic_segmentation/unet/igie/README.md b/models/cv/semantic_segmentation/unet/igie/README.md index a168b53fbe651d79203017af9f69e6e971ab6980..bdb303afd94d45d20b7d5b65bd06d9d51a6b4c02 100644 --- a/models/cv/semantic_segmentation/unet/igie/README.md +++ b/models/cv/semantic_segmentation/unet/igie/README.md @@ -21,6 +21,9 @@ Dataset: to download the dataset. ### Install Dependencies +Contact the Iluvatar administrator to get the missing packages: +- mmcv-2.1.0+corex.4.3.0-cp310-cp310-linux_x86_64.whl + ```bash # Install libGL ## CentOS diff --git a/models/multimodal/vision_language_model/intern_vl/vllm/README.md b/models/multimodal/vision_language_model/intern_vl/vllm/README.md index dc9d06b2e5c9ebd3395672bc5e4ddcc5aff8de13..c733458798be71c314036eb6db25bac60e52666a 100644 --- a/models/multimodal/vision_language_model/intern_vl/vllm/README.md +++ b/models/multimodal/vision_language_model/intern_vl/vllm/README.md @@ -31,19 +31,6 @@ ln -s /path/to/InternVL2-4B ./data/intern_vl In order to run the model smoothly, you need to get the sdk from [resource center](https://support.iluvatar.com/#/ProductLine?id=2) of Iluvatar CoreX official website. -```bash -# Install libGL -## CentOS -yum install -y mesa-libGL -## Ubuntu -apt install -y libgl1-mesa-glx - -# Contact the iluvatar manager to get adapted install packages of vllm, triton, and ixformer -pip3 install vllm -pip3 install triton -pip3 install ixformer -``` - ## Model Inference ```bash diff --git a/models/nlp/llm/llama2-7b/vllm/README.md b/models/nlp/llm/llama2-7b/vllm/README.md index 78f9081126d24f2f9cae211817a0f0411d6ea5dd..4896624525572e2c4e1e5a8eaa734eefcf45e4dd 100755 --- a/models/nlp/llm/llama2-7b/vllm/README.md +++ b/models/nlp/llm/llama2-7b/vllm/README.md @@ -33,19 +33,6 @@ ln -s /path/to/llama2-7b ./data/llama2 In order to run the model smoothly, you need to get the sdk from [resource center](https://support.iluvatar.com/#/ProductLine?id=2) of Iluvatar CoreX official website. -```bash -# Install libGL -## CentOS -yum install -y mesa-libGL -## Ubuntu -apt install -y libgl1-mesa-glx - -# Contact the iluvatar manager to get adapted install packages of vllm, triton, and ixformer -pip3 install vllm -pip3 install triton -pip3 install ixformer -``` - ## Model Inference ```bash diff --git a/models/nlp/llm/qwen-7b/vllm/README.md b/models/nlp/llm/qwen-7b/vllm/README.md index b7051d694ce3cfc695dd220319b415f223d0d295..0d98ddf3fef8647d6285cda72f29587b9023dfe0 100644 --- a/models/nlp/llm/qwen-7b/vllm/README.md +++ b/models/nlp/llm/qwen-7b/vllm/README.md @@ -33,19 +33,6 @@ ln -s /path/to/Qwen-7B ./data/qwen In order to run the model smoothly, you need to get the sdk from [resource center](https://support.iluvatar.com/#/ProductLine?id=2) of Iluvatar CoreX official website. -```bash -# Install libGL -## CentOS -yum install -y mesa-libGL -## Ubuntu -apt install -y libgl1-mesa-glx - -# Contact the iluvatar manager to get adapted install packages of vllm, triton, and ixformer -pip3 install vllm -pip3 install triton -pip3 install ixformer -``` - ## Model Inference ```bash diff --git a/models/nlp/llm/qwen1.5-32b/vllm/README.md b/models/nlp/llm/qwen1.5-32b/vllm/README.md index 158d882a6ca14e5d8d25ac0bd92ab7a910c538e5..e9c2c64f2bd373e2e88f6f96d551b05182f48ada 100755 --- a/models/nlp/llm/qwen1.5-32b/vllm/README.md +++ b/models/nlp/llm/qwen1.5-32b/vllm/README.md @@ -28,18 +28,8 @@ ln -s /path/to/Qwen1.5-32B ./data/qwen1.5 ### Install Dependencies -```bash -# Install libGL -## CentOS -yum install -y mesa-libGL -## Ubuntu -apt install -y libgl1-mesa-glx - -# Contact the iluvatar manager to get adapted install packages of vllm, triton, and ixformer -pip3 install vllm -pip3 install triton -pip3 install ixformer -``` +In order to run the model smoothly, you need to get the sdk from [resource +center](https://support.iluvatar.com/#/ProductLine?id=2) of Iluvatar CoreX official website. ## Model Inference diff --git a/models/nlp/llm/qwen2-72b/vllm/README.md b/models/nlp/llm/qwen2-72b/vllm/README.md index 69a0cc9c3ae43c1a15ab0d144868df0ccc5c7f59..a76e043311776b1ae32617c5cdb7aee82644d3aa 100755 --- a/models/nlp/llm/qwen2-72b/vllm/README.md +++ b/models/nlp/llm/qwen2-72b/vllm/README.md @@ -35,18 +35,8 @@ ln -s /path/to/Qwen2-72B ./data/qwen2 ### Install Dependencies -```bash -# Install libGL -## CentOS -yum install -y mesa-libGL -## Ubuntu -apt install -y libgl1-mesa-glx - -# Contact the iluvatar manager to get adapted install packages of vllm, triton, and ixformer -pip3 install vllm -pip3 install triton -pip3 install ixformer -``` +In order to run the model smoothly, you need to get the sdk from [resource +center](https://support.iluvatar.com/#/ProductLine?id=2) of Iluvatar CoreX official website. ## Model Inference diff --git a/models/nlp/llm/qwen2-7b/vllm/README.md b/models/nlp/llm/qwen2-7b/vllm/README.md index b7b28e4584268e5b4d7ac0f3fcdccad71eac197a..217eb6525adcdfe6cfa7aebf0542e42db0b0e320 100755 --- a/models/nlp/llm/qwen2-7b/vllm/README.md +++ b/models/nlp/llm/qwen2-7b/vllm/README.md @@ -34,18 +34,8 @@ ln -s /path/to/Qwen2-7B-Instruct ./data/qwen2 ### Install Dependencies -```bash -# Install libGL -## CentOS -yum install -y mesa-libGL -## Ubuntu -apt install -y libgl1-mesa-glx - -# Contact the iluvatar manager to get adapted install packages of vllm, triton, and ixformer -pip3 install vllm -pip3 install triton -pip3 install ixformer -``` +In order to run the model smoothly, you need to get the sdk from [resource +center](https://support.iluvatar.com/#/ProductLine?id=2) of Iluvatar CoreX official website. ## Model Inference diff --git a/models/nlp/plm/albert/ixrt/README.md b/models/nlp/plm/albert/ixrt/README.md index d53712c9d0cac7ba4c3e532365bb3566e5f0fd40..1248945b7f46ffffb8d48fab714e40add9700c7a 100644 --- a/models/nlp/plm/albert/ixrt/README.md +++ b/models/nlp/plm/albert/ixrt/README.md @@ -30,6 +30,11 @@ bash ./scripts/prepare_model_and_dataset.sh ### Install Dependencies +Contact the Iluvatar administrator to get the missing packages: +- tensorflow-2.16.2+corex.4.3.0-cp310-cp310-linux_x86_64.whl +- ixrt-1.0.0a0+corex.4.3.0-cp310-cp310-linux_x86_64.whl +- cuda_python-11.8.0+corex.4.3.0-cp310-cp310-linux_x86_64.whl + ```bash apt install -y libnuma-dev diff --git a/models/nlp/plm/bert_base_squad/ixrt/README.md b/models/nlp/plm/bert_base_squad/ixrt/README.md index b9569a6cc481b640d130860a00330a77f21200e1..0372004e7a59f4f6bb5fa04a16a1e2dd6d8d26fa 100644 --- a/models/nlp/plm/bert_base_squad/ixrt/README.md +++ b/models/nlp/plm/bert_base_squad/ixrt/README.md @@ -22,6 +22,10 @@ bash script/prepare.sh v1_1 ### Install Dependencies +Contact the Iluvatar administrator to get the missing packages: +- ixrt-1.0.0a0+corex.4.3.0-cp310-cp310-linux_x86_64.whl +- cuda_python-11.8.0+corex.4.3.0-cp310-cp310-linux_x86_64.whl + #### Install on Iluvatar ```bash diff --git a/models/nlp/plm/bert_large_squad/ixrt/README.md b/models/nlp/plm/bert_large_squad/ixrt/README.md index 0670e856bd1bb8b8d630c68a730841d8bf33cf90..a6a90eabecf55369443b28fb1dcfcd5699e69e31 100644 --- a/models/nlp/plm/bert_large_squad/ixrt/README.md +++ b/models/nlp/plm/bert_large_squad/ixrt/README.md @@ -18,6 +18,11 @@ BERT is designed to pre-train deep bidirectional representations from unlabeled Get `bert-large-uncased.zip` from [Google Drive](https://drive.google.com/file/d/1eD8QBkbK6YN-_YXODp3tmpp3cZKlrPTA/view?usp=drive_link) +### Install Dependencies + +Contact the Iluvatar administrator to get the missing packages: +- ixrt-1.0.0a0+corex.4.3.0-cp310-cp310-linux_x86_64.whl +- cuda_python-11.8.0+corex.4.3.0-cp310-cp310-linux_x86_64.whl ## Model Inference diff --git a/models/nlp/plm/deberta/ixrt/README.md b/models/nlp/plm/deberta/ixrt/README.md index cd2e30b13a60e956a4e9e6204655ef961e391df4..df60dcb7efa1bbbceb1c7378cc396ae32356c242 100644 --- a/models/nlp/plm/deberta/ixrt/README.md +++ b/models/nlp/plm/deberta/ixrt/README.md @@ -30,6 +30,11 @@ bash ./scripts/prepare_model_and_dataset.sh ### Install Dependencies +Contact the Iluvatar administrator to get the missing packages: +- tensorflow-2.16.2+corex.4.3.0-cp310-cp310-linux_x86_64.whl +- ixrt-1.0.0a0+corex.4.3.0-cp310-cp310-linux_x86_64.whl +- cuda_python-11.8.0+corex.4.3.0-cp310-cp310-linux_x86_64.whl + ```bash export PROJ_ROOT=/PATH/TO/DEEPSPARKINFERENCE export MODEL_PATH=${PROJ_ROOT}/models/nlp/language_model/deberta/ixrt diff --git a/models/nlp/plm/roberta/ixrt/README.md b/models/nlp/plm/roberta/ixrt/README.md index a25cf8047366a4b891174548b88b112f8bb27a4e..e234123558063da3c2f72966c66821aa02cbef55 100644 --- a/models/nlp/plm/roberta/ixrt/README.md +++ b/models/nlp/plm/roberta/ixrt/README.md @@ -28,6 +28,11 @@ Dataset: ### Install Dependencies +Contact the Iluvatar administrator to get the missing packages: +- tensorflow-2.16.2+corex.4.3.0-cp310-cp310-linux_x86_64.whl +- ixrt-1.0.0a0+corex.4.3.0-cp310-cp310-linux_x86_64.whl +- cuda_python-11.8.0+corex.4.3.0-cp310-cp310-linux_x86_64.whl + ```bash export PROJ_ROOT=/PATH/TO/DEEPSPARKINFERENCE export MODEL_PATH=${PROJ_ROOT}/models/nlp/language_model/roberta/ixrt diff --git a/models/nlp/plm/roformer/ixrt/README.md b/models/nlp/plm/roformer/ixrt/README.md index 3b90ce7a23671cc7c4f21ee79f2445c3a467d5e7..bad1940351c4e3e8eaa546f0ad1b94d07eb3deae 100644 --- a/models/nlp/plm/roformer/ixrt/README.md +++ b/models/nlp/plm/roformer/ixrt/README.md @@ -45,6 +45,11 @@ popd ### Install Dependencies +Contact the Iluvatar administrator to get the missing packages: +- tensorflow-2.16.2+corex.4.3.0-cp310-cp310-linux_x86_64.whl +- ixrt-1.0.0a0+corex.4.3.0-cp310-cp310-linux_x86_64.whl +- cuda_python-11.8.0+corex.4.3.0-cp310-cp310-linux_x86_64.whl + ```bash apt install -y libnuma-dev