Skip to content

Commit

Permalink
Merge branch 'main' into dim-swaps
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonOresten authored Nov 26, 2024
2 parents afd58bc + 39dc60c commit 509b162
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- uses: julia-actions/julia-buildpkg@v1
- uses: julia-actions/julia-runtest@v1
- uses: julia-actions/julia-processcoverage@v1
- uses: codecov/codecov-action@v4
- uses: codecov/codecov-action@v5
with:
files: lcov.info
token: ${{ secrets.CODECOV_TOKEN }}
Expand Down
1 change: 1 addition & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ BytePairEncoding = "0.5"
Distributions = "0.25"
Flux = "0.14"
LowRankLayers = "1.0.0"
Metal = "1"
NNlib = "0.9"
SafeTensors = "1"
StatsBase = "0.34"
Expand Down

0 comments on commit 509b162

Please sign in to comment.