Skip to content

Commit 3634467

Browse files
committed
Fix
1 parent 23ac4de commit 3634467

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extension/llm/runner/targets.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def define_common_targets():
2525
aten_suffix = "_aten" if aten else ""
2626

2727
runtime.cxx_library(
28-
name = "stats",
28+
name = "stats" + aten_suffix,
2929
exported_headers = [
3030
"stats.h",
3131
"util.h",

0 commit comments

Comments
 (0)