Releases: condensereality/cog
Releases · condensereality/cog
v0.14.10+condense.002.df3
Changelog
- f5bb1de Add callout to move users towards fast-boots (replicate#2322)
- dadc335 Do not return an empty line (replicate#2321)
- da5c486 Fix build output (replicate#2312)
- d665631 Merge branch '2329-always-load' into danfairs/condense-main/always-load-merge
- 1ba7667 Move container ops to
command.Command(replicate#2307) - 1ab11ff Remove explicit builder
- 74cd239 add danfairs as a contributor for code (replicate#2314)
- 3c0d969 chore: Update tag pattern to allow dev releases (#6)
- a5fe8c6 enable build.fast in cog init template (replicate#2310)
- 11256a8 fix: Always provide —load when building
- bf2aee2 fix: Another go at tag regex (#9)
- a84dbde fix: Correct workflow permissions (#8)
- f22b319 fix: Job requires write (#11)
- 84f5136 fix: Simplify (#10)
- fb53c4f fix: Update branches (#7)
v0.14.10+condense.002.df2
Changelog
- 244ae67 Add callout to move users towards fast-boots (replicate#2322)
- 584423a Do not return an empty line (replicate#2321)
- d347cb0 Fix build output (replicate#2312)
- df9884b Move container ops to
command.Command(replicate#2307) - ea96280 add danfairs as a contributor for code (replicate#2314)
- 3c0d969 chore: Update tag pattern to allow dev releases (#6)
- bb31ff1 enable build.fast in cog init template (replicate#2310)
- 5d0fcf4 fix: Always provide —load when building
- bf2aee2 fix: Another go at tag regex (#9)
- a84dbde fix: Correct workflow permissions (#8)
- f22b319 fix: Job requires write (#11)
- 84f5136 fix: Simplify (#10)
- fb53c4f fix: Update branches (#7)
v0.14.10+condense.001
Changelog
- b5b9c4b --build-host flag to cog build
- 549b5cb --extra-index-url and -f pip args
- a872309 Abort prediction on a failed healthcheck event
- 0c3466c Accept list of events to send webhooks for
- 2638353 Accumulate errors in
ValidateAndComplete(replicate#1174) - 2f70db8 Add "failed" status to redis responses
- 240a262 Add 'cog run' to run commands in environment
- 5f51a96 Add --await-explicit-shutdown option to HTTP server
- b5bd6aa Add --env/-e flags to cog train subcommand (replicate#1710)
- 78f408e Add --use-cog-base-image to run command
- 78abd0e Add .envrc for asdf
- e01c1dc Add .python-version to .dockerignore
- 30bdf54 Add .tool-versions to pin golang version
- 93367e4 Add CUDA 11.8 and Tensorflow 2.11.0
- c709b8e Add CodeQL workflow (replicate#927)
- c896373 Add ConcatenateIterator type
- 4de7f61 Add Config class (replicate#2042)
- b1a616a Add Cython CFLAGS for package optimizations (replicate#1904)
- 4ff68ac Add DCO instructions to contributing
- 843294f Add Docker install to readme
- 21b7b9c Add ENV NVIDIA_DRIVER_CAPABILITIES=all to permit Video SDK transcoding, 3D rendering, and X11 OpenGL Display (replicate#1288)
- 32865a1 Add EXPOSE to Dockerfile (replicate#517)
- 3787884 Add HTTP test for iterator of list of complex output
- a6f002c Add OpenTelemetry instrumentation to queue worker
- f0011cc Add Precompile Build Flag (replicate#1940)
- f1ca5cc Add Python 3.10 support for PyTorch
- 62f6d41 Add Python 3.7 back to supported versions
- dd9e228 Add Schema test for int enums
- 5e2218f Add Setup Logging (replicate#2018)
- b708448 Add TODO about supporting more combinations of base images
- e236101 Add TODO for run archs
- 0a47012 Add Tensorflow 2.10.0
- 90b0c62 Add Tensorflow 2.5.0
- b76869f Add Torchvision and Torchaudio to base images (replicate#1897)
- ba2ce89 Add VSCode settings
- 09d7e62 Add Weights to cog.types
- 8aeb7f1 Add
--redis-urlargument for connecting to redis from URL Signed-off-by: Brandon Berhent bbedward@gmail.com - f15107c Add
--secretflag tocog buildandcog pushcommands (replicate#1013) - cb5b9bc Add
--use-cuda-base-imageflag (replicate#1214) - 0ced8d7 Add
.dockerignorefile tocog inittemplate (replicate#1136) - 722392c Add
cog debug dockerfile - 0ddc0a8 Add
cog train - 76de37f Add
runbuild option tocog.yaml - 1f80fe8 Add a "starting" state for predictions
- a20adaf Add a basic PUT endpoint for prediction creation
- 0bb3ace Add a busy test for PredictionRunner
- 6eb2d2e Add a cog integration test for apt-packages (replicate#2104)
- a4bac6e Add a config option to enable fast builds (replicate#2222)
- bb2baf1 Add a healthcheck endpoint to cog HTTP server
- efad169 Add a simple explanation for the standard predictor (replicate#2187)
- 52861c3 Add a test for error messages from invalid input
- d714a70 Add ability to wait for an environment (replicate#1957)
- 5110f6b Add an example for
cudaincog.yamldocs - bf08e07 Add an explicit handler to die on SIGTERM
- 1e13500 Add anchor for removed Update section
- c50e08c Add another base image configuration
- 3418f8a Add asynchronous create prediction endpoint
- 1c83705 Add build --progress flag similar to docker and docker-compose
- 79e3805 Add build command
- 4753da9 Add cancel prediction endpoint
- d530094 Add cog migrate command (replicate#2290)
- 25ba72d Add cog target
- 0490468 Add cog.BaseModel
- 6c206c9 Add cog.director for coordinating predictions
- f59f718 Add comments to example in readme
- b07ab05 Add complex types to cog predict (replicate#2261)
- d934417 Add console language identifier to code blocks
- 38750f3 Add created datetime to images
- f447eec Add default all target
- 5757ec6 Add dependabot config
- ed0fb02 Add deprecated
emit_metric()helper to cog interface (replicate#2068) - f6d5afe Add descriptions to JSON Schema fields (replicate#942)
- 227503e Add direct link to python in root (replicate#1907)
- e7f40a7 Add docs
- ce434ce Add docs for queue worker telemetry
- a96b8ea Add docs for serverless Cog
- 0aacc48 Add docstring to File class to indicate deprecated status
- cbb4517 Add documentation for concurrency support
- 4591e1c Add documentation to explain how to deploy models (replicate#526)
- 15b5000 Add dotenv_if_exists to .envrc
- beba042 Add empty namespace package for
cog.ext(replicate#2246) - 156749c Add entry for pip to dependabot.yml (replicate#1062)
- 7ec85be Add environment to Docker commands
- 465afe1 Add environment variable backed properties to config (replicate#2051)
- 7cdd08d Add environment variable for defining coglet version (replicate#2315)
- 1cde0ae Add experimental notice to queue API
- 7256462 Add fast build flag to cog (replicate#2086)
- 9efb306 Add fast generator for cog build (replicate#2108)
- 7b97da5 Add fast pusher for fast builds (replicate#2114)
- dc0959e Add findutils to base image (replicate#1909)
- a1a70b0 Add flag to run and predict to select GPUs (replicate#1334)
- 1c72869 Add full example of cog.yaml to getting started
- 57dbd0e Add further version cleanup to handle differences
- f9f59f0 Add golangci config to enable golint and other useful checks
- 9970446 Add hidden --registry flag to cog login
- c28f9f6 Add images to version API response
- 085b690 Add input to infer
- 7a29ad6 Add install Docker to docs
- a52ff80 Add install cog instructions to getting started
- 5a0b845 Add install instructions
- 26aa17f Add instructions for building from source
- c02a2b3 Add integration test for multiprocessing usage (replicate#2046)
- a516fe2 Add integration test for training
- 5c1908f Add integration tests around stream redirection (replicate#2027)
- 9949332 Add label for base image's last layer's diff id to cog image (replicate#1747)
- 18a4894 Add labels to built images
- 38e03cc Add license
- f79dde4 Add link to Compose
- 2781f5c Add local ignore for integration test fixture outputs (replicate#2039)
- 05deb64 Add local image flag for fast context loading (replicate#2236)
- 8e1091f Add lock to subscribers dictionary
- 3e1447b Add logs to queueing API responses
- bca2cd8 Add main-trigger
- 01e9f7f Add metrics.predict_time to response output
- 276d37e Add migrate logging (replicate#2305)
- d86938f Add missing FileUploadError
- f90078f Add missing continue during health confirmation
- ccd279e Add more data to error strings (replicate#2228)
- e762e47 Add more prominent Discord link for help
- 3adf48b A...