8000 fix(ci): Remove CUDA 12.5 from index · crufter/llama-cpp-python@991d9cd · GitHub
[go: up one dir, main page]

Skip to content

Commit 991d9cd

Browse files
committed
fix(ci): Remove CUDA 12.5 from index
1 parent 4f17ae5 commit 991d9cd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/generate-index-from-release.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ jobs:
4444
./scripts/releases-to-pep-503.sh index/whl/cu122 '^[v]?[0-9]+\.[0-9]+\.[0-9]+-cu122$'
4545
./scripts/releases-to-pep-503.sh index/whl/cu123 '^[v]?[0-9]+\.[0-9]+\.[0-9]+-cu123$'
4646
./scripts/releases-to-pep-503.sh index/whl/cu124 '^[v]?[0-9]+\.[0-9]+\.[0-9]+-cu124$'
47-
./scripts/releases-to-pep-503.sh index/whl/cu125 '^[v]?[0-9]+\.[0-9]+\.[0-9]+-cu125$'
4847
./scripts/releases-to-pep-503.sh index/whl/metal '^[v]?[0-9]+\.[0-9]+\.[0-9]+-metal$'
4948
- name: Upload artifact
5049
uses: actions/upload-pages-artifact@v3

0 commit comments

Comments
 (0)
0