We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50ffe11 commit cd66735Copy full SHA for cd66735
triton/apps/llms.rst
@@ -141,8 +141,7 @@ Here is a Python script using huggingface model.
141
.. code-block:: python
142
143
## 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
-
+ ## !!!!!! NOTE: this must be in front of import transformers.
146
import os
147
os.environ['TRANSFORMERS_OFFLINE'] = '1'
148
0 commit comments