This repository was archived by the owner on Oct 25, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +5
-4
lines changed
examples/huggingface/pytorch/text-generation/quantization Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 11#! /bin/bash
2+
23source /intel-extension-for-transformers/.github/workflows/script/change_color.sh
34
45cd /intel-extension-for-transformers
@@ -10,7 +11,7 @@ git config --global --add safe.directory "*"
1011git submodule update --init --recursive
1112
1213
13- $BOLD_YELLOW && echo " ---------------- run python setup.py sdist bdist_wheel -------------" && $RESET
14+ $BOLD_YELLOW && echo " ---------------- run python setup.py bdist_wheel -------------" && $RESET
1415python setup.py bdist_wheel
1516
1617
Original file line number Diff line number Diff line change 6767 with :
6868 submodules : " recursive"
6969 ref : ${{ matrix.test_branch }}
70- fetch-tags : true
70+ fetch-depth : 0
7171
7272 - name : Docker Build
7373 run : |
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ sentencepiece != 0.1.92
77torch==2.3.0+cpu
88transformers==4.38.1
99intel_extension_for_pytorch==2.3.0
10- optimum-intel==1.16.1
10+ optimum-intel
1111bitsandbytes #baichuan
1212transformers_stream_generator
1313tiktoken #qwen
Original file line number Diff line number Diff line change 1616nlpaug == 1.1.9
1717onnx
1818onnxruntime
19- optimum-intel == 1.16.1
19+ optimum-intel
2020peft == 0.6.2
2121py-cpuinfo
2222sacremoses
You can’t perform that action at this time.
0 commit comments