-
TorchBench CI has detected a performance signal.
Affected Tests:
- eval-cuda-fp32:
- attention_is_all_you_need_pytorch[dynamo-blade (latency)] 6.6 -> 5.909, +10.4697%
- attention_is_all_you_need_…
-
TorchBench CI has detected a performance signal.
Affected Tests:
- eval-cuda-fp32:
- attention_is_all_you_need_pytorch[dynamo-blade (latency)] 6.6 -> 5.808, +12.0%
- attention_is_all_you_need_pyt…
-
TorchBench CI has detected a performance signal.
Affected Tests:
- eval-cuda-fp32:
- attention_is_all_you_need_pytorch[dynamo-blade (latency)] 6.6 -> 5.919, +10.3182%
- attention_is_all_you_need_…
-
Is there a specific technique used to ensure that the sizes of static target and source embeddings and XLMR target and source embeddings are equal, or is it simply a matter of trimming?
-
### Is there an existing issue for this?
- [X] I have searched the existing issues and checked the recent builds/commits
### What would your feature do ?
https://github.com/ai-forever/Kandinsky-2
…
-
### got a problem when i ran the preprocess.sh
here is what's causing my program to go wrong in the preprocess.sh
--------python scripts/save_embed.py --fseqdir $fseq \
--modeldir /home/lsy…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues and checked the recent builds/commits
### What happened?
This started a bit ago, seemingly out of nowhere when att…
-
```
Building wheels for collected packages: fairseq
Building wheel for fairseq (pyproject.toml) ... error
error: subprocess-exited-with-error
× Building wheel for fairseq (pyproject.toml) …
-
Hi authors, is there any example of a config file for nlp datasets, especially around applying transformations? I’m trying to create a minimal example. Here's the config file I'm using-
```python
…
-
Currently, transforms in the RobertaBundle are defined as anonymous lambda functions. These are not pickleable and cannot be imported for use anywhere else.
Ex proposal:
```
lambda: T.Sequential…