Seth Weidman

Results 1 comments of Seth Weidman

Update: based on feedback from @suo, I tried changing [this line](https://github.com/pytorch/extension-script/issues/1) to: ```cpp torch::jit::script::Module module = torch::jit::load(argv[1]); ``` That seemed to fix one error, but now this line: ```cpp torch::Tensor...