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
const message = `Spellcheck has failed. Please review the log and address the issues.
166
+
167
+
Here are a few tips:
168
+
- All PyTorch API objects must be in double backticks or use an intersphinx directive. Example: \`\`torch.nn\`\`, :func:\`torch.load\`.
169
+
- Consult en-wordlist.txt for spellings of some of the words. You can add a word to en-wordlist.txt if:
170
+
1) It's a common abbreviation, like RNN.
171
+
2) It's a word widely accepted in the industry.
172
+
- Please do not add words like \`dtype\`, \`torch.nn.Transformer\` to pass spellcheck. Instead wrap it in double backticks or use an intersphinx directive.
0 commit comments