pytorch / torcharrow

High performance model preprocessing library on PyTorch
https://pytorch.org/torcharrow/beta/index.html
BSD 3-Clause "New" or "Revised" License
642 stars 78 forks source link

Refactor velox type dependencies to pyvelox. #496

Open kgpai opened 1 year ago

kgpai commented 1 year ago

Preliminary work to create pyVelox package . This PR just moves type information and changes relevant python files. All tests passed locally.