Skip to content

Commit 88513cf

Browse files
azad-metafacebook-github-bot
authored andcommitted
removing base_module for glow/fb/torch_glow/py/NNPI:torch_glow
Summary: X-link: pytorch/glow#6173 This is an attempt to reduce the number of buck targets with unnecessary base_module. Differential Revision: D56368043
1 parent 7868e09 commit 88513cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: inference/compute/pt/pytorch_linear.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def forward(self, x):
3333

3434

3535
def infer_nnpi(model, device, data_type, input_size, output_size, batch_size, args):
36-
import torch_glow
36+
import glow.fb.torch_glow.py.NNPI.torch_glow as torch_glow
3737

3838
# Detailed structure for spec can be found at https://fburl.com/diffusion/79q4efud
3939
# Create compilation spec

0 commit comments

Comments
 (0)