Skip to content

Commit

Permalink
Add container to generate-ttnn-md.yml.
Browse files Browse the repository at this point in the history
  • Loading branch information
ddilbazTT committed Jan 10, 2025
1 parent c14f359 commit 4f2ece4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 12 deletions.
14 changes: 4 additions & 10 deletions .github/workflows/generate-ttnn-md.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,13 @@ jobs:
generate_md:
timeout-minutes: 120
runs-on: ubuntu-latest
container:
image: ghcr.io/tenstorrent/tt-torch/tt-torch-ci-ubuntu-22-04:latest
options: --user root

steps:
- uses: actions/checkout@v4

- name: Setpyenv
uses: actions/setup-python@v2
with:
python-version: 3.11

- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install -r requirements.txt
- name: Set reusable strings
id: strings
shell: bash
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/run-model-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
fail-fast: false
matrix:
build: [
{runs-on: n150, name: "run1", test_names: "stable_diffusion, Qwen, MobileNetV2, clip, flan_t5, mlpmixer, resnet, vilt, albert, codegen, glpn_kitti, mnist, resnet50, RMBG, unet_carvana, mgp-str-base, musicgen_small, segformer, torchvision, yolos"},
{runs-on: n150, name: "run2", test_names: "t5, whisper, autoencoder_conv, deit, gpt2, mobilenet_ssd, roberta, timm, xglm, autoencoder_linear, detr, beit, distilbert, hand_landmark, openpose, segment_anything, unet, yolov3, bert, dpr, hardnet, opt, speecht5_tts, unet_brain, yolov5, bloom, falcon, llama, perceiver_io, squeeze_bert, gpt_neo"},
{runs-on: n150, name: "run1", test_names: "stable_diffusion, mgp-str-base"},
{runs-on: n150, name: "run2", test_names: "t5"},
]
runs-on:
- ${{ matrix.build.runs-on }}
Expand Down

0 comments on commit 4f2ece4

Please sign in to comment.