-
Notifications
You must be signed in to change notification settings - Fork 461
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fused mlp causes assertion error #179
Comments
Same problem:
|
I experience the same problem (identical error message) running |
hi man,how Disabling fused_mlp? my system is centos. |
At line 279 in llama.py, change |
Same problem. Disabling fused_mlp works for me. Note: use .pt file, not .safetensors; for some reason .safetensors still triggers the error |
After c90adef, when
fused_mlp
is enabled, I got the following error:My gpu is 2080 Ti, which as a Turing, so I think it's not the same as #174
The text was updated successfully, but these errors were encountered: