Skip to content

Commit 3847f9b

Browse files
committed
[CI] Add missing package + Add test cases
1 parent fdd5b54 commit 3847f9b

2 files changed

Lines changed: 10 additions & 2 deletions

File tree

.github/workflows/docker-image-2-8.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,18 @@ jobs:
5252
echo "Image did not become available in GHCR within expected time."
5353
exit 1
5454
55-
test-pytorchsim-wrapper:
55+
test-pytorchsim-wrapper1:
5656
needs: build-and-test
5757
uses: ./.github/workflows/pytorchsim_test.yml
5858
with:
5959
image_name: ghcr.io/psal-postech/torchsim-test-2-8:${{ github.sha }}
6060
vector_lane: 128
6161
spad_size: 128
62+
63+
test-pytorchsim-wrapper2:
64+
needs: build-and-test
65+
uses: ./.github/workflows/pytorchsim_test.yml
66+
with:
67+
image_name: ghcr.io/psal-postech/torchsim-test-2-8:${{ github.sha }}
68+
vector_lane: 32
69+
spad_size: 32

Dockerfile.base

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ RUN apt -y update && \
3434
python3-dev python-is-python3 libboost-all-dev \
3535
libhdf5-serial-dev python3-pydot libpng-dev libelf-dev pkg-config pip \
3636
python3-venv black libssl-dev libasan5 libubsan1 curl device-tree-compiler wget ninja-build && \
37-
pip install onnx matplotlib scikit-learn pydot tabulate && pip install --user conan==1.56.0 cmake==3.26.4 && rm -rf /var/lib/apt/lists/*
37+
pip install onnx matplotlib scikit-learn pydot tabulate flash_attn && pip install --user conan==1.56.0 cmake==3.26.4 && rm -rf /var/lib/apt/lists/*
3838

3939
# Download RISC-V tool chain
4040
RUN wget https://github.com/riscv-collab/riscv-gnu-toolchain/releases/download/2023.12.14/riscv64-glibc-ubuntu-22.04-llvm-nightly-2023.12.14-nightly.tar.gz && \

0 commit comments

Comments
 (0)