Erlend Aune
Erlend Aune
To me it seems that the architecture in the referenced paper is quite different from the one that is implemented right now. In particular: - the use of relu and...
It would be great to have instructions on how to train a language model from scratch - not just loading the paper's model.
At https://storage.googleapis.com/jax-releases/jax_releases.html, we can find cuda versions of jaxlib. This index is not PEP 503-compliant, and can therefore not be used in a package manager such as poetry. Can you...
While this may be the wrong place for such an inquiry, I try, nonetheless: Using gremlin-python, how can I connect to OrientDBs gremlin-server? I have tried running `docker run -d...
This is a use case related to conditional installs of versions of packages (e.g. tensorflow or pytorch) based on the presence of a cuda installation on the system. The suggestion...
For using software that uses SQLAlchemy as backend (e.g. https://github.com/airbnb/caravel), full-fledged SQLAlchemy support is needed. To developers: Are there plans for further development of this repo?