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

[lmi][python] remove quantization enum and rely on engine validation/… #2561

Merged
merged 1 commit into from
Nov 15, 2024

Conversation

siddvenk
Copy link
Contributor

…support

Description

This removes the quantization enum, which we currently rely on for validating the quantization option. We don't really need to be doing this since we can rely directly on the engine for this validation. Furthermore, this enum/validation means we always have to keep the enums up to date. It's more effort than necessary in my opinion.

@siddvenk siddvenk requested review from zachgk and a team as code owners November 15, 2024 19:35
@siddvenk siddvenk merged commit 0d9a7e6 into deepjavalibrary:master Nov 15, 2024
9 checks passed
@siddvenk siddvenk deleted the quantization branch November 18, 2024 23:00
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.

2 participants