Skip to content

Commit

Permalink
[SW-184941] INC CI, CD and Promotion
Browse files Browse the repository at this point in the history
Change-Id: I60c420f9776e1bdab7bb9e02e5bcbdb6891bfe52
  • Loading branch information
Yantom1 authored and Eran Geva committed Jun 18, 2024
1 parent d7ad2d1 commit f23f1fa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
3 changes: 0 additions & 3 deletions requirements_pt.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
auto-round
intel_extension_for_pytorch
peft==0.10.0
psutil
py-cpuinfo
pydantic
8 changes: 3 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import os
import re
import subprocess
import sys
from io import open

Expand Down Expand Up @@ -210,11 +209,10 @@ def get_build_version():
description="Repository of Intel® Neural Compressor",
long_description=open("README.md", "r", encoding="utf-8").read(),
long_description_content_type="text/markdown",
keywords="quantization,auto-tuning,post-training static quantization,"
"post-training dynamic quantization,quantization-aware training",
license="Apache 2.0",
url="https://github.com/intel/neural-compressor",
packages=include_packages,
keywords="quantization",
url="",
packages=find_packages(include=['neural_compressor', 'neural_compressor.*']),
include_package_data=True,
package_data=package_data,
install_requires=install_requires,
Expand Down

0 comments on commit f23f1fa

Please sign in to comment.