Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

All attempts to get a Google authentication bearer token failed, returning an empty token. Retrieving token from files failed with "NOT_FOUND: Could not locate the credentials file.". #16

Open
Zh0uzh opened this issue Apr 9, 2024 · 0 comments

Comments

@Zh0uzh
Copy link

Zh0uzh commented Apr 9, 2024

The error message is as follows

2024-04-09 17:16:37.556487: W tensorflow/core/platform/cloud/google_auth_provider.cc:184] All attempts to get a Google authentication bearer token failed, returning an empty token. Retrieving token from files failed with "NOT_FOUND: Could not locate the credentials file.". Retrieving token from GCE failed with "ABORTED: All 10 retry attempts failed. The last failure: Error executing an HTTP request: HTTP response code 502 with body '<html>
<head><title>502 Bad Gateway</title></head>
<body>
<center><h1>502 Bad Gateway</h1></center>
<hr><center>nginx/1.16.0</center>
</body>
</html>
'".

2024-04-09 17:18:40.919423: E tensorflow/core/platform/cloud/curl_http_request.cc:614] The transmission of request 0x2953d440 (URI: https://www.googleapis.com/storage/v1/b/t5-data/o/vocabs%2Fcc_all.32000.100extra%2Fsentencepiece.model?fields=size%2Cgeneration%2Cupdated) has been stuck at 0 of 0 bytes for 61 seconds and will be aborted. CURL timing information: lookup time: 3.4e-05 (No error), connect time: 0.019668 (No error), pre-transfer time: 0 (No error), start-transfer time: 0 (No error)

tensorflow.python.framework.errors_impl.AbortedError: All 10 retry attempts failed. The last failure: Error executing an HTTP request: libcurl code 42 meaning 'Operation was aborted by an application callback', error details: Callback aborted
         when reading metadata of gs://t5-data/vocabs/cc_all.32000.100extra/sentencepiece.model``

It seems like the problem is in the file "unified-io-2/unified-io-2/t5x/examples/unified_io/t5_1_1/base.gin"

# Vocabulary (shared by encoder and decoder)
VOCABULARY = @seqio.SentencePieceVocabulary()
seqio.SentencePieceVocabulary.sentencepiece_model_file = "gs://t5-data/vocabs/cc_all.32000.100extra/sentencepiece.model"

I cannot correctly load sentencepiece.model online from "gs://t5-data/vocabs/cc_all.32000.100extra/sentencepiece.model". Is there any way to get it offline?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant