Skip to content
This repository has been archived by the owner on Oct 25, 2024. It is now read-only.

remove optimum-intel version limit #1651

Merged
merged 4 commits into from
Jul 4, 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
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/script/install_binary.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/bash

source /intel-extension-for-transformers/.github/workflows/script/change_color.sh

cd /intel-extension-for-transformers
Expand All @@ -10,7 +11,7 @@ git config --global --add safe.directory "*"
git submodule update --init --recursive


$BOLD_YELLOW && echo "---------------- run python setup.py sdist bdist_wheel -------------" && $RESET
$BOLD_YELLOW && echo "---------------- run python setup.py bdist_wheel -------------" && $RESET
python setup.py bdist_wheel


Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit-test-optimize.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
with:
submodules: "recursive"
ref: ${{ matrix.test_branch }}
fetch-tags: true
fetch-depth: 0

- name: Docker Build
run: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ sentencepiece != 0.1.92
torch==2.3.0+cpu
transformers==4.38.1
intel_extension_for_pytorch==2.3.0
optimum-intel==1.16.1
optimum-intel
bitsandbytes #baichuan
transformers_stream_generator
tiktoken #qwen
Expand Down
2 changes: 1 addition & 1 deletion tests/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ mlflow
nlpaug==1.1.9
onnx
onnxruntime
optimum-intel==1.16.1
optimum-intel
peft==0.6.2
py-cpuinfo
sacremoses
Expand Down
Loading