File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
AI-and-Analytics/Features-and-Functionality/IntelPyTorch_GPU_InferenceOptimization_with_AMP Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"guid" : " 91B5893E-028B-47BC-9D84-395A60CC1B33" ,
3
- "name" : " Intel PyTorch GPU with AMP" ,
3
+ "name" : " Intel PyTorch GPU Inference Optimization with AMP" ,
4
4
"categories" : [" Toolkit/oneAPI AI And Analytics/AI Features and Functionality" ],
5
5
"description" : " This sample illustrates how to use AMP BFLOAT16 in PyTorch on Intel dGPU" ,
6
6
"builder" : [" cli" ],
10
10
"ciTests" : {
11
11
"linux" : [
12
12
{
13
- "id" : " intel pytorch gpu with amp" ,
13
+ "id" : " intel pytorch gpu inference optimization with amp" ,
14
14
"steps" : [
15
15
" source activate pytorch-gpu" ,
16
- " python IntelPyTorch_GPU_with_AMP.py" ,
16
+ " pip install -r requirements.txt" ,
17
+ " python IntelPyTorch_GPU_InferenceOptimization_with_AMP.py" ,
17
18
" /opt/intel/oneapi/intelpython/latest/envs/pytorch/bin/python -m ipykernel install --user --name=pytorch-gpu" ,
18
19
" python ci_test.py"
19
20
]
You can’t perform that action at this time.
0 commit comments