You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am struggling to get converttotorch.py running properly. I keep throwing a TypeError as show below. Looks like there was some noise in git over in the numpy code repo. Any ideas? Thanks in advance!
loading shards for part 0
read from checkpoint
< (8, 4096) to (4096,)
transformer.wte.bias torch.Size([4096])
< (8, 6300, 4096) to (1, 50400, 4096)
transformer.wte.weight torch.Size([4096, 50400])
< (8, 4096, 512) to (1, 4096, 4096)
Traceback (most recent call last):
File "/data/models/model38/gpt-j-6B/converttotorch.py", line 147, in
params = torch.tensor(params.copy()).half()
TypeError: the read only flag is not supported, should always be False
The text was updated successfully, but these errors were encountered:
I am struggling to get converttotorch.py running properly. I keep throwing a TypeError as show below. Looks like there was some noise in git over in the numpy code repo. Any ideas? Thanks in advance!
loading shards for part 0
read from checkpoint
< (8, 4096) to (4096,)
The text was updated successfully, but these errors were encountered: