Skip to content

Commit

Permalink
bump version into v2.6 (#1713)
Browse files Browse the repository at this point in the history
Signed-off-by: chensuyue <[email protected]>
  • Loading branch information
chensuyue authored Apr 9, 2024
1 parent 4092311 commit 0985c5f
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 deletions.
2 changes: 2 additions & 0 deletions .azure-pipelines/scripts/ut/run_itrex.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ bash /intel-extension-for-transformers/.github/workflows/script/install_binary.s
# prepare test env
sed -i '/neural-compressor.git/d' /intel-extension-for-transformers/tests/requirements.txt
pip install -r /intel-extension-for-transformers/tests/requirements.txt
# workaround
pip install onnx==1.15.0
LOG_DIR=/neural-compressor/log_dir
mkdir -p ${LOG_DIR}
ut_log_name=${LOG_DIR}/ut_itrex.log
Expand Down
4 changes: 2 additions & 2 deletions conda_meta/basic/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% set version = "2.5" %}
{% set version = "2.6" %}
{% set buildnumber = 0 %}
package:
name: neural-compressor
Expand All @@ -16,7 +16,7 @@ requirements:
run:
- python
- pip
- numpy<=1.26.4
- numpy
- pyyaml
- scikit-learn
- schema
Expand Down
2 changes: 1 addition & 1 deletion conda_meta/neural_insights/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% set version = "2.5" %}
{% set version = "2.6" %}
{% set buildnumber = 0 %}
package:
name: neural-insights
Expand Down
2 changes: 1 addition & 1 deletion conda_meta/neural_solution/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% set version = "2.5" %}
{% set version = "2.6" %}
{% set buildnumber = 0 %}
package:
name: neural-solution
Expand Down
2 changes: 1 addition & 1 deletion neural_compressor/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
"""Intel® Neural Compressor: An open-source Python library supporting popular model compression techniques."""
__version__ = "2.5"
__version__ = "2.6"

0 comments on commit 0985c5f

Please sign in to comment.