Sumanai
Sumanai
I believe that if you don't release the models to the public, the errors in the training will be noticed much later. It was open access that made it possible...
Unfortunately, the attempt to add GALACTICA in the same way failed. The problem seems to be the lack of handling parameters like attention_dropout, but this is purely a guess. After...
> @Sumanai How did you get Erebus working? You can see my dirty edits in my repository. https://github.com/Sumanai/FlexGen/tree/erebus I hope this code will help explorers in adding Galactica support.
Bump
[gitcnd](https://github.com/gitcnd), Totally agree. The modern race for completely safe AI makes them dull and boring. The popularity of censorship circumvention methods, such as DAN for ChatGPT, show that there is...
Of course, the weights themselves are closed. But the code from the repository should be enough to add support. And where the end users will download the weights from is...
I think you can make support for aliases in simple cases with constant strings. I am codding stubs that connect to the workspace, and therefore the variant with `use` does...
But why? And… Does not work 
I am developing an extension for VScode that contains stubs for the functions of the framework I am using. Unfortunately, there is legacy with global variables, and they are used...
Your code is working fine. I think for starters it’s enough to create an alias from `@global` to `@var`, and only then think about how to improve the use of...