Skip to content

Commit 1703658

Browse files
authored
Remove deprecated modules (#1872)
Signed-off-by: chensuyue <[email protected]>
1 parent f698c96 commit 1703658

File tree

562 files changed

+10
-75950
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

562 files changed

+10
-75950
lines changed

.azure-pipelines/code-scan-neural-solution.yaml

Lines changed: 0 additions & 59 deletions
This file was deleted.

.azure-pipelines/scripts/codeScan/pydocstyle/pydocstyle.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,6 @@ log_dir="$work_dir/../scanLog"
1717
mkdir -p $log_dir
1818

1919
scan_path="scan_path.txt"
20-
if [ "${scan_module}" = "neural_solution" ]; then
21-
scan_path="scan_path_neural_solution.txt"
22-
elif [ "${scan_module}" = "neural_insights" ]; then
23-
scan_path="scan_path_neural_insights.txt"
24-
fi
2520

2621
exit_code=0
2722
for line in $(cat ${work_dir}/${scan_path})

.azure-pipelines/scripts/codeScan/pydocstyle/scan_path_neural_insights.txt

Lines changed: 0 additions & 4 deletions
This file was deleted.

.azure-pipelines/scripts/codeScan/pydocstyle/scan_path_neural_solution.txt

Lines changed: 0 additions & 4 deletions
This file was deleted.

.azure-pipelines/scripts/codeScan/pylint/pylint.sh

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -44,22 +44,6 @@ pip install torch \
4444
pydantic \
4545
protobuf
4646

47-
if [ "${scan_module}" = "neural_solution" ]; then
48-
cd /neural-compressor
49-
python setup.py install
50-
51-
echo "Install Neural Solution ... "
52-
bash /neural-compressor/.azure-pipelines/scripts/install_neural_solution.sh
53-
54-
elif [ "${scan_module}" = "neural_insights" ]; then
55-
cd /neural-compressor
56-
python setup.py install
57-
58-
echo "Install Neural Insights ... "
59-
bash /neural-compressor/.azure-pipelines/scripts/install_neural_insights.sh
60-
61-
fi
62-
6347
echo "[DEBUG] list pipdeptree..."
6448
pip install pipdeptree
6549
pipdeptree

.azure-pipelines/scripts/install_neural_insights.sh

Lines changed: 0 additions & 8 deletions
This file was deleted.

.azure-pipelines/scripts/install_neural_solution.sh

Lines changed: 0 additions & 27 deletions
This file was deleted.

.azure-pipelines/scripts/ut/run_basic_others.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ cd /neural-compressor/test || exit 1
1414
find . -name "test*.py" | sed 's,\.\/,coverage run --source='"${lpot_path}"' --append ,g' | sed 's/$/ --verbose/'> run.sh
1515
sed -i '/ adaptor\//d' run.sh
1616
sed -i '/ tfnewapi\//d' run.sh
17-
sed -i '/ neural_coder\//d' run.sh
1817
sed -i '/ itex\//d' run.sh
1918
sed -i '/ pruning_with_pt/d' run.sh
2019
sed -i '/ pruning_with_tf/d' run.sh

.azure-pipelines/scripts/ut/run_ncoder.sh

Lines changed: 0 additions & 26 deletions
This file was deleted.

.azure-pipelines/scripts/ut/run_neural_insights.sh

Lines changed: 0 additions & 41 deletions
This file was deleted.

.azure-pipelines/scripts/ut/run_neural_solution.sh

Lines changed: 0 additions & 43 deletions
This file was deleted.

.azure-pipelines/ut-basic-no-cover.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ pr:
1414
- requirements.txt
1515
- .azure-pipelines/scripts/ut
1616
exclude:
17-
- test/neural_coder
1817
- test/3x
1918
- neural_compressor/common
2019
- neural_compressor/torch

.azure-pipelines/ut-basic.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ pr:
1414
- requirements.txt
1515
- .azure-pipelines/scripts/ut
1616
exclude:
17-
- test/neural_coder
1817
- test/3x
1918
- neural_compressor/common
2019
- neural_compressor/torch

.azure-pipelines/ut-ncoder.yml

Lines changed: 0 additions & 33 deletions
This file was deleted.

.azure-pipelines/ut-neural-solution.yaml

Lines changed: 0 additions & 33 deletions
This file was deleted.

0 commit comments

Comments
 (0)