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

Rename KF prefixed classes #1951

Merged
merged 9 commits into from Dec 24, 2021
Merged

Conversation

markwinter
Copy link
Member

@markwinter markwinter commented Dec 17, 2021

What this PR does / why we need it:

  1. Renames the following:
  • KFModel -> Model
  • KFServer -> ModelServer
  • KFModelRepository -> ModelRepository
  • kserve.api.kf_serving_client -> kserve.api.kserve_client
  • kserve.api.kf_serving_watch -> kserve.api.watch

Also updated some comments that said KFServing still

Which issue(s) this PR fixes (optional, in fixes #<issue number>(, fixes #<issue_number>, ...) format, will close the issue(s) when PR gets merged):
Fixes #1947

Release note:

KF-prefixed components have been renamed
  - `KFModel` -> `Model`
  - `KFServer` -> `ModelServer`
  - `KFModelRepository` -> `ModelRepository`
  - `kserve.api.kf_serving_client` -> `kserve.api.kserve_client`
  - `kserve.api.kf_serving_watch` -> `.kserve.api.watch`

@aws-kf-ci-bot
Copy link
Contributor

Skipping CI for Draft Pull Request.
If you want CI signal for your change, please convert it to an actual PR.
You can still manually trigger a test run with /test all

@markwinter

This comment has been minimized.

Signed-off-by: Mark Winter <mark.winter@navercorp.com>
Signed-off-by: Mark Winter <mark.winter@navercorp.com>
Signed-off-by: Mark Winter <mark.winter@navercorp.com>
Signed-off-by: Mark Winter <mark.winter@navercorp.com>
@markwinter

This comment has been minimized.

@markwinter

This comment has been minimized.

@markwinter

This comment has been minimized.

markwinter added a commit to markwinter/kserve that referenced this pull request Dec 20, 2021
h5py 2.9 is not compatible with the tensorflow version required by alibiexplainer. Should just use the version pulled in by alibiexplainer

kserve#1951 (comment)
markwinter added a commit to markwinter/kserve that referenced this pull request Dec 20, 2021
h5py 2.9 is not compatible with the tensorflow version required by alibiexplainer. Should just use the version pulled in by alibiexplainer

kserve#1951 (comment)
Signed-off-by: Mark Edward Winter <wintermarkedward@gmail.com>
@markwinter

This comment has been minimized.

yuzisun pushed a commit that referenced this pull request Dec 20, 2021
h5py 2.9 is not compatible with the tensorflow version required by alibiexplainer. Should just use the version pulled in by alibiexplainer

#1951 (comment)
Signed-off-by: Mark Edward Winter <wintermarkedward@gmail.com>
Signed-off-by: Mark Winter <mark.winter@navercorp.com>
Signed-off-by: Mark Winter <mark.winter@navercorp.com>
@markwinter markwinter marked this pull request as ready for review December 22, 2021 14:42
@markwinter
Copy link
Member Author

This is ready to be reviewed now.

Need to update all documentation and examples after this

@yuzisun
Copy link
Member

yuzisun commented Dec 23, 2021

@markwinter Can you help rebase from master to pick up the e2e tests fix ?

@markwinter
Copy link
Member Author

@yuzisun Done

@yuzisun
Copy link
Member

yuzisun commented Dec 24, 2021

Thanks @markwinter!

/lgtm
/approve

@kserve-oss-bot
Copy link
Collaborator

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: markwinter, yuzisun

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@kserve-oss-bot kserve-oss-bot merged commit 9dc49f0 into kserve:master Dec 24, 2021
@markwinter markwinter deleted the rename-kf-classes branch December 24, 2021 02:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Renaming: KFServer KFModelRepository KFModel ?
4 participants