Merge pull request #54 from mjun0812/v0.4.19

v0.4.19: upgrade CUDA Action and add windows build
This commit is contained in:
Junya Morioka
2025-11-03 15:49:56 +09:00
committed by GitHub
5 changed files with 11 additions and 10 deletions
+1 -1
View File
@@ -53,7 +53,7 @@ jobs:
with:
python-version: ${{ inputs.python-version }}
- uses: Jimver/cuda-toolkit@master
- uses: Jimver/cuda-toolkit@v0.2.29
with:
cuda: ${{ inputs.cuda-version }}
sub-packages: '["nvcc", "toolkit"]'
+1 -1
View File
@@ -80,7 +80,7 @@ jobs:
with:
python-version: ${{ inputs.python-version }}
- uses: Jimver/cuda-toolkit@master
- uses: Jimver/cuda-toolkit@v0.2.29
with:
cuda: ${{ inputs.cuda-version }}
sub-packages: '["nvcc", "toolkit"]'
+1 -1
View File
@@ -42,7 +42,7 @@ jobs:
with:
python-version: ${{ inputs.python-version }}
- uses: Jimver/cuda-toolkit@v0.2.24
- uses: Jimver/cuda-toolkit@v0.2.29
with:
cuda: ${{ inputs.cuda-version }}
method: "network"
@@ -43,7 +43,7 @@ jobs:
with:
python-version: ${{ inputs.python-version }}
- uses: Jimver/cuda-toolkit@v0.2.24
- uses: Jimver/cuda-toolkit@v0.2.29
with:
cuda: ${{ inputs.cuda-version }}
method: "network"
+7 -6
View File
@@ -42,10 +42,10 @@ LINUX_SELF_HOSTED_MATRIX = {
}
WINDOWS_MATRIX = {
"flash-attn-version": ["2.6.3", "2.7.4.post1", "2.8.3"],
"flash-attn-version": ["2.7.4.post1", "2.8.3"],
"python-version": ["3.10", "3.11", "3.12", "3.13"],
"torch-version": ["2.9.0"],
"cuda-version": ["13.0.1"],
"torch-version": ["2.5.1", "2.6.0", "2.7.1", "2.8.0", "2.9.0"],
"cuda-version": ["12.4.1", "12.6.3", "12.8.1", "12.9.1", "13.0.1"],
}
WINDOWS_CODEBUILD_MATRIX = {
@@ -60,11 +60,12 @@ def main():
print(
json.dumps(
{
"linux": LINUX_MATRIX,
# "linux": LINUX_MATRIX,
"linux": False,
# "linux_self_hosted": LINUX_SELF_HOSTED_MATRIX,
"linux_self_hosted": False,
# "windows": WINDOWS_MATRIX,
"windows": False,
"windows": WINDOWS_MATRIX,
# "windows": False,
# "windows_code_build": WINDOWS_CODEBUILD_MATRIX,
"windows_code_build": False,
"exclude": EXCLUDE,