Skip to content

build-models: bump pget pin from v0.8.2 to v0.11.1#9

Open
lucataco wants to merge 1 commit into
replicate:mainfrom
lucataco:update-pget-to-0.11.1
Open

build-models: bump pget pin from v0.8.2 to v0.11.1#9
lucataco wants to merge 1 commit into
replicate:mainfrom
lucataco:update-pget-to-0.11.1

Conversation

@lucataco
Copy link
Copy Markdown
Member

The build-models skill currently pins pget to v0.8.2, but the latest pget release is v0.11.1. New cog models following the skill should pull the current release.

Diff

 build:
   run:
-    - curl -o /usr/local/bin/pget -L "https://github.com/replicate/pget/releases/download/v0.8.2/pget_linux_x86_64"
+    - curl -o /usr/local/bin/pget -L "https://github.com/replicate/pget/releases/download/v0.11.1/pget_Linux_x86_64"
     - chmod +x /usr/local/bin/pget

Heads up: asset filename case changed between releases

The release asset naming changed:

  • v0.8.2: pget_linux_x86_64 (lowercase l)
  • v0.11.1: pget_Linux_x86_64 (capital L)

So this is not a pure version bump — both the version segment and the filename casing need to change or curl will 404. Verified the v0.11.1 URL returns HTTP 302 (redirect to the release asset).

The text-guidance bullet under Guidelines is also updated to reference v0.11.1.

The build-models skill pins pget to v0.8.2, but the latest pget release
is v0.11.1 (https://github.com/replicate/pget/releases). New cog models
following this skill should pull the current release, not a 3+ year old
one.

Note the asset filename also changed case in newer releases:
  v0.8.2:  pget_linux_x86_64  (lowercase)
  v0.11.1: pget_Linux_x86_64  (capital L)
so the URL update is not a pure version bump.
@lucataco lucataco requested a review from zeke May 13, 2026 00:18
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