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

Commit 9cf6a7f

Browse files
authored
add accelerate for tensorflow examples (#1108)
Signed-off-by: Wenxin Zhang <wenxin.zhang@intel.com>
1 parent 8d11949 commit 9cf6a7f

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

examples/huggingface/tensorflow/language-modeling/quantization/ptq/requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ sentencepiece != 0.1.92
33
protobuf
44
intel-tensorflow
55
transformers
6-
scikit-learn
6+
scikit-learn
7+
accelerate

examples/huggingface/tensorflow/multiple-choice/quantization/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ sentencepiece != 0.1.92
33
protobuf
44
intel-tensorflow
55
transformers
6+
accelerate

examples/huggingface/tensorflow/token-classification/quantization/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ seqeval
44
protobuf
55
intel-tensorflow
66
transformers
7+
accelerate

0 commit comments

Comments
 (0)