mirror of https://github.com/google/gemma.cpp.git
fix: a global update of all io paths to gemma/io
This commit is contained in:
parent
1c5f712672
commit
ec105435bd
|
|
@ -23,8 +23,8 @@ cc_library(
|
|||
"//:threading_context",
|
||||
"//:tokenizer",
|
||||
"//compression:compress",
|
||||
"//io",
|
||||
"//io:blob_store",
|
||||
"//gemma/io",
|
||||
"//gemma/io:blob_store",
|
||||
"@highway//:hwy",
|
||||
],
|
||||
)
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ cc_library(
|
|||
srcs = ["image.cc"],
|
||||
hdrs = ["image.h"],
|
||||
deps = [
|
||||
"//io",
|
||||
"//gemma/io",
|
||||
"@highway//:hwy",
|
||||
"@highway//:profiler",
|
||||
],
|
||||
|
|
@ -59,12 +59,22 @@ cc_test(
|
|||
"no_tap",
|
||||
],
|
||||
deps = [
|
||||
|
||||
":paligemma_helper",
|
||||
|
||||
"@googletest//:gtest_main", # buildcleaner: keep
|
||||
|
||||
"//:allocator",
|
||||
|
||||
"//:benchmark_helper",
|
||||
|
||||
"//:configs",
|
||||
|
||||
"//:gemma_lib",
|
||||
|
||||
"//gemma/io",
|
||||
|
||||
"@highway//:hwy_test_util",
|
||||
|
||||
],
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in New Issue