mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
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:
committed by
PyTorch MergeBot
parent
22af604e1b
commit
37bcdb98f6
@ -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")
|
||||||
|
Reference in New Issue
Block a user