Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump caikit from 0.8.0 to 0.12.0 #17

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 24, 2023

Bumps caikit from 0.8.0 to 0.12.0.

Release notes

Sourced from caikit's releases.

v0.12.0 - Text generation task update

What's Changed

Full Changelog: caikit/caikit@v0.11.3...v0.12.0

v0.11.3 - importable trainers

This patch allows trainers, loaders, and finders to be dynamically imported if installed in the runtime environment

What's Changed

Full Changelog: caikit/caikit@v0.11.2...v0.11.3

v0.11.2 - Local Model Synchronization

What's Changed

Full Changelog: caikit/caikit@v0.11.1...v0.11.2

v0.11.1

What's Changed

Full Changelog: caikit/caikit@v0.11.0...v0.11.1

v0.11.0 - REST support

This release introduces native REST support to caikit. No more writing grpc-gateway wrappers! 🎉🎉 🌮

The native REST api follows the HuggingFace convention of supplying required task inputs with the inputs field, and optional parameters with the parameters field. See https://huggingface.co/docs/api-inference/detailed_parameters

The text-sentiment examples have been updated to show both grpc and rest API usage

This release comes with a breaking config change: many of the server-specific configuration parameters have been moved from the runtime section to either runtime.grpc or runtime.http. e.g. the runtime.port configuration would now need to be set as either runtime.grpc.port or runtime.http.port. See the base config yml for examples.

The relevant bits:

runtime:
    # Configuration for the grpc server
    grpc:
        enabled: true
        port: 8085
        # Number of workers with which we will run the gRPC server
        server_thread_pool_size: 5
        # gRPC Server shutdown grace period
        # the server shuts down immediately when stopped,
        # and all RPCs active at the end of the grace period are aborted
</tr></table> 

... (truncated)

Commits
  • 6c3565e Merge pull request #351 from evaline-ju/update-interfaces
  • a6e39b8 ✨✅ Use text for text generation task
  • 5cbade3 🚚 Move generated text result tests from caikit-nlp
  • da1dc8f Merge pull request #348 from gabe-l-hart/ModelManagementFactoryImports
  • 29a4f82 ModelManagementFactoryImports: Make model management factories support import...
  • e42e9a6 Merge pull request #341 from gabe-l-hart/LazyLocalModelLoading-324
  • fe20e6d LazyLocalModelLoading: Linting cleanup
  • 3a8737a LazyLocalModelLoading: Better docstring in ModelLoader
  • 1db64aa LazyLocalModelLoading: Factor out guts of local_models_dir syncing for better...
  • 8ee304f Merge pull request #345 from evaline-ju/fix-methods
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [caikit](https://github.com/caikit/caikit) from 0.8.0 to 0.12.0.
- [Release notes](https://github.com/caikit/caikit/releases)
- [Changelog](https://github.com/caikit/caikit/blob/main/releases.md)
- [Commits](caikit/caikit@v0.8.0...v0.12.0)

---
updated-dependencies:
- dependency-name: caikit
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 24, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 26, 2023

Superseded by #20.

@dependabot dependabot bot closed this Jul 26, 2023
@dependabot dependabot bot deleted the dependabot/pip/caikit-0.12.0 branch July 26, 2023 19:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants