Conversation
…e_uri tests - whisperx: drop the spurious "3.8": "3.8.6" version alias so version 3.8 resolves to its own moving minor tag (3.8-cu128-amzn2023-sagemaker) rather than the pinned 3.8.6 tag; the latest alias still points to 3.8. - tests: reclassify llama-cpp-arm64 as a cpu-only processor-schema config (migrated from the whole-tag form) with mirrored uri / reject-gpu-instance / literal-tag coverage. - tests: allow the newest tensorflow version to additionally carry a newly launched region that is still inside the image-copy window (subset check instead of exact equality).
|
Claude finished @Yadan-Wei's task in 2m 24s —— View job Code reviewReviewed the full diff plus the resulting
1. whisperx: the two versions have divergent registry maps —
|
Promotes the latest generated image_uri_config to master, plus the fixes needed to pass the sagemaker-core image_uris unit tests.
Config (additive; no version/alias/registry present in master is removed):
Fixes:
"3.8": "3.8.6"version alias so version3.8resolves to its own moving minor tag instead of the pinned3.8.6tag;lateststill points to3.8.llama-cpp-arm64as a cpu-only processor-schema config (migrated from the whole-tag form) with mirrored uri / reject-gpu-instance / literal-tag coverage.Supersedes the same-repo promotion PR (could not push fixes onto that branch).