From 75fd25db09d615d697b1e9d209938f378d5a65ec Mon Sep 17 00:00:00 2001 From: hadh93 Date: Thu, 29 Aug 2024 12:23:54 +0900 Subject: [PATCH] [Fix] Reflect typo correction from the original document --- intermediate_source/dynamic_quantization_bert_tutorial.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/intermediate_source/dynamic_quantization_bert_tutorial.rst b/intermediate_source/dynamic_quantization_bert_tutorial.rst index f53fd8b93..549423acc 100644 --- a/intermediate_source/dynamic_quantization_bert_tutorial.rst +++ b/intermediate_source/dynamic_quantization_bert_tutorial.rst @@ -68,7 +68,7 @@ PyTorch의 베타 기능들을 사용할 것이므로, 가장 최신 버전의 t .. code:: shell - yes y | pip uninstall torch tochvision + yes y | pip uninstall torch torchvision yes y | pip install --pre torch -f https://download.pytorch.org/whl/nightly/cu101/torch_nightly.html @@ -259,7 +259,7 @@ BERT 모델(FP32)를 불러옵니다. 2.3 토큰화, 평가 함수 정의하기 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -`Huggingface `_ +`HuggingFace `_ 의 토큰화 함수와 평가 함수를 사용합니다. .. code:: python