lif
lif
Hello!There is some question when running the example given by the wiki. It reminds this: error: failed to run custom build command for `webview-sys v0.1.4` Caused by: process didn't exit...
# Before submitting - [√] Was this discussed/approved via a Github issue? (no need for typos, doc improvements) - [√] Did you read the [contributor guideline](https://github.com/pytorch/fairseq/blob/main/CONTRIBUTING.md)? - [√] Did you...
## Motivation I am using fairseq with Python 3.11, finding that there are some compatibility issues here. If I want to use newer version, I have to change some code....
**Describe the bug** In Python version >= 3.11, dataclasses prohibits setting the default value to mutable objects so this is often the case : `common: Example = field(default_factory=Example)` Here, if...