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

Commit 8c0242e

Browse files
authored
update torch version to 2.3.0 in example/requirements.txt (#1635)
Signed-off-by: Sun, Xuehao <xuehao.sun@intel.com>
1 parent b7cbdd8 commit 8c0242e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/huggingface/pytorch/question-answering/deployment/squad/ipex/bert_large/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
datasets >= 1.8.0
2-
torch == 2.0
2+
torch == 2.3.0
33
transformers
44
intel-extension-for-pytorch==2.3.0
55
wandb

examples/huggingface/pytorch/question-answering/deployment/squad/ipex/distilbert_base_uncased_sparse/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
datasets >= 1.8.0
2-
torch == 2.0
2+
torch == 2.3.0
33
transformers
44
intel-extension-for-pytorch==2.3.0
55
wandb

0 commit comments

Comments
 (0)