File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ def outer_function(x, y):
118
118
119
119
######################################################################
120
120
# In the same fashion, when compiling a module all sub-modules and methods
121
- # within it, that are not in a skiplist , are also compiled.
121
+ # within it, that are not in a skip list , are also compiled.
122
122
123
123
class OuterModule (torch .nn .Module ):
124
124
def __init__ (self ):
@@ -172,7 +172,7 @@ def outer_function():
172
172
#
173
173
# When you use ``torch.compile``, the compiler will try to recursively compile
174
174
# every function call inside the target function or module inside the target
175
- # function or module that is not in a skiplist (e.g. builtins , some functions in
175
+ # function or module that is not in a skip list (such as built-ins , some functions in
176
176
# the torch.* namespace).
177
177
#
178
178
# **Best Practices:**
You can’t perform that action at this time.
0 commit comments