"tests/models/vscode:/vscode.git/clone" did not exist on "cbb8a37929c3860210f95c9ec99b8b84b8cf57a1"
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