-
Notifications
You must be signed in to change notification settings - Fork 9.8k
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
Fix failing CI test using thread sanitizer #582
Comments
The 143 exit code (and the |
I suspect this may be caused by high memory usage:
That's nearly 12 GB (!). Anyone knows the limit for github actions? |
According to GitHub's documentation, Linux runners have 2 x86 cores and 7GB of RAM. GitHub's large runners may be able to let the jobs complete, but these are in limited beta and only for organizations and enterprises sadly. |
* Downgrade CUDA to 11.4 This helps the binary be smaller and adds K80 support, the manual compiles we did already had this. * Update kcpp-build-release-win-cuda.yaml * Update kcpp-build-release-win-cuda.yaml * Update kcpp-build-release-win-cuda.yaml * Update kcpp-build-release-win-cuda.yaml * Update kcpp-build-release-win-cuda.yaml * Update kcpp-build-release-win-cuda.yaml * Restore concedo_experimental
I cannot reproduce on my machines:
https://github.com/ggerganov/llama.cpp/actions/runs/4545676297/jobs/8013336777
If someone that can reproduce, please try to fix this
The text was updated successfully, but these errors were encountered: