-
## Instructions To Reproduce the 🐛 Bug:
1. what changes youss made (`git diff`) or what code you wrote
Modified the main function in run_distributed_engines.py to
```python
def my_register_dat…
-
Hi Florian. I just read your paper on low resource multilingual zero-shot multi-speaker TTS (https://arxiv.org/pdf/2210.12223.pdf). Great job. Very interesting contributions, thanks for sharing this. …
-
**Is your feature request related to a problem? Please describe.**
Currently a DSL can take up to 30s to load, due to Rascal's overhead of generating parsers for files with concrete syntax. Users are…
-
Allow to configure settings across profiles.
One idea we are considering is to allow users to choose between following options while creating a profile:
1. Extend from Default Profile
2. Diverg…
-
# Problem: Constant-Time Arithmetic for Cryptographic Uses
The math/big package naturally and inevitably gets used for cryptographic purposes, including in the standard Go crypto libraries. Howeve…
-
```
pdf = jammy_flows.pdf("e1+s2", "gggg+n", conditional_input_dim=4, hidden_mlp_dims_sub_pdfs="128-128")
helper_fns.visualize_pdf(
pdf.to("cpu"),
fig,
nsamples=10000,
conditio…
-
my platform is win10, vs2019, python27.
when doing the following steps:
cd pytorch/scripts
build_windows.bat
it fails with the link error 1248, i use the 64bit VS dev cmd line env.
i changed som…
-
## testing code:
```
import numpy as np
import torch
from flash_attn.flash_attention import FlashAttention
def test(device):
flash = FlashAttention()
d_head = 64
n_heads = 32
…
-
Opening image browser doesn't show any image.
```
Traceback (most recent call last):
File "E:\sandbox\stable-diffusion-webui\venv\lib\site-packages\gradio\routes.py", line 321, in run_predict
…
-
The follow-up research from PaLM switched in Flan-PaLM to the encoder-decoder t5 architecture. How would it be possible to also add an encoder to this implementation?