gpt2 icon indicating copy to clipboard operation
gpt2 copied to clipboard

Error in board_bin_store

Open cgpeltier opened this issue 4 years ago • 2 comments

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?

cgpeltier avatar Mar 22 '21 11:03 cgpeltier

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 avatar Mar 28 '21 19:03 JBX028

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

JBX028 avatar Mar 28 '21 20:03 JBX028