Skip to content

Commit

Permalink
Add # pyre-ignore-all-errors header to generated Python code under …
Browse files Browse the repository at this point in the history
…`fbcode/deeplearning/fbgemm/fbgemm_gpu` (pytorch#2482)

Summary: Pull Request resolved: pytorch#2482

Reviewed By: inseokhwang

Differential Revision: D55817659

fbshipit-source-id: 5983e092d351d46b37deddc03f61a3fa3bb20633
  • Loading branch information
grievejia authored and facebook-github-bot committed Apr 8, 2024
1 parent 3bebb6d commit 5c8533e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
# This source code is licensed under the BSD-style license found in the
# LICENSE file in the root directory of this source tree.

# pyre-ignore-all-errors

import torch
{%- if is_experimental_optimizer %}
import warnings
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
# This source code is licensed under the BSD-style license found in the
# LICENSE file in the root directory of this source tree.

# pyre-ignore-all-errors

import torch
from .optimizer_args import *
from typing import Optional, List, Tuple
Expand Down

0 comments on commit 5c8533e

Please sign in to comment.