-
## 🚀 Feature
Add an option to export TorchScript classes as TorchScript code when `torch.jit.save`-ing a module. That way, the resulting file will be hermetically sealed, without relying on any par…
-
Hi, thank you for such an amazing project!
I want to suggest the support of torchscript for production use of nnAudio.
Currently, it does not work with the command `script_model = torch.jit.scri…
-
'ffmpeg' �����ڲ����ⲿ���Ҳ���ǿ����еij���
���������ļ���
frame extracted
Settings -> Mode=base, Device=cuda, Torchscript=disabled
mask created
completed.
![屏幕截图 2024-08-20 223209](https://github.c…
-
This is a question i got from @bnellnm on the vllm-torch slack channel:
We have a CustomClassHolder class ScalarType defined [here](https://github.com/vllm-project/vllm/blob/main/csrc/core/scalar_…
-
## :rocket: Feature Request
Currently we only suggest Pytorch artifact types.
And `torch.compile` is not an artifact type. From the pytorch docs
> [torch.compile()](https://pytorch.org/doc…
-
I would like to ask if it is possible to provide a GPU TorchScript model conversion instead of the onnx model
-
I have seen on your ToDo you plan TorchScript compatibility? Can you indicate a timeline for this? I can not support directly, but if I could donate something let me know...
-
I notice that using the torchscript exporter, ie using the `--torchscript-onnx` flag, all the exported HF models contain a `SoftmaxCrossEntropyLoss` node at the end that compares the model output with…
-
I have a yolov5 model which trained in a custom dataset,I want to load it in the type of torchscript and label the rest of dataset.It seems that only standard yolov5/v8/SAM model can be loaded now
-
I'm trying to export pt file to a .jit file.
However, if you look at the current torchscript file, there are no preprocessing and postprocessing codes.
Is there a way to export pre-processing and po…