You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* chore: drop coglet-alpha selection
Map coglet-alpha and coglet wheel selections to cog-dataclass and remove the pinned coglet-alpha install path.
Update dockerfile generators, wheel parsing, CI runtime matrix, and integration-test conditions to reflect the removal.
* warn on fast builds and fall back to standard
* test: write outbox atomically in double-fork
* test: remove monobase integration cases
constPinnedCogletURL="https://github.com/replicate/cog-runtime/releases/download/v0.1.0-beta10/coglet-0.1.0b10-py3-none-any.whl"// Pinned coglet URL to avoid API dependency
fmt.Fprintf(os.Stderr, "WARNING: COGLET_RUST_WHEEL is set but COG_WHEEL=coglet-alpha. Rust coglet cannot be installed alongside coglet-alpha (Go implementation). Skipping Rust coglet installation.\n")
0 commit comments