File tree Expand file tree Collapse file tree 4 files changed +16
-16
lines changed
Features-and-Functionality
IntelPyTorch_GPU_InferenceOptimization_with_AMP
IntelPyTorch_TrainingOptimizations_AMX_BF16
IntelTransformers_Quantization
Getting-Started-Samples/INC-Quantization-Sample-for-PyTorch Expand file tree Collapse file tree 4 files changed +16
-16
lines changed Original file line number Diff line number Diff line change @@ -10,13 +10,13 @@ readme = "README.md"
10
10
requires-python = " >=3.11,<3.12"
11
11
dependencies = [
12
12
" deepspeed==0.15.4" ,
13
- " intel-extension-for-pytorch==2.5.10 " ,
13
+ " intel-extension-for-pytorch==2.8.0 " ,
14
14
" matplotlib>=3.10.1" ,
15
- " neural-compressor==3.1.1 " ,
15
+ " neural-compressor==3.4 " ,
16
16
" numpy==1.26.4" ,
17
17
" oneccl-bind-pt==2.5.0" ,
18
18
" requests>=2.32.3" ,
19
- " torch==2.5.1 " ,
19
+ " torch==2.8.0 " ,
20
20
" torchaudio==2.5.1" ,
21
21
" torchvision==0.20.1" ,
22
22
" tqdm>=4.67.1" ,
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ readme = "README.md"
10
10
requires-python = " >=3.11,<3.12"
11
11
dependencies = [
12
12
" deepspeed==0.15.4" ,
13
- " intel-extension-for-pytorch==2.5 .0" ,
13
+ " intel-extension-for-pytorch==2.8 .0" ,
14
14
" ipykernel>=6.29.5" ,
15
15
" ipywidgets>=8.1.5" ,
16
16
" jupyter>=1.1.1" ,
@@ -20,8 +20,8 @@ dependencies = [
20
20
" onnxruntime==1.19.2" ,
21
21
" py-cpuinfo>=9.0.0" ,
22
22
" setuptools>=75.8.2" ,
23
- " torch==2.5 .0" ,
24
- " torchaudio==2.5 .0" ,
23
+ " torch==2.8 .0" ,
24
+ " torchaudio==2.8 .0" ,
25
25
" torchvision>=0.20.0" ,
26
26
" transformers>=4.49.0" ,
27
27
]
Original file line number Diff line number Diff line change @@ -12,18 +12,18 @@ dependencies = [
12
12
" accelerate==0.29.3" ,
13
13
" datasets==2.9.0" ,
14
14
" deepspeed==0.15.4" ,
15
- " intel-extension-for-pytorch==2.5 .0" ,
16
- " intel-extension-for-transformers==1.4.1 " ,
17
- " neural-compressor==2.6 " ,
15
+ " intel-extension-for-pytorch==2.8 .0" ,
16
+ " intel-extension-for-transformers==1.4.2 " ,
17
+ " neural-compressor==3.4 " ,
18
18
" neural-speed==1.0" ,
19
19
" numpy==1.26.4" ,
20
20
" onnxruntime==1.19.2" ,
21
21
" peft==0.10.0" ,
22
22
" sentencepiece>=0.2.0" ,
23
23
" setuptools>=75.8.2" ,
24
- " torch==2.5 .0" ,
25
- " torchaudio==2.5 .0" ,
26
- " torchvision==0.20.0 " ,
24
+ " torch==2.8 .0" ,
25
+ " torchaudio==2.8 .0" ,
26
+ " torchvision==0.20.1 " ,
27
27
" transformers==4.53.0" ,
28
28
]
29
29
Original file line number Diff line number Diff line change @@ -10,10 +10,10 @@ readme = "README.MD"
10
10
requires-python = " >=3.11.11,<3.12"
11
11
dependencies = [
12
12
" datasets>=3.3.2" ,
13
- " intel-extension-for-pytorch==2.8.10 " ,
14
- " neural-compressor==2.1 " ,
15
- " torch==2.8.10 " ,
16
- " transformers> =4.51.3" ,
13
+ " intel-extension-for-pytorch==2.8.0 " ,
14
+ " neural-compressor==3.4 " ,
15
+ " torch==2.8.0 " ,
16
+ " transformers= =4.51.3" ,
17
17
]
18
18
19
19
[tool .uv .sources ]
You can’t perform that action at this time.
0 commit comments