diff --git a/README.md b/README.md index 6f96804bb..b3b057be1 100644 --- a/README.md +++ b/README.md @@ -249,7 +249,7 @@ print(f"HuggingFace output string: `{hf_output}`") ## Test Results -This report is autogenerated and includes tokenizers and detokenizers tests. The `Output Matched, %` column shows the percent of test strings for which the results of OpenVINO and Hugingface Tokenizers are the same. To update the report run `pytest tokenizers_test.py --update_readme` in `modules/custom_operations/user_ie_extensions/tokenizer/python/tests` directory. +This report is autogenerated and includes tokenizers and detokenizers tests. The `Output Matched, %` column shows the percent of test strings for which the results of OpenVINO and Hugingface Tokenizers are the same. To update the report run `pytest --update_readme tokenizers_test.py` in `tests` directory. ### Output Match by Tokenizer Type diff --git a/dist/openvino_tokenizers-2024.0.0.0-000-py3-none-manylinux_2_31_x86_64.whl b/dist/openvino_tokenizers-2024.0.0.0-000-py3-none-manylinux_2_31_x86_64.whl deleted file mode 100644 index 64e2a4858..000000000 Binary files a/dist/openvino_tokenizers-2024.0.0.0-000-py3-none-manylinux_2_31_x86_64.whl and /dev/null differ diff --git a/dist/openvino_tokenizers-2024.0.0.0.tar.gz b/dist/openvino_tokenizers-2024.0.0.0.tar.gz deleted file mode 100644 index eaf3835f6..000000000 Binary files a/dist/openvino_tokenizers-2024.0.0.0.tar.gz and /dev/null differ diff --git a/readme.txt b/readme.txt deleted file mode 100644 index bd0d661a9..000000000 --- a/readme.txt +++ /dev/null @@ -1,10 +0,0 @@ -“LEGAL NOTICE: Your use of this software and any required dependent software (the “Software Package”) is subject to the terms and conditions of the software license agreements for the Software Package, which may also include notices, disclaimers, or license terms for third party or open source software included in or with the Software Package, and your use indicates your acceptance of all such terms. Please refer to the “third-party-programs.txt” or other similarly-named text file included with the Software Package for additional details. - ------------------------------------------------------------------------- -Licenses: - * Apache 2.0 /LICENSE - ------------------------------------------------------------------------- - -Third party programs: - /third-party-programs.txt diff --git a/sudo b/sudo deleted file mode 100644 index 0e5764a8d..000000000 --- a/sudo +++ /dev/null @@ -1 +0,0 @@ -Acquire::Retries "10"; /etc/apt/apt.conf.d/80-retries diff --git a/tests/requirements.txt b/tests/requirements.txt deleted file mode 100644 index fadf0f04f..000000000 --- a/tests/requirements.txt +++ /dev/null @@ -1,4 +0,0 @@ -torch -onnx -tensorboard -pytest \ No newline at end of file