Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions .github/workflows/post_commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
# so that the user does not need to learn pre-commit and pre-commit can still
# be auto-executed by the workflow
pre-commit:
runs-on: ubuntu-latet
runs-on: ubuntu-latest
if: github.event.pull_request.merged == true && github.repository == 'nijkah/ColossalAI'
steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -95,5 +95,3 @@ jobs:
with:
pull-request-number: ${{ steps.cpr.outputs.pull-request-number }}
merge-method: squash


4 changes: 3 additions & 1 deletion examples/images/diffusion/scripts/tests/test_checkpoint.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,6 @@
out_1 = diffusion_model(random_input_, time_stamp, context_)
out_2 = dif_model_2(random_input_2, time_stamp2, context_2)
print(out_1.shape)
print(out_2['sample'].shape)
print(out_2['sample'].shape)