-
Notifications
You must be signed in to change notification settings - Fork 27.5k
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
Falcon: make activation, ffn_hidden_size configurable #30134
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for adding this feature!
Just a comment on adding the new params to the docstring - which should resolve some of the failing tests. For style checks - running make fixup
should fix
I fixed
|
The docstring traceback is
|
I really have no idea on this one :/ We had a similar issue opened here #17402. At the time, it was related to TF installations on the mac. I would try creating a new env and reinstalling with |
Have you been able to run |
I think I got it, just ran everything in linux.
|
Hmmm, that's weird, there shouldn't be any changes to those models as they don't copy from Falcon 🤔 What do you see in the diff from running
No, this is for running the doctest and is guarded for security reasons. I can run them, but we don't need to for this PR. It takes a long time, so it's better to just skip if not needed |
Are we good to merge? |
* Falcon chg * delta * Docstring * Fix import block * doc * fix and overwrite
* Falcon chg * delta * Docstring * Fix import block * doc * fix and overwrite
Defaults unchanged