File tree 5 files changed +7
-5
lines changed
.azure-pipelines/scripts/ut
5 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,8 @@ bash /intel-extension-for-transformers/.github/workflows/script/install_binary.s
13
13
# prepare test env
14
14
sed -i ' /neural-compressor.git/d' /intel-extension-for-transformers/tests/requirements.txt
15
15
pip install -r /intel-extension-for-transformers/tests/requirements.txt
16
+ # workaround
17
+ pip install onnx==1.15.0
16
18
LOG_DIR=/neural-compressor/log_dir
17
19
mkdir -p ${LOG_DIR}
18
20
ut_log_name=${LOG_DIR} /ut_itrex.log
Original file line number Diff line number Diff line change 1
- {% set version = "2.5 " %}
1
+ {% set version = "2.6 " %}
2
2
{% set buildnumber = 0 %}
3
3
package :
4
4
name : neural-compressor
@@ -16,7 +16,7 @@ requirements:
16
16
run :
17
17
- python
18
18
- pip
19
- - numpy<=1.26.4
19
+ - numpy
20
20
- pyyaml
21
21
- scikit-learn
22
22
- schema
Original file line number Diff line number Diff line change 1
- {% set version = "2.5 " %}
1
+ {% set version = "2.6 " %}
2
2
{% set buildnumber = 0 %}
3
3
package :
4
4
name : neural-insights
Original file line number Diff line number Diff line change 1
- {% set version = "2.5 " %}
1
+ {% set version = "2.6 " %}
2
2
{% set buildnumber = 0 %}
3
3
package :
4
4
name : neural-solution
Original file line number Diff line number Diff line change 15
15
# See the License for the specific language governing permissions and
16
16
# limitations under the License.
17
17
"""Intel® Neural Compressor: An open-source Python library supporting popular model compression techniques."""
18
- __version__ = "2.5 "
18
+ __version__ = "2.6 "
You can’t perform that action at this time.
0 commit comments