Skip to content

Commit acf7a44

Browse files
cccclaifacebook-github-bot
authored andcommitted
forward fix
Summary: Forward fix for the previous PR pytorch#7618 Reviewed By: tarun292 Differential Revision: D68362771
1 parent 91eba41 commit acf7a44

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)