Skip to content

Commit d854ef7

Browse files
authored
Merge pull request #315 from mila-iqia/staging
Pytorch 2.6 & torchtune 0.3+
2 parents d1cb39a + dc0617d commit d854ef7

File tree

181 files changed

+9948
-6309
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

181 files changed

+9948
-6309
lines changed

.github/workflows/docker.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,15 @@ jobs:
3838
packages: write
3939

4040
steps:
41+
- uses: easimon/maximize-build-space@master
42+
with:
43+
remove-dotnet: 'true'
44+
remove-codeql: 'true'
45+
remove-haskell: 'true'
46+
remove-android: 'true'
47+
build-mount-path: /home/runner/work/milabench/
48+
root-reserve-mb: 30000
49+
4150
- name: Show all images
4251
run: |
4352
docker image ls

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,6 @@ benchmarks/voir
5858
benchmarks/*/base/
5959
benchmarks/lightning/lightning_logs/
6060

61-
benchmarks/*/src/
61+
benchmarks/*/src/
62+
63+
*.new.yml

.pin/constraints-cuda-gnn.txt

Lines changed: 0 additions & 338 deletions
This file was deleted.

0 commit comments

Comments
 (0)