fix: a global update of all io paths to gemma/io

This commit is contained in:
Olamiposi Otesile 2026-01-13 18:55:07 +01:00
parent 1c5f712672
commit ec105435bd
2 changed files with 13 additions and 3 deletions

View File

@ -23,8 +23,8 @@ cc_library(
"//:threading_context",
"//:tokenizer",
"//compression:compress",
"//io",
"//io:blob_store",
"//gemma/io",
"//gemma/io:blob_store",
"@highway//:hwy",
],
)

View File

@ -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",
],
)