You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: triton/apps/llms.rst
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -140,7 +140,9 @@ Here is a Python script using huggingface model.
140
140
141
141
.. code-block:: python
142
142
143
-
## Force transformer to load model(s) from local hub instead of download and load model(s) from remote hub. NOTE: this must be run before importing transformers.
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.
0 commit comments