mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-06 12:20:52 +01: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:
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:fb_xplat_genrule.bzl", "fb_xplat_genrule")
|
||||
load("//tools/build_defs:type_defs.bzl", "is_list", "is_string")
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user