We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e96f0e commit b2d281cCopy full SHA for b2d281c
src/sagemaker/jumpstart/utils.py
@@ -100,6 +100,7 @@ def get_jumpstart_content_bucket(
100
accessors.JumpStartModelsAccessor.set_jumpstart_content_bucket(bucket_to_return)
101
102
if bucket_to_return != old_content_bucket:
103
+ accessors.JumpStartModelsAccessor.reset_cache()
104
for info_log in info_logs:
105
constants.JUMPSTART_LOGGER.info(info_log)
106
return bucket_to_return
0 commit comments