"vscode:/vscode.git/clone" did not exist on "7e61d56a45c19284cfda0cee8995fb552f6b1f4e"
fix: GPTNeoX half inference error (#22888)
* fix: half inference error norm_factor is still torch.float32 after using model.half So I changed it to register_buffer so I can change it to torch.float16 after using model.half * fix: Added a variable "persistent=False" * run make style
Showing
Please register or sign in to comment