Skip to content

Commit 594ad86

Browse files
cccclaifacebook-github-bot
authored andcommitted
forward fix (#7871)
Summary: Pull Request resolved: #7871 Forward fix for the previous PR #7618 Reviewed By: tarun292 Differential Revision: D68362771
1 parent 91eba41 commit 594ad86

File tree

1 file changed

+10
-0
lines changed
  • examples/qualcomm/oss_scripts/llama

1 file changed

+10
-0
lines changed

examples/qualcomm/oss_scripts/llama/TARGETS

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@ load("@fbsource//xplat/executorch/build:runtime_wrapper.bzl", "runtime")
55

66
oncall("executorch")
77

8+
python_library(
9+
name = "static_llama",
10+
srcs = [
11+
"model/static_llama.py",
12+
],
13+
deps = [
14+
"//caffe2:torch",
15+
],
16+
)
17+
818
python_binary(
919
name = "llama",
1020
srcs = ["llama.py"],

0 commit comments

Comments
 (0)