Skip to content

Conversation

@hipudding
Copy link
Collaborator

I found that the Release pipeline ran out of disk space due to the large size of the CANN backend’s container image. To avoid affecting the release of other tags, this PR was reverted.

Reverts #17192

@hipudding hipudding added the Ascend NPU issues specific to Ascend NPUs label Nov 18, 2025
@hipudding hipudding closed this Nov 18, 2025
@hipudding hipudding reopened this Nov 18, 2025
@hipudding hipudding requested a review from ggerganov November 18, 2025 09:06
@hipudding
Copy link
Collaborator Author

It’s possible that limiting the concurrency to 1 could resolve the disk space issue, and this approach is currently being verified.

@CISC
Copy link
Collaborator

CISC commented Nov 18, 2025

Is it possible to use free-disk-space like in the docker releases?

@hipudding
Copy link
Collaborator Author

Is it possible to use free-disk-space like in the docker releases?

Do you mean deleting some caches when building the Docker image? We’ve already done that, but the container image is still quite large because the libraries required by CANN do take up a lot of disk space. Until we find a suitable solution, we should avoid blocking the release pipeline for now.

@CISC
Copy link
Collaborator

CISC commented Nov 18, 2025

Is it possible to use free-disk-space like in the docker releases?

Do you mean deleting some caches when building the Docker image? We’ve already done that, but the container image is still quite large because the libraries required by CANN do take up a lot of disk space. Until we find a suitable solution, we should avoid blocking the release pipeline for now.

No, it deletes lots of stuff from the images, however it might be things you need (it does come with some options though).
https://github.com/ggml-org/free-disk-space

@hipudding
Copy link
Collaborator Author

Thanks. I will try this way.

@hipudding
Copy link
Collaborator Author

This PR is closed because #17361 can resolve this issue.

@hipudding hipudding closed this Nov 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Ascend NPU issues specific to Ascend NPUs devops improvements to build systems and github actions

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants