This repository was archived by the owner on Jul 30, 2025. It is now read-only.
Speedup cuda build #157
thewh1teagle
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I build vibe on Github actions for Windows with cuda.
I improved cuda setup so the setup takes only 2 minutes.
Unfotunetly, when enabling rust caching, the build failed with linking error, it doesn't find
cublas.lib(it should be located inC:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\{ver}\lib\x64Example successful build with no cache:
9372318854/job/25803530276
Example failed builds with cache:
job/25801209978#step:13:71
job/25801669756#step:11:1243
Any idea why it failed only after restoring rust cache?
release_nvidia.yml
setup_cuda.ps1
Beta Was this translation helpful? Give feedback.
All reactions