Aaron Jencks
Aaron Jencks
I wasn't able to get anything working without having `static` in the regex expression for the file handler., I found the solution here, https://stackoverflow.com/questions/9531092/how-to-handle-a-http-get-request-to-a-file-in-tornado/9637895#9637895
Added `pyenv` requirement to installation instructions *Issue #, if available:* *Description of changes:* Added `pyenv` installation instructions to clarify installation process By submitting this pull request, I confirm that you...
Added 429 code that can be received from the `get_auth_token` method of the tinder api
Speed 70 -> 69 Size 48 -> 45
## Describe your environment Pentium Pro * Operating system: Debian 12 * Python Version: 3.11 * CCXT version: NA * Freqtrade Version: NA ## Describe the enhancement I would like...
I'm using this for research, and I'm training a gpt2 model from scratch using a custom tokenizer on the openwebtext dataset. I've basically re-implemented the normal use case, but using...
you must supply credentials in order for the stream to work
For some reason `setup.py` file was looking for a file called `fastBPE/fastBPE.cpp` instead of `fastBPE/main.cc` I renamed the file and updated the documentation.