diff --git a/infer/lib/infer_pack/attentions_onnx.py b/infer/lib/infer_pack/attentions_onnx.py index c9f588c..a32abc1 100644 --- a/infer/lib/infer_pack/attentions_onnx.py +++ b/infer/lib/infer_pack/attentions_onnx.py @@ -1,3 +1,11 @@ +############################## Warning! ############################## +# # +# Onnx Export Not Support All Of Non-Torch Types # +# Include Python Built-in Types!!!!!!!!!!!!!!!!! # +# If You Want TO Change This File # +# Do Not Use All Of Non-Torch Types! # +# # +############################## Warning! ############################## import copy import math from typing import Optional