Skip to content

Commit cd66735

Browse files
authored
Update llms.rst
1 parent 50ffe11 commit cd66735

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

triton/apps/llms.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,8 +141,7 @@ Here is a Python script using huggingface model.
141141
.. code-block:: python
142142
143143
## Force transformer to load model(s) from local hub instead of download and load model(s) from remote hub.
144-
!!!!!! NOTE: this must be in front of import transformers.
145-
144+
## !!!!!! NOTE: this must be in front of import transformers.
146145
import os
147146
os.environ['TRANSFORMERS_OFFLINE'] = '1'
148147

0 commit comments

Comments
 (0)