-
Notifications
You must be signed in to change notification settings - Fork 21
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
GPT2 model - Running sums are expected to be present #27
Comments
You'd probably like to see this, too:
|
Unfortunately not all ops are implemented. Far from that. I'm working on implementing transformers support but didn't finished yet. |
Great! I wonder, how much work it is to implement and how much time you might need? Do you know? Could as well move to a discussion... |
It isn't about how much time it takes. Also norm layer tricky the implementation shouldn't be very hard. You can see some details of what needed there: #16 It is more about my available time (you know, the job that pays, family and other stuff called life that interferes with the development |
Of course, I'm sorry... That is why I have asked. I do not know how strict plans you have in your life, but maybe just a rough guess would help. I'd be thankful... Because I do not have much knowledge I have no idea how much work it is, so, as stated before, a rough guess would help me. |
I'm absolutely want and will continue the project. It is too much valuable. |
First of all, I'd like to say thank you to everyone that supported that work. Amazing :)
Unfortunately, your library does not work in combination with the GPT2 & GPT2-Large models (and probably any GPT2 model).
In the first evaluation already, Torch crashes with a
RuntimeError: Running sums are expected to be present
, which does not occur with the minist testing script. That runs fine.I am using Huggingface's gpt2-large model which worked fine on an AMD processor. But, of course, it was slow...
Here is the code as referrence - your system probably is missing termcolor:
pip install termcolor
.It would be amazing of someone could find the problem and fix it. Apparently
hip
does not support my AMD GPU properly.I'm using the Radeon RX 7900 XT.
Here is the whole log:
The text was updated successfully, but these errors were encountered: