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

Remove deprecated modules #1872

Merged
merged 8 commits into from
Jul 12, 2024
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
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
59 changes: 0 additions & 59 deletions .azure-pipelines/code-scan-neural-solution.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions .azure-pipelines/scripts/codeScan/pydocstyle/pydocstyle.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,6 @@ log_dir="$work_dir/../scanLog"
mkdir -p $log_dir

scan_path="scan_path.txt"
if [ "${scan_module}" = "neural_solution" ]; then
scan_path="scan_path_neural_solution.txt"
elif [ "${scan_module}" = "neural_insights" ]; then
scan_path="scan_path_neural_insights.txt"
fi

exit_code=0
for line in $(cat ${work_dir}/${scan_path})
Expand Down

This file was deleted.

This file was deleted.

16 changes: 0 additions & 16 deletions .azure-pipelines/scripts/codeScan/pylint/pylint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,22 +44,6 @@ pip install torch \
pydantic \
protobuf

if [ "${scan_module}" = "neural_solution" ]; then
cd /neural-compressor
python setup.py install

echo "Install Neural Solution ... "
bash /neural-compressor/.azure-pipelines/scripts/install_neural_solution.sh

elif [ "${scan_module}" = "neural_insights" ]; then
cd /neural-compressor
python setup.py install

echo "Install Neural Insights ... "
bash /neural-compressor/.azure-pipelines/scripts/install_neural_insights.sh

fi

echo "[DEBUG] list pipdeptree..."
pip install pipdeptree
pipdeptree
Expand Down
8 changes: 0 additions & 8 deletions .azure-pipelines/scripts/install_neural_insights.sh

This file was deleted.

27 changes: 0 additions & 27 deletions .azure-pipelines/scripts/install_neural_solution.sh

This file was deleted.

1 change: 0 additions & 1 deletion .azure-pipelines/scripts/ut/run_basic_others.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ cd /neural-compressor/test || exit 1
find . -name "test*.py" | sed 's,\.\/,coverage run --source='"${lpot_path}"' --append ,g' | sed 's/$/ --verbose/'> run.sh
sed -i '/ adaptor\//d' run.sh
sed -i '/ tfnewapi\//d' run.sh
sed -i '/ neural_coder\//d' run.sh
sed -i '/ itex\//d' run.sh
sed -i '/ pruning_with_pt/d' run.sh
sed -i '/ pruning_with_tf/d' run.sh
Expand Down
26 changes: 0 additions & 26 deletions .azure-pipelines/scripts/ut/run_ncoder.sh

This file was deleted.

41 changes: 0 additions & 41 deletions .azure-pipelines/scripts/ut/run_neural_insights.sh

This file was deleted.

43 changes: 0 additions & 43 deletions .azure-pipelines/scripts/ut/run_neural_solution.sh

This file was deleted.

1 change: 0 additions & 1 deletion .azure-pipelines/ut-basic-no-cover.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ pr:
- requirements.txt
- .azure-pipelines/scripts/ut
exclude:
- test/neural_coder
- test/3x
- neural_compressor/common
- neural_compressor/torch
Expand Down
1 change: 0 additions & 1 deletion .azure-pipelines/ut-basic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ pr:
- requirements.txt
- .azure-pipelines/scripts/ut
exclude:
- test/neural_coder
- test/3x
- neural_compressor/common
- neural_compressor/torch
Expand Down
33 changes: 0 additions & 33 deletions .azure-pipelines/ut-ncoder.yml

This file was deleted.

33 changes: 0 additions & 33 deletions .azure-pipelines/ut-neural-solution.yaml

This file was deleted.

Loading
Loading