| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
before: ``` AssertionError: The parameter 0 has already been reduced. ... ``` after: ``` AssertionError: The parameter model.embed_tokens.weight has already been reduced. ```
Currently a numerical order of the param tells nothing to the user of what param is the problem. This PR fixes that. before: ``` AssertionError: The parameter 0 has already been reduced. ... ``` after: ``` AssertionError: The parameter model.embed_tokens.weight has already been reduced. ``` Signed-off-by: nathon-lee <leejianwoo@gmail.com>
| Back | FazBrowse Home | New Git URL |
Currently a numerical order of the param tells nothing to the user of what param is the problem. This PR fixes that.
before:
after: