Skip to content

Commit

Permalink
Remove third party integration patch and dockerfiles (openvinotoolkit…
Browse files Browse the repository at this point in the history
  • Loading branch information
vshampor authored Jan 10, 2024
1 parent c760b3d commit e533c12
Show file tree
Hide file tree
Showing 12 changed files with 0 additions and 2,236 deletions.
9 changes: 0 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -355,13 +355,6 @@ NNCF may be straightforwardly integrated into training/evaluation pipelines of t

NNCF is used as a compression backend within the renowned `transformers` repository in HuggingFace Optimum Intel.

### Git patches for third-party repository

See [third_party_integration](./third_party_integration) for examples of code modifications (Git patches and base commit IDs are provided) that are necessary to integrate NNCF into the following repositories:

- [huggingface-transformers](third_party_integration/huggingface_transformers/README.md)
**NOTE**: this patch is deprecated and will be removed from NNCF repository in future releases.

## Installation Guide

For detailed installation instructions please refer to the [Installation](./docs/Installation.md) page.
Expand All @@ -386,8 +379,6 @@ NNCF is also available via [conda](https://anaconda.org/conda-forge/nncf):
conda install -c conda-forge nncf
```

You may also use one of the Dockerfiles in the [docker](./docker) directory to build an image with an environment already set up and ready for running NNCF [sample scripts](#demos-tutorials-and-samples).

### System requirements

- Ubuntu\* 18.04 or later (64-bit)
Expand Down
45 changes: 0 additions & 45 deletions docker/README.md

This file was deleted.

57 changes: 0 additions & 57 deletions docker/onnx/openvinoep/Dockerfile

This file was deleted.

15 changes: 0 additions & 15 deletions docker/onnx/openvinoep/build.sh

This file was deleted.

44 changes: 0 additions & 44 deletions docker/tensorflow/gpu/Dockerfile

This file was deleted.

28 changes: 0 additions & 28 deletions docker/torch/cpu/Dockerfile

This file was deleted.

44 changes: 0 additions & 44 deletions docker/torch/gpu/Dockerfile

This file was deleted.

4 changes: 0 additions & 4 deletions docs/Installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,6 @@ pip install git+https://github.com/openvinotoolkit/nncf@bd189e2#egg=nncf

Note that in order for this to work for pip versions >= 21.3, your Git version must be at least 2.22.

## As a Docker image

Use one of the Dockerfiles in the [docker](../docker) directory to build an image with an environment already set up and ready for running NNCF [sample scripts](../README.md#model-compression-samples).

## Corresponding versions

The following table lists the recommended corresponding versions of backend packages
Expand Down
87 changes: 0 additions & 87 deletions tests/torch/sparsity/movement/test_training_with_third_party.py

This file was deleted.

Loading

0 comments on commit e533c12

Please sign in to comment.