Skip to content

Commit 3d4c437

Browse files
clveryang杨智超
and
杨智超
authoredSep 22, 2023
Iluvatar Ixrt environment (#265)
* Ixrt environment * add touch config --------- Co-authored-by: 杨智超 <zhichao.yang@iluvatar.com>
1 parent a8599e7 commit 3d4c437

File tree

4 files changed

+9
-11
lines changed

4 files changed

+9
-11
lines changed
 

‎inference/configs/resnet50/vendor_config/iluvatar_configurations.yaml

-4
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,3 @@ ixrt_tmp_path: iluvatar_tmp/resnet50-fp16.engine
22
has_dynamic_axis: false
33
repeat: 1
44
image_size: 224
5-
exist_onnx_path: onnxs/resnet50_bs256_pytorch_fp16False.onnx
6-
# exist_compiler_path: resnet50-fp16.engine
7-
output_types: {"output":"float32"}
8-
input_types: {"input": "float32"}

‎inference/docker_images/iluvatar/pytorch/Dockerfile

+3-3
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ RUN apt-get install -y --fix-missing \
3838

3939

4040
# Configure anaconda
41-
RUN wget https://repo.anaconda.com/miniconda/Miniconda3-py38_4.10.3-Linux-x86_64.sh && \
42-
bash ./Miniconda3-py38_4.10.3-Linux-x86_64.sh -b -p /root/miniconda && \
43-
/root/miniconda/bin/conda clean -tipsy && \
41+
RUN wget https://repo.anaconda.com/miniconda/Miniconda3-py310_23.5.2-0-Linux-x86_64.sh && \
42+
bash ./Miniconda3-py310_23.5.2-0-Linux-x86_64.sh -b -p /root/miniconda && \
43+
/root/miniconda/bin/conda clean -tip && \
4444
ln -s /root/miniconda/etc/profile.d/conda.sh /etc/profile.d/conda.sh && \
4545
echo ". /root/miniconda/etc/profile.d/conda.sh" >> ~/.bashrc && \
4646
echo "conda activate base" >> ~/.bashrc && \

‎inference/docker_images/iluvatar/pytorch/packages/README.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,10 @@
22

33
>联系邮箱: contact-us@iluvatar.com
44
5-
ixrt-0.4.0+corex.3.2.0-cp38-cp38-linux_x86_64.whl
5+
ixrt-0.7.0+corex.latest.version-cp310-cp310-linux_x86_64.whl
66

7-
torch-1.13.1+corex.3.2.0-cp38-cp38-linux_x86_64.whl
7+
torchvision-0.14.1+corex.3.2.0.20230914.859-cp310-cp310-linux_x86_64.whl
88

9-
torchvision-0.14.1+corex.3.2.0-cp38-cp38-linux_x86_64.whl
9+
pycuda-2022.2.2+corex.3.2.0.20230914.859-cp310-cp310-linux_x86_64.whl
10+
11+
torch-1.13.1+corex.3.2.0.20230914.859-cp310-cp310-linux_x86_64.whl

‎inference/docker_images/iluvatar/pytorch/pytorch_install.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ done
1414
search_sdk_results=`find ${SDK_DIR} -name "corex*.run"`
1515
for installer in $search_sdk_results; do
1616
echo "Install ${installer}"
17-
sh "${installer}" -- --silent --driver --toolkit
17+
sh "${installer}" -- --silent --toolkit
1818
done
1919

2020
search_packages_results=`find ${PKG_DIR} -name "*.whl"`

0 commit comments

Comments
 (0)
Please sign in to comment.