"git@developer.sourcefind.cn:zhaoyu6/sglang.git" did not exist on "7863e4368abfd92b331d59aed0ef60680ebe8559"
  • moto's avatar
    [BC Breaking] Reorganize C++ resources (#630) · 44af0dea
    moto authored
    This PR
     - Changes the location of C++ codes from
         - from `torchaudio/torch_sox.cpp` to `torchaudio/csrc/sox.cpp`
         - from `torchaudio/torch_sox.h` to `torchaudio/csrc/sox.h`
     - Changes the location where the resulting library is placed
         - from `_torch_sox.so` (outside of `torchaudio` module)
            to `torchaudio/_torchaudio.so`.
    44af0dea
setup.py 4.02 KB