Skip to content

Commit

Permalink
Update cmake-single-platform.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
patrikohlsson authored Oct 25, 2024
1 parent dac1a1a commit a89f8a2
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/cmake-single-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,13 @@ jobs:

- name: Install dependencies
# Install pytorch dependency
run: python3 -m pip install typing_extensions
run: |
python3 -m pip install typing_extensions
python3 -m pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu
- name: Export model
# Export the resnet50 example model
run: python3 export-model.py

- name: Configure CMake
# Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.
Expand Down

0 comments on commit a89f8a2

Please sign in to comment.