Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build linux CUDA releases suitable for Colab & other platforms on 12.2 #11226

Draft
wants to merge 29 commits into
base: master
Choose a base branch
from
Draft
Changes from 1 commit
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
90a478b
Package linux cuda releases for various caps
ochafik Jan 8, 2025
4232406
Merge remote-tracking branch 'origin/master' into cuda-releases
ochafik Jan 14, 2025
41b4b11
Fix container tags + rename
ochafik Jan 14, 2025
66ec17e
Update build.yml
ochafik Jan 14, 2025
e3cf4dc
Merge remote-tracking branch 'origin/master' into cuda-releases
ochafik Jan 14, 2025
60151da
Use ccache in Docker CUDA build
ochafik Jan 19, 2025
a4aed1d
Update cuda.Dockerfile
ochafik Jan 19, 2025
67075cc
Merge branch 'ggerganov:master' into cuda-releases
ochafik Jan 20, 2025
5eb87e9
cuda builds: add libcurl
ochafik Jan 20, 2025
2984d3c
Align artefact names on existing ones
ochafik Jan 20, 2025
abd27fc
Update build.yml
ochafik Jan 20, 2025
b71c43c
Update build.yml
ochafik Jan 20, 2025
ac045e3
Update build.yml
ochafik Jan 20, 2025
22ed602
Temporarily upload artefacts in normal CI run to test artefacts
ochafik Jan 20, 2025
4165293
Attempt to fix weird git error by installing deps before clone
ochafik Jan 20, 2025
c92ae47
ci: attempt to fix safe directory issue
ochafik Jan 21, 2025
b7b264c
ci: setup ccache
ochafik Jan 21, 2025
7a5b18e
ditch ccache action + require cuda in release
ochafik Jan 21, 2025
f60e148
shuffle actions back to original order
ochafik Jan 21, 2025
3d63db2
Merge remote-tracking branch 'origin/master' into cuda-releases
ochafik Jan 21, 2025
614fd07
Merge remote-tracking branch 'origin/master' into cuda-releases
ochafik Jan 30, 2025
fa38b8e
Merge remote-tracking branch 'origin/master' into cuda-releases
ochafik Jan 31, 2025
1b8f9ca
minimize diff
ochafik Jan 31, 2025
89da8df
fix typo
ochafik Jan 31, 2025
ae175fe
ci + cuda: checkout w/ history when packaging needed
ochafik Jan 31, 2025
167c500
install zip in cuda container
ochafik Jan 31, 2025
178ad4e
Merge branch 'master' into cuda-releases
ochafik Feb 4, 2025
7341749
Merge remote-tracking branch 'origin/master' into cuda-releases
ochafik Feb 23, 2025
94f3218
Update build.yml
ochafik Feb 23, 2025
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
Prev Previous commit
Next Next commit
Merge remote-tracking branch 'origin/master' into cuda-releases
  • Loading branch information
ochafik committed Feb 23, 2025
commit 7341749bdf1eedefc8188173678b9cd94dc2e2c0
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1461,6 +1461,7 @@ jobs:
needs:
- ubuntu-cpu-cmake
- ubuntu-latest-cmake-cuda
- ubuntu-22-cmake-vulkan
- windows-latest-cmake
- windows-2019-cmake-cuda
- windows-latest-cmake-sycl
Expand Down
Loading
You are viewing a condensed version of this merge commit. You can view the full changes here.