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 localai-git: System.IO.IOException: No space left on device #249

Closed
wuxxin opened this issue Dec 11, 2023 · 3 comments
Closed

build localai-git: System.IO.IOException: No space left on device #249

wuxxin opened this issue Dec 11, 2023 · 3 comments

Comments

@wuxxin
Copy link

wuxxin commented Dec 11, 2023

since ~ 2 runs, probably the huge size of both cuda and rocm sdk, see https://github.com/arch4edu/cactus/actions/runs/7151231768

if needed you can split the pkg build using _ENABLE_CUDA=0 or 1 and _ENABLE_ROCM=0 or 1 so the makedepends also are only for one of CUDA or ROCM

@petronny
Copy link
Member

petronny commented Dec 12, 2023

be46293

We can built it with the unsafe builder which provides ~20GiB more space.

However, the build still fails with

clang++: error: no input files
/bin/sh: line 1: gfx906: command not found
/bin/sh: line 1: gfx908: command not found
/bin/sh: line 1: gfx90a: command not found
/bin/sh: line 1: gfx1030: command not found
/bin/sh: line 1: gfx1100: command not found
/bin/sh: line 1: gfx1101: command not found
/bin/sh: line 1: gfx1102: command not found
make[1]: *** [Makefile:230: ggml-cuda.o] Error 127

https://github.com/arch4edu/cactus/actions/runs/7123897218/job/19553156043

@wuxxin
Copy link
Author

wuxxin commented Dec 12, 2023

added a fix, next version should build with all selected gfx architectures

@petronny
Copy link
Member

a258c07

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants