Conversation
updated container builder for arm64 images
integration with new basic TimeFrame sampling built-ins in mmif-python
Document the three frame sampling modes and how the SDK handles the universal parameter automatically via context variable. Notes upcoming property renames per mmif#238.
Document tfSamplingMode in developer tutorial
Split -hf images into -hf4 (transformers 4.x) and -hf5 (transformers 5.x) variants. Existing -hf images become thin aliases that FROM the corresponding -hf5 image for backward compatibility.
Add hf4/hf5 container images with hf as alias
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Overview
Adds
tfSamplingModeas a universal runtime parameter and overhauls container image builds with arm64 support and split HuggingFace/transformers versioning.Additions
tfSamplingModeuniversal parameter for controlling frame selection from TimeFrame annotations, integrated with mmif-python's new sampling API (integration with new basic TimeFrame sampling built-ins in mmif-python #278, Document tfSamplingMode in developer tutorial #280)Changes
-hfimages into-hf4/-hf5with-hfas alias to-hf5for backward compat; dropped-tf2-hfcombined images (updated container builder for arm64 images #276, Add hf4/hf5 container images with hf as alias #281)Note
This release requires
mmif-python >= 1.3.0for the sampling mode API.