pytorch_backend icon indicating copy to clipboard operation
pytorch_backend copied to clipboard

maintenance: Separate Code into Separate Files

Open whoisj opened this issue 1 month ago • 2 comments

This change breaks the monolithic src/libtorch.cc into multiple files, with a modern separation of classes into separate header and code files.

No actual code changes were made besides the separation of the code into multiple files.

whoisj avatar Oct 27 '25 21:10 whoisj

pre-commit fails on a file I have not changed 😤

whoisj avatar Oct 27 '25 21:10 whoisj

pre-commit fails on a file I have not changed 😤

I found that, too. Pre-commit is now using Python 3.14.

yinggeh avatar Oct 28 '25 18:10 yinggeh