Skip to content

Commit ccc2727

Browse files
authored
Merge branch 'main' into Add-Latest-Features-For-Autograd-Tutorial
2 parents b9576f7 + 4eed2ab commit ccc2727

File tree

6 files changed

+4
-987
lines changed

6 files changed

+4
-987
lines changed

.ci/docker/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ IMAGE_NAME="$1"
1111
shift
1212

1313
export UBUNTU_VERSION="22.04"
14-
export CUDA_VERSION="12.4.1"
14+
export CUDA_VERSION="12.6.3"
1515

1616
export BASE_IMAGE="nvidia/cuda:${CUDA_VERSION}-devel-ubuntu${UBUNTU_VERSION}"
1717
echo "Building ${IMAGE_NAME} Docker image"

intermediate_source/torchserve_with_ipex.rst

Lines changed: 0 additions & 394 deletions
This file was deleted.

intermediate_source/torchserve_with_ipex_2.rst

Lines changed: 0 additions & 447 deletions
This file was deleted.

recipes_source/torchserve_vertexai_tutorial.rst

Lines changed: 0 additions & 144 deletions
This file was deleted.

recipes_source/xeon_run_cpu.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,4 +361,3 @@ See also:
361361

362362
* `PyTorch Performance Tuning Guide <https://pytorch.org/tutorials/recipes/recipes/tuning_guide.html#cpu-specific-optimizations>`__
363363
* `PyTorch Multiprocessing Best Practices <https://pytorch.org/docs/stable/notes/multiprocessing.html#cpu-in-multiprocessing>`__
364-
* Grokking PyTorch Intel CPU performance: `Part 1 <https://pytorch.org/tutorials/intermediate/torchserve_with_ipex>`__ `Part 2 <https://pytorch.org/tutorials/intermediate/torchserve_with_ipex_2>`__

redirects.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,7 @@
33
"beginner/ptcheat.html": "../index.html",
44
"beginner/deploy_seq2seq_hybrid_frontend_tutorial.html": "../index.html",
55
"recipes/bundled_inputs.html": "../index.html",
6+
"intermediate/torchserve_with_ipex.html": "../index.html",
7+
"intermediate/torchserve_with_ipex_2.html": "../index.html",
8+
"recipes/torchserve_vertexai_tutorial.html": "../index.html",
69
}

0 commit comments

Comments
 (0)