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

[api] Adds ZeroShotClassification support #3579

Merged
merged 1 commit into from
Jan 14, 2025

Conversation

bryanktliu
Copy link
Contributor

Description

Brief description of what this PR is about

  • If this change is a backward incompatible change, why must this change be made?
  • Interesting edge cases to note here

@bryanktliu bryanktliu requested review from zachgk and a team as code owners January 14, 2025 05:23
@lordofthejars
Copy link

That's great to see this. Thank you very much

@xyang16 xyang16 merged commit 98d936e into deepjavalibrary:master Jan 14, 2025
5 checks passed
@bryanktliu bryanktliu deleted the import branch January 15, 2025 05:14
Comment on lines +147 to +149
if (ndList.isEmpty()) {
return new NDList();
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@frankfliu @bryanktliu why is this needed in Predictor? Just FYI that this is causing failures in DJL Serving https://github.com/deepjavalibrary/djl-serving/actions/runs/12792959567/job/35664630152?pr=2663

@lordofthejars
Copy link

Hi, any idea when there will be a new release of DJL that introduces this feature?

Thank you very much.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants