Fix buck parsing in OSS build (#99648)

By removing `@fbsource` cell prefix from `pt_ops.bzl`

Fixes https://github.com/pytorch/pytorch/issues/99642

Pull Request resolved: https://github.com/pytorch/pytorch/pull/99648
Approved by: https://github.com/kit1980, https://github.com/huydhn
This commit is contained in:
Nikita Shulga
2023-04-20 20:17:38 +00:00
committed by PyTorch MergeBot
parent 22af604e1b
commit 37bcdb98f6

View File

@ -1,4 +1,4 @@
load("@fbsource//tools/build_defs:fb_native_wrapper.bzl", "fb_native") load("//tools/build_defs:fb_native_wrapper.bzl", "fb_native")
load("//tools/build_defs:expect.bzl", "expect") load("//tools/build_defs:expect.bzl", "expect")
load("//tools/build_defs:fb_xplat_genrule.bzl", "fb_xplat_genrule") load("//tools/build_defs:fb_xplat_genrule.bzl", "fb_xplat_genrule")
load("//tools/build_defs:type_defs.bzl", "is_list", "is_string") load("//tools/build_defs:type_defs.bzl", "is_list", "is_string")