Skip to content

Commit

Permalink
Merge pull request #43 from SebastianScherer88/add-annotated-transfor…
Browse files Browse the repository at this point in the history
…mer-pipeline-example

Add annotated transformer pipeline example
  • Loading branch information
SebastianScherer88 authored Nov 12, 2024
2 parents e2a25a0 + 717f55b commit 85ad4b6
Show file tree
Hide file tree
Showing 43 changed files with 1,699 additions and 678 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
component: ["standard", "pytorch", "pytorch-lightning"]
component: ["standard", "pytorch", "pytorch-lightning","annotated-transformer"]

steps:
- uses: actions/checkout@v4
Expand Down
10 changes: 10 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,16 @@ sdk/test/integration/outputs
sdk/test/docker/outputs
sdk/test/k8s/outputs

# build outputs
build/*
sdk/build/*
build_logs

# misc files
*.pt
check_manifests
error_logs

# pytorch lightning outputs
lightning_logs/*

Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 85ad4b6

Please sign in to comment.