"git@developer.sourcefind.cn:chenpangpang/transformers.git" did not exist on "5bdf3313ef5fab0e0e31a7106a3285de88d76995"
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