"...text-generation-inference.git" did not exist on "d8dc8f1b0c97da009dd975c3622e49d01e2081b3"
Commit 5033fdd0 authored by Jason Lian's avatar Jason Lian
Browse files

add comment

parent 1ef6de08
......@@ -101,7 +101,7 @@ def LC2CL(tensor):
"""
return tensor.transpose(0, 1).contiguous()
# TODO: remove this once https://github.com/pytorch/pytorch/issues/21478 gets solved
@torch.jit.ignore
def _stft(input, n_fft, hop_length, win_length, window, center, pad_mode, normalized, onesided):
# type: (Tensor, int, Optional[int], Optional[int], Optional[Tensor], bool, str, bool, bool) -> Tensor
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment