Skip to content

Commit

Permalink
chore(tfhub): update references from tfhub-modules bucket to kaggle-t…
Browse files Browse the repository at this point in the history
…fhub-models-uncompressed bucket.

PiperOrigin-RevId: 679028007
  • Loading branch information
tensorflower-gardener authored and copybara-github committed Sep 26, 2024
1 parent 98fa059 commit 6fd6b5c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions site/en/hub/hosting.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 6fd6b5c

Please sign in to comment.