Skip to content
This repository was archived by the owner on Feb 13, 2025. It is now read-only.

Commit 143f1f6

Browse files
authored
Moving GPT-2 checkpoint location to its new host. (#736)
1 parent 8eef6ba commit 143f1f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Models/Text/GPT2/GPT2.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import TensorFlow
1919

2020
public class GPT2 {
2121
public static let remoteCheckpoint: URL =
22-
URL(string: "https://storage.googleapis.com/gpt-2/models/117M/model.ckpt")!
22+
URL(string: "https://openaipublic.blob.core.windows.net/gpt-2/models/117M/model.ckpt")!
2323

2424
public enum GPT2Error: Error {
2525
case invalidEncoding(id: Int32)

0 commit comments

Comments
 (0)