diff --git a/fastdeploy/input/ernie_tokenizer.py b/fastdeploy/input/ernie_tokenizer.py index 2bbc798c5..057559015 100644 --- a/fastdeploy/input/ernie_tokenizer.py +++ b/fastdeploy/input/ernie_tokenizer.py @@ -14,8 +14,6 @@ # limitations under the License. """ -# cipher_token=WjI1fQOvhN # do not edit this line - import os import re from shutil import copyfile diff --git a/fastdeploy/model_executor/layers/activation.py b/fastdeploy/model_executor/layers/activation.py index 5e426e7ef..29e86c642 100644 --- a/fastdeploy/model_executor/layers/activation.py +++ b/fastdeploy/model_executor/layers/activation.py @@ -14,7 +14,6 @@ # limitations under the License. """ -# cipher_token=WjI1fQOvhN # do not edit this line from typing import Optional import paddle