Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

starpit
Copy link
Member

@starpit starpit commented Apr 10, 2025

  1. extract was not traversing completely, thus missing some model references
  2. ollama pull itself (the CLI) may double/triple fetch if concurrent ollama pulls are launched. this PR introduces a file lock to avoid this. in github actions, we were running out of disk space due to this issue.

1) extract was not traversing completely, thus missing some model references
2) ollama pull itself (the CLI) may double/triple fetch if concurrent ollama pulls are launched. this PR introduces a file lock to avoid this. in github actions, we were running out of disk space due to this issue.

Signed-off-by: Nick Mitchell <[email protected]>
@starpit starpit merged commit 5de9648 into IBM:main Apr 10, 2025
7 checks passed
@starpit starpit deleted the pull-fixes branch April 10, 2025 14:26
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

Successfully merging this pull request may close these issues.

1 participant