This commit is contained in:
jiahangxu 2021-08-05 15:40:02 +08:00
Родитель 9017fa4c25
Коммит 208c6ef7ae
2 изменённых файлов: 1 добавлений и 2 удалений

1
.github/workflows/integration-test.yml поставляемый
Просмотреть файл

@ -37,7 +37,6 @@ jobs:
- name: Install dependencies
# if: steps.cache.outputs.cache-hit != 'true'
run: |
lsb_release -a
pip install tensorflow==1.15.0
pip install onnx==1.9.0
pip install torch==1.9.0

Просмотреть файл

@ -2,7 +2,7 @@
## nn-Meter Installation
Currently, nn-Meter has been tested on Linux and Windows system. Windows 10, Ubuntu 16.04, 20.04 and Ubuntu latest (TODO: check the Ubuntu latest version) with python 3.6.10 are tested and supported. Please first install `python3` before nn-Meter installation.
Currently, nn-Meter has been tested on Linux and Windows system. Windows 10, Ubuntu 16.04 and 20.04 with python 3.6.10 are tested and supported. Please first install `python3` before nn-Meter installation.
To install the latest version of nn-Meter, you should install the package through source code. First git clone nn-Meter package to local:
```Bash