Skip to content

Commit

Permalink
Merge pull request #180 from GilesStrong/feat_new_ladle_inferrence
Browse files Browse the repository at this point in the history
Feat new ladle inference
  • Loading branch information
GilesStrong authored Feb 10, 2024
2 parents 723387b + d55a9bb commit 56dd930
Show file tree
Hide file tree
Showing 21 changed files with 8,735 additions and 5,806 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: "3.8"
- uses: psf/black@22.1.0
- uses: psf/black@24.1.1
with:
args: ". --check"

Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/psf/black
rev: 22.3.0
rev: 24.1.1
hooks:
- id: black
language_version: python3
Expand Down
896 changes: 896 additions & 0 deletions dev/furnace_new_inf_data-gen_multiple.ipynb

Large diffs are not rendered by default.

Loading

0 comments on commit 56dd930

Please sign in to comment.