-
Notifications
You must be signed in to change notification settings - Fork 11.2k
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
Possible regression on master #89
Comments
commit hash |
I don't know whether this is the right place to report this, but I am reporting it because I am experiencing a similar event. I built it on Windows using gcc.
The following is the contents of Windows Error Reporting.
|
c0000005 is the Windows version of a segmentation fault, if I recall correctly. I haven't tested with >13B myself, but it's quite surprising if something broke for that case only. Is there any chance you could build with debug info (add |
Yes, that's quite useful, thanks. I notice that How much RAM do you have in total? |
I have a total of 32GB of RAM. |
Hi,
I see that interactive mode has been merged in, I was trying to test the repository on a larger set of weights, and found that there is no output anymore. When running it in interactive mode, the code works, so there might be something going on. Haven't had the time to look at it yet.
The code reports number of tokens / second at the end so it just seems that the tokens are not sent to the console.
Cheers
The text was updated successfully, but these errors were encountered: