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

Error in board_bin_store #7

Open
cgpeltier opened this issue Mar 22, 2021 · 2 comments
Open

Error in board_bin_store #7

cgpeltier opened this issue Mar 22, 2021 · 2 comments

Comments

@cgpeltier
Copy link

cgpeltier commented Mar 22, 2021

When running:

reticulate::use_condaenv(required = TRUE, condaenv = "r-gpt2")
gpt2::gpt2(model = "124M")

I get

Error in board_pin_store(board, x, name, description, "files", list(extension = extension),  : 
  Client error: (404) Not Found. Failed to download remote file: https://storage.googleapis.com/gpt-2/models/124M/checkpoint

Following that link I get an XML doc that says

<Error>
<Code>NoSuchBucket</Code>
<Message>The specified bucket does not exist.</Message>
</Error>

Not sure, but from here it looks like maybe they moved the models to a new hosting?

@JBX028
Copy link

JBX028 commented Mar 28, 2021

HI @cgpeltier
I am getting exactly the same error. file https://github.com/r-tensorflow/gpt2/blob/master/R/download.R has to be updated in order to reference the new directory.
I will download the source, make the change and use this new version. Should be ok this way....

@JBX028
Copy link

JBX028 commented Mar 28, 2021

Hi,
I forked the project and submitted a pull request.

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

2 participants