Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions intermediate_source/dynamic_quantization_bert_tutorial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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


Expand Down Expand Up @@ -259,7 +259,7 @@ BERT 모델(FP32)를 불러옵니다.
2.3 토큰화, 평가 함수 정의하기
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

`Huggingface <https://github.com/huggingface/transformers/blob/master/examples/run_glue.py>`_
`HuggingFace <https://github.com/huggingface/transformers/blob/master/examples/run_glue.py>`_
의 토큰화 함수와 평가 함수를 사용합니다.

.. code:: python
Expand Down