Does the big_vision bucket no longer exist? If I run gsutil ls gs://big_vision/paligemma_tokenizer.model I get:
ServiceException: 401 Anonymous caller does not have storage.objects.get access to the Google Cloud Storage object. Permission 'storage.objects.get' denied on resource (or it may not exist).
This is causing the code to crash when instantiating models, as the download of the paligemma tokenizer parameters fails.
Does the
big_visionbucket no longer exist? If I rungsutil ls gs://big_vision/paligemma_tokenizer.modelI get:This is causing the code to crash when instantiating models, as the download of the paligemma tokenizer parameters fails.