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

Removing Logic for Legacy Model Chunking #370

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

greshbasic
Copy link

@greshbasic greshbasic commented Nov 18, 2024

With "coremltools>=8.0" in the requirements (via this PR), the logic addressing the case of ct_version < "8.0" is no longer needed.

See this PR by @jakesabathia2 for details

@greshbasic greshbasic changed the title removed legacy code Removing Logic for Legacy Model Chunking Nov 18, 2024
@@ -230,139 +230,20 @@ def _make_second_chunk_prog(prog, op_idx):

return prog


Copy link
Contributor

Choose a reason for hiding this comment

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

Thank for putting the fix.
This looks correct.

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