Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[TVMScript] Remove obsolete modules #13638

Merged
merged 1 commit into from
Dec 19, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions apps/microtvm/cmsisnn/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -216,9 +216,6 @@ scipy==1.5.4 \
--hash=sha256:ed572470af2438b526ea574ff8f05e7f39b44ac37f712105e57fc4d53a6fb660 \
--hash=sha256:f87b39f4d69cf7d7529d7b1098cb712033b17ea7714aed831b95628f483fd012 \
--hash=sha256:fa789583fc94a7689b45834453fec095245c7e69c58561dc159b5d5277057e4c
synr==0.6.0 \
--hash=sha256:0b4e16b10c3988e1981e3372153a31956f74d86752eaaa55e8c4e7b7fe591e4e \
--hash=sha256:9399b27d9f21c5d439eae92e0159d6f521cc396d27149ac45473012a205a3c30
tflite==2.10.0 \
--hash=sha256:6818a5d7776958b803944ba0a1f4c4395559606d9e795d67ac467a8a3904757d \
--hash=sha256:89cb9f57df0f5345f8fad1381e0fae6180ded687113eb552cfbb60a05edc002c
Expand Down
3 changes: 0 additions & 3 deletions apps/microtvm/ethosu/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -216,9 +216,6 @@ scipy==1.5.4 \
--hash=sha256:ed572470af2438b526ea574ff8f05e7f39b44ac37f712105e57fc4d53a6fb660 \
--hash=sha256:f87b39f4d69cf7d7529d7b1098cb712033b17ea7714aed831b95628f483fd012 \
--hash=sha256:fa789583fc94a7689b45834453fec095245c7e69c58561dc159b5d5277057e4c
synr==0.6.0 \
--hash=sha256:0b4e16b10c3988e1981e3372153a31956f74d86752eaaa55e8c4e7b7fe591e4e \
--hash=sha256:9399b27d9f21c5d439eae92e0159d6f521cc396d27149ac45473012a205a3c30
tflite==2.4.0 \
--hash=sha256:0510db1b48a3eec86bf9bb8d2749cd9d6d26d6a4fb329fd141bde5b4404932d1 \
--hash=sha256:0796f6ce6eb2aef4a318f5509e5fb0ce808e29cd3094801b4abbb1d8575a28cd
Expand Down
1 change: 0 additions & 1 deletion docker/install/ubuntu_install_python_package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ pip3 install --upgrade \
requests \
scipy \
Jinja2 \
synr==0.6.0 \
junitparser==2.4.2 \
six \
tornado \
Expand Down
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ This folder contains the source of TVM's documentation, hosted at https://tvm.ap
```bash
# Pillow on Ubuntu may require libjpeg-dev from apt
./docker/bash.sh ci_gpu -c \
'python3 -m pip install --quiet tlcpack-sphinx-addon==0.2.1 synr==0.5.0 && python3 -m pip freeze' > frozen-requirements.txt
'python3 -m pip install --quiet tlcpack-sphinx-addon==0.2.1 && python3 -m pip freeze' > frozen-requirements.txt

pip install -r frozen-requirements.txt
```
Expand Down
2 changes: 1 addition & 1 deletion docs/contribute/pull_request.rst
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ Necessary dependencies:

.. code:: bash

pip install --user pytest Cython synr
pip install --user pytest Cython

If you want to run all tests:

Expand Down
1 change: 0 additions & 1 deletion gallery/how_to/work_with_microtvm/micro_ethosu.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@
# Pillow==8.3.2
# psutil==5.8.0
# scipy==1.5.4
# synr==0.6
# tflite==2.4.0
# tornado==6.1
#
Expand Down
2 changes: 0 additions & 2 deletions python/gen_requirements.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@
"numpy",
"psutil",
"scipy",
"synr",
"tornado",
],
),
Expand Down Expand Up @@ -270,7 +269,6 @@
("sphinx_autodoc_annotation", None),
("sphinx_gallery", None),
("sphinx_rtd_theme", None),
("synr", "==0.6.0"),
("tensorflow", None),
("tensorflow-estimator", None),
("tflite", None),
Expand Down
21 changes: 0 additions & 21 deletions python/tvm/script/parser_v1/__init__.py

This file was deleted.

20 changes: 0 additions & 20 deletions python/tvm/script/parser_v1/_ffi_api.py

This file was deleted.

248 changes: 0 additions & 248 deletions python/tvm/script/parser_v1/context_maintainer.py

This file was deleted.

Loading