Releases: replicate/cog
Releases · replicate/cog
v0.15.6
Changelog
- 0df4c76 Add futures annotations int test (#2405)
- e7b086c Add support for fast build images in cog run (#2408)
- 5df702a Fix FastAPI deprecation warnings by migrating to lifespan handlers (#2402)
- 71ad986 Handle badly formatted data URIs in cog predict (#2409)
- 997e02b Handle tags at the end of images (#2401)
- 0a49320 Refactor
cog predict
to support--json
flag (#2404) - c95dc88 Send explicit error if no token supplied (#2406)
v0.15.5
v0.15.4
What's Changed
- Check if token is empty by @8W9aG in #2392
- Bump actions/checkout from 3 to 4 by @dependabot in #2126
- Add cog pull by @8W9aG in #2386
- Add telemetry to pull command by @8W9aG in #2394
- Create the tarballs directory before pushing by @8W9aG in #2393
- Add support for pulling draft sources by @8W9aG in #2395
Full Changelog: v0.15.3...v0.15.4
v0.15.3
v0.15.2
Changelog
- 59dc987 Add checking of pipelines runtime requirements before pushing (#2375)
- 72fc99d Another "known failure" error to allow in tests (#2379)
- 96f6bb1 Bump github.com/google/go-containerregistry from 0.20.3 to 0.20.5 (#2364)
- f2beead Bump github.com/moby/buildkit from 0.21.1 to 0.22.0 (#2362)
- e16056a Bump golang.org/x/crypto from 0.37.0 to 0.38.0 (#2363)
- 29b3aed Fix flaky registry test (#2374)
- 2f94961 Refactor PostNewPipeline to use Replicate public API (#2378)
- 3f1e055 Remove 3.13 from torch 2.5.0 (#2380)
v0.15.1
Changelog
- e5c83e7 Add deprecated field to Input (#2360)
- e22b83c Add docs for training classes (#2359)
- d14363f Add recent torch compatibility matrix (#2369)
- 5264bb1 Allow comma separated versions in generate-matrix (#2371)
- 6d742fb Fix issue filter valid torch versions (#2372)
- 7a4a6b9 Generate model dependencies in build (#2358)
- e28fdf1 Improve project tooling (#2351)
- 9cf961b Only overwrite header if it doesn’t exist (#2366)
- 2969c9c Pass REPLICATE_API_TOKEN to model via context (#2365)
- 6d46d25 Test torch 2.7.0 cuda 12.6 works as a base image (#2373)
- b23f3bd Use libglx-mesa0 instead of libgl1-mesa-glx (#2370)
- e77f5ee document input deprecation (#2367)
v0.15.0
Changelog
- 63b6246 Add integration test for setup run in trainer (#2342)
- 92cf6a7 Add torch 2.5.0 CUDA 12.4.1 to matrix (#2350)
- 52550a7 Annotate nullable values as such in the OpenAPI schema (#2316)
- 79a6fa8 Bump github.com/vbauerster/mpb/v8 from 8.9.1 to 8.10.1 (#2346)
- da6bb15 Bump golang.org/x/term from 0.31.0 to 0.32.0 (#2347)
- f844888 Call train function (#2343)
- 88d8737 Make all instances of --x-fast use fast:true instead (#2354)
- 7710952 New Docker+Buildkit client (#2327)
- 33eceac Remove R8_COGLET_VERSION from ci (#2349)
- 895a28f Revert "Add torch 2.5.0 CUDA 12.4.1 to matrix (#2350)" (#2352)
- 0f4cf3d Support kwargs predictors (#2345)
- 98b42ae Support pipeline pushes (#2341)
- b30b0de Supporting changes for new docker client (#2344)
- 499cf37 Write copy error to debug instead of error (#2348)
- 37397b9 create a meta GHA job to assert test results (#2353)
v0.14.12
Changelog
- 24f693e Add call_graph tool (#2334)
- 833932a Bump golang.org/x/sync from 0.13.0 to 0.14.0 (#2294)
- 80b0fec Change stop to -t (#2338)
- 8736f58 Remove check for image before pushing (#2339)
- 6cc97d5 Stop printing the container ID at the end of cog predict (#2340)
- 1a54157 Toggle docker client using an env var (#2337)
v0.14.11
Changelog
- 4c8b448 Add OCI registry client (#2325)
- f5bb1de Add callout to move users towards fast-boots (#2322)
- b92a10d Add default CUDA versions to torch in fast boots (#2324)
- 238012e Bump golang.org/x/sys from 0.32.0 to 0.33.0 (#2296)
- 63b1cc4 Disable model checking with fast build (#2333)
- dadc335 Do not return an empty line (#2321)
- da5c486 Fix build output (#2312)
- b437f0b Fix keeping comments in yaml (#2332)
- 3d5b4aa Fix tensorflow not appearing for standard builds (#2326)
- fea0816 Introduce the concept of "context" to PredictionRequest (#2330)
- 1ba7667 Move container ops to
command.Command
(#2307) - dc7bcd0 Revert "Add callout to move users towards fast-boots (#2322)" (#2336)
- 74cd239 add danfairs as a contributor for code (#2314)
- a5fe8c6 enable build.fast in cog init template (#2310)
v0.14.10
Changelog
- 7cdd08d Add environment variable for defining coglet version (#2315)
- 276d37e Add migrate logging (#2305)
- 4f4b4e1 Add support for lists of dicts in cog predict (#2317)
- fa9cf09 Do not marshal python_requirements if it is empty (#2306)
- 31421f0 Do not show option to change code if code is equal (#2309)
- 3f919d7 Handle comments when migrating yaml (#2308)
- 8896372 Send the migration status’s into the log (#2311)
- 4682085 Update all integration tests to use the
cog_binary
fixture (#2304)