From 1194c3e315996d0bb0c64b851b4d76d9ee63ea04 Mon Sep 17 00:00:00 2001 From: Jungnerd <46880056+jungnerd@users.noreply.github.com> Date: Mon, 3 Apr 2023 22:17:02 +0900 Subject: [PATCH] [WIP] docs: ko: sagemaker.mdx (#22509) docs: ko: sagemaker.mdx --- docs/source/ko/_toctree.yml | 2 ++ docs/source/ko/sagemaker.mdx | 25 +++++++++++++++++++++++++ 2 files changed, 27 insertions(+) create mode 100644 docs/source/ko/sagemaker.mdx diff --git a/docs/source/ko/_toctree.yml b/docs/source/ko/_toctree.yml index 06ab5ee766..8d9b16395e 100644 --- a/docs/source/ko/_toctree.yml +++ b/docs/source/ko/_toctree.yml @@ -15,6 +15,8 @@ title: (번역 중) title: How-to 가이드 - sections: + - local: sagemaker + title: Amazon SageMaker에서 학습 실행하기 - local: in_translation title: (번역 중) title: 개념 가이드 diff --git a/docs/source/ko/sagemaker.mdx b/docs/source/ko/sagemaker.mdx new file mode 100644 index 0000000000..e52ca98e1d --- /dev/null +++ b/docs/source/ko/sagemaker.mdx @@ -0,0 +1,25 @@ + + +# Amazon SageMaker에서 학습 실행하기 + +문서가 [hf.co/docs/sagemaker](https://huggingface.co/docs/sagemaker)로 이동되었습니다. 이 페이지는 `transformers` 5.0 에서 삭제될 예정입니다. + +### 목차 + +- [Train Hugging Face models on Amazon SageMaker with the SageMaker Python SDK](https://huggingface.co/docs/sagemaker/train) +- [Deploy Hugging Face models to Amazon SageMaker with the SageMaker Python SDK](https://huggingface.co/docs/sagemaker/inference) +- [Frequently Asked Questions](https://huggingface.co/docs/sagemaker/faq)