Yuxiang Wei
Yuxiang Wei
After lsp-ui shows doc in a separate graphical window, the width of line number will become unexpectedly bigger. Steps to reproduce the problem: 1. `emacs -Q` 2. Load lsp-mode, lsp-ui...
**Bug Report** Mypy cannot determine the type of the declared field inside a protocol method. **To Reproduce** Invoke mypy on the following Python file ```python # bug.py from typing import...
**Bug Report** Mypy cannot determine the type of the declared field inside a protocol method. **To Reproduce** Invoke mypy on the following Python file ```python # bug.py from typing import...
Hi, thanks for the great project. When I load the parser, a deprecation warning would show up: ``` warn("{} is deprecated. Use {} instead.".format(old, new), FutureWarning) ``` Should I worry...
Hello, it seems the extractor does not work well for the webarchive of this webpage: https://lawrencecpaulson.github.io/2022/01/05/LCF.html. I am using an intel Mac running on macOS 12.5.
### Feature request Allow passing a 2D attention mask in `model.forward`. ### Motivation With this feature, it would be much easier to avoid cross-context contamination during pretraining and supervised finetuning...
Wow, this is super cool work, and thanks for open sourcing everything!! I wonder if cosmopedia tries incorporating code data as seeds to rephrase them into high-quality data? We did...
Before evaluation, `export ONE_SHOT=1; export BACKTICKS=1". Also, I commented out the following lines to avoid exceptions: ``` + # enforce_eager=True, + # enable_prefix_caching=True, ```