From 6fd6b5cc2cdd8a63156846db7064f54abc5245ce Mon Sep 17 00:00:00 2001 From: "A. Unique TensorFlower" Date: Thu, 26 Sep 2024 00:41:07 -0700 Subject: [PATCH] chore(tfhub): update references from tfhub-modules bucket to kaggle-tfhub-models-uncompressed bucket. PiperOrigin-RevId: 679028007 --- site/en/hub/hosting.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/site/en/hub/hosting.md b/site/en/hub/hosting.md index a262e22d312..ce2ce76b0a6 100644 --- a/site/en/hub/hosting.md +++ b/site/en/hub/hosting.md @@ -170,5 +170,6 @@ to the model URL. That request returns the path to the folder on GCS that contains the uncompressed model files. As an example, \ `https://tfhub.dev/google/spice/2?tf-hub-format=uncompressed` \ returns \ -`gs://tfhub-modules/google/spice/2/uncompressed` in the body of the 303 -response. The library then reads the model from that GCS destination. +`gs://kaggle-tfhub-models-uncompressed/tfhub-modules/google/spice/2/uncompressed` +in the body of the 303 response. The library then reads the model from that GCS +destination.