mirror of https://github.com/google/gemma.cpp.git
ci: update bazel build target to gemma_main
This commit is contained in:
parent
ec105435bd
commit
4c56598b74
|
|
@ -77,4 +77,4 @@ jobs:
|
|||
with:
|
||||
path: ~/.cache/bazel
|
||||
key: bazel-${{ runner.os }}
|
||||
- run: bazel build --cxxopt=-std=c++20 //:gemma --jobs=10 --show_progress_rate_limit=1
|
||||
- run: bazel build --cxxopt=-std=c++20 //:gemma_main --jobs=10 --show_progress_rate_limit=1
|
||||
|
|
|
|||
|
|
@ -823,7 +823,7 @@ cc_test(
|
|||
)
|
||||
|
||||
cc_binary(
|
||||
name = "gemma",
|
||||
name = "gemma_main",
|
||||
srcs = ["gemma/run.cc"],
|
||||
deps = [
|
||||
":args",
|
||||
|
|
|
|||
Loading…
Reference in New Issue