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
192 changes: 106 additions & 86 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,123 +120,143 @@ jobs:
max-parallel: ${{ fromJson(needs.check-vm.outputs.max-parallel).size || 10 }}
matrix:
include:
- cuda: 128
torch: 2.8.0
# pytorch 2.9
# cuda 13
- cuda: 130
torch: 2.9.0
python: 314
- cuda: 130
torch: 2.9.0
python: 314t
- cuda: 130
torch: 2.9.0
python: 313t
- cuda: 128
torch: 2.8.0
- cuda: 130
torch: 2.9.0
python: 313
- cuda: 130
torch: 2.9.0
python: 312
- cuda: 130
torch: 2.9.0
python: 311
- cuda: 130
torch: 2.9.0
python: 310
# cuda 128
- cuda: 128
torch: 2.8.0
python: 313
torch: 2.9.0
python: 314
- cuda: 128
torch: 2.7.0
torch: 2.9.0
python: 314t
- cuda: 128
torch: 2.9.0
python: 313t
- cuda: 128
torch: 2.7.0
torch: 2.9.0
python: 313
- cuda: 128
torch: 2.7.0
torch: 2.9.0
python: 312
- cuda: 128
torch: 2.7.0
torch: 2.9.0
python: 311
- cuda: 128
torch: 2.9.0
python: 310
# cuda 126
- cuda: 126
torch: 2.8.0
python: 311
torch: 2.9.0
python: 314
- cuda: 126
torch: 2.8.0
python: 312
torch: 2.9.0
python: 314t
- cuda: 126
torch: 2.7.0
torch: 2.9.0
python: 313t
- cuda: 126
torch: 2.7.0
torch: 2.9.0
python: 313
- cuda: 126
torch: 2.6.0
python: 313
- cuda: 126
torch: 2.6.0
python: 313t
- cuda: 126
torch: 2.7.0
python: 312
- cuda: 126
torch: 2.6.0
torch: 2.9.0
python: 312
- cuda: 126
torch: 2.7.0
torch: 2.9.0
python: 311
- cuda: 126
torch: 2.6.0
python: 311
- cuda: 124
torch: 2.5.1
torch: 2.9.0
python: 310

# pytorch 2.8
# cuda 13
- cuda: 130
torch: 2.8.0
python: 314
- cuda: 130
torch: 2.8.0
python: 314t
- cuda: 130
torch: 2.8.0
python: 313t
- cuda: 130
torch: 2.8.0
python: 313
- cuda: 124
torch: 2.5.1
- cuda: 130
torch: 2.8.0
python: 312
- cuda: 124
torch: 2.5.1
- cuda: 130
torch: 2.8.0
python: 311
- cuda: 121
torch: 2.5.1
- cuda: 130
torch: 2.8.0
python: 310
# cuda 128
- cuda: 128
torch: 2.8.0
python: 314
- cuda: 128
torch: 2.8.0
python: 314t
- cuda: 128
torch: 2.8.0
python: 313t
- cuda: 128
torch: 2.8.0
python: 313
- cuda: 121
torch: 2.5.1
python: 312
- cuda: 121
torch: 2.4.1
python: 312
- cuda: 121
torch: 2.3.1
python: 312
- cuda: 121
torch: 2.2.2
- cuda: 128
torch: 2.8.0
python: 312
- cuda: 121
torch: 2.5.1
python: 311
- cuda: 121
torch: 2.4.1
python: 311
- cuda: 121
torch: 2.3.1
python: 311
- cuda: 121
torch: 2.2.2
python: 311
- cuda: 121
torch: 2.1.2
- cuda: 128
torch: 2.8.0
python: 311
- cuda: 118
torch: 2.5.1
- cuda: 128
torch: 2.8.0
python: 310
# cuda 126
- cuda: 126
torch: 2.8.0
python: 314
- cuda: 126
torch: 2.8.0
python: 314t
- cuda: 126
torch: 2.8.0
python: 313t
- cuda: 126
torch: 2.8.0
python: 313
- cuda: 118
torch: 2.5.1
python: 312
- cuda: 118
torch: 2.4.1
python: 312
- cuda: 118
torch: 2.3.1
python: 312
- cuda: 118
torch: 2.2.2
- cuda: 126
torch: 2.8.0
python: 312
- cuda: 118
torch: 2.5.1
python: 311
- cuda: 118
torch: 2.4.1
python: 311
- cuda: 118
torch: 2.3.1
python: 311
- cuda: 118
torch: 2.2.2
- cuda: 126
torch: 2.8.0
python: 311
- cuda: 126
torch: 2.8.0
python: 310


runs-on: [ self-hosted, xeon5 ]
needs:
- check-vm
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ dependencies = [
"datasets>=3.6.0",
"pyarrow>=21.0",
"dill>=0.3.8", # datasets requirements
"pypcre>=0.2.3",
# "cython>=3.1.4", # required by hf-xet/hf-transfer
# "flash-attn>=2.8.3", <-- install for lower vram usage
]
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@ maturin>=1.9.4
datasets>=3.6.0
pyarrow>=21.0
dill>=0.3.8
pypcre>=0.2.3