Jani Monoses
Jani Monoses
### Change Summary Improve Django scanner. What and Why: Often the generated requirements.txt file contains only `-r requirements/dev.txt` or similar so there is no 'django' string in it. How: Add...
When some of the options are turned off, the rest of the buttons do not fill the horizontal space.
### Summary Using the mac command inside a Python comment block selects the block from top to current line ignoring the rest. In Rust or C/C++ it works fine with...
When changing CUDA_SUPPORTED_ARCHS CMake prints messages of the form `discarding unsupported CUDA arch 3.10` where instead of the cuda arch it shows the Python version
cleanups, linear_with_bias layer, tanh
Make get() use squeeze() instead of reshape(), just like get_on_dim() does. It should avoid a copy when the tensor is not contiguous. Also use the same name for the index...
When encoding for `https://huggingface.co/jhu-clsp/ettin-decoder-17m` with add_special_tokens=true a a [CLS] (bos token) is correctly prependend but also a [SEP] (eos token) is added at the end of the sequence as if...