Skip to content
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
7 changes: 0 additions & 7 deletions INSTALLATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,20 +9,13 @@ follow the MCT install guide and run the following command:
pip install model-compression-toolkit
```

If you prefer to use the nightly package (unstable version),
you can install it with the following command:
```
pip install mct-nightly
```

### Working from Source Code
To work with the MCT source code, follow these steps:

1. Clone the repository:
```
git clone https://github.com/SonySemiconductorSolutions/mct-model-optimization.git
cd mct-model-optimization

```
2. Install the required packages listed in the requirements file:
```
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Pip install the model compression toolkit package in a Python>=3.9 environment w
```
pip install model-compression-toolkit
```
For installing the nightly version or installing from source, refer to the [installation guide](https://github.com/SonySemiconductorSolutions/mct-model-optimization/blob/main/INSTALLATION.md).
For installing from source, refer to the [installation guide](https://github.com/SonySemiconductorSolutions/mct-model-optimization/blob/main/INSTALLATION.md).

**Important note**: In order to use MCT, you’ll need to provide a pre-trained floating point model (PyTorch/Keras) as an input.

Expand Down
5 changes: 0 additions & 5 deletions docsrc/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,6 @@ From PyPi - latest stable release:
pip install model-compression-toolkit


A nightly version is also available (unstable):
::

pip install mct-nightly

For using with Tensorflow please install the packages:
`tensorflow <https://www.tensorflow.org/install>`_

Expand Down