Yuxiang Wei
Yuxiang Wei
Have the same issue, expecting some updates
> ```python > from typing import Protocol > > class Test(Protocol): > k: int > > def test(self) -> None: > self.k = self.k # error: Cannot determine type of...
> Mypy (by default) only checks methods that do have annotations. Thanks for your comment. But still, the program shown by @AlexWaygood through the link can not type check. The...
> Related to #11994 ? Yes. The error still occurs in the latest version: - Gist URL: https://gist.github.com/38c09a9474b0e30819de806af7f9ee7e - Playground URL: https://mypy-play.net/?mypy=latest&python=3.11&gist=38c09a9474b0e30819de806af7f9ee7e
Thanks for reporting this. Did you also try to update the package as described in the issue you referred to, and could that help?
Yes they are listed in [pyproject.toml](https://github.com/ise-uiuc/magicoder/blob/c900e74a577ea06d3a397b34745d0c920a91f1f7/pyproject.toml).
> Hello @UniverseFly, would you mind sharing more details on what actually does not work well? Are you observing some errors? Sorry for the late reply. The issue is that...
> Hey, the model's forward already supports passing a 2d attention mask, it is just expended to 4d because that is the format required by the attention implementation. > Would...
Just want to point out that the data processing pipeline is open-source (https://github.com/bigcode-project/the-stack-v2). It is also the case for StarCoder1 (https://github.com/bigcode-project/bigcode-dataset/). To my knowledge, StarCoders are the only code LLMs...
Cool! Yes, I agree it'd be very interesting to see how it goes when the dataset scales