We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ff9055 commit 26aced7Copy full SHA for 26aced7
examples/models/llama2/custom_ops/TARGETS
@@ -1,14 +1,14 @@
1
# Any targets that should be shared between fbcode and xplat must be defined in
2
# targets.bzl. This file can contain fbcode-only targets.
3
4
-load("@fbcode_macros//build_defs:python_unittest.bzl", "python_unittest")
+load("@fbsource//xplat/executorch/build:runtime_wrapper.bzl", "runtime")
5
load(":targets.bzl", "define_common_targets")
6
7
oncall("executorch")
8
9
define_common_targets()
10
11
-python_unittest(
+runtime.python_test(
12
name = "test_sdpa_with_kv_cache",
13
srcs = [
14
"test_sdpa_with_kv_cache.py",
0 commit comments