update all project references to the new gemma/io path

This commit is contained in:
Olamiposi Otesile 2026-01-13 18:50:36 +01:00
parent a9ab913196
commit 1c5f712672
1 changed files with 15 additions and 15 deletions

View File

@ -55,7 +55,7 @@ cc_library(
hdrs = ["util/args.h"], hdrs = ["util/args.h"],
deps = [ deps = [
":basics", ":basics",
"//io", # Path "//gemma/io", # Path
"@highway//:hwy", "@highway//:hwy",
], ],
) )
@ -112,7 +112,7 @@ cc_library(
":threading", ":threading",
":topology", ":topology",
":zones", ":zones",
"//io", "//gemma/io",
"@highway//:hwy", "@highway//:hwy",
"@highway//:hwy_test_util", "@highway//:hwy_test_util",
"@highway//:profiler", "@highway//:profiler",
@ -192,8 +192,8 @@ cc_library(
deps = [ deps = [
":basics", ":basics",
"//compression:types", "//compression:types",
"//io", "//gemma/io",
"//io:fields", "//gemma/io:fields",
"@highway//:hwy", # base.h "@highway//:hwy", # base.h
], ],
) )
@ -205,7 +205,7 @@ cc_test(
":configs", ":configs",
"@googletest//:gtest_main", # buildcleaner: keep "@googletest//:gtest_main", # buildcleaner: keep
"//compression:types", "//compression:types",
"//io:fields", "//gemma/io:fields",
], ],
) )
@ -230,7 +230,7 @@ cc_library(
":tensor_info", ":tensor_info",
":threading_context", ":threading_context",
"//compression:types", "//compression:types",
"//io:fields", "//gemma/io:fields",
"@highway//:hwy", "@highway//:hwy",
"@highway//:profiler", "@highway//:profiler",
], ],
@ -282,7 +282,7 @@ cc_library(
":threading_context", ":threading_context",
":zones", ":zones",
"//compression:compress", "//compression:compress",
"//io:blob_store", "//gemma/io:blob_store",
"@highway//:hwy", "@highway//:hwy",
"@highway//:profiler", "@highway//:profiler",
], ],
@ -577,7 +577,7 @@ cc_library(
":mat", ":mat",
":threading_context", ":threading_context",
"//compression:types", "//compression:types",
"//io", "//gemma/io",
"@highway//:hwy", "@highway//:hwy",
"@highway//:profiler", "@highway//:profiler",
], ],
@ -641,7 +641,7 @@ cc_library(
":threading_context", ":threading_context",
":zones", ":zones",
"//compression:compress", "//compression:compress",
"//io", "//gemma/io",
"@highway//:hwy", "@highway//:hwy",
"@highway//:profiler", "@highway//:profiler",
"@highway//:stats", "@highway//:stats",
@ -681,8 +681,8 @@ cc_library(
":zones", ":zones",
"//compression:compress", "//compression:compress",
"//compression:types", "//compression:types",
"//io", "//gemma/io",
"//io:blob_store", "//gemma/io:blob_store",
"//paligemma:image", "//paligemma:image",
"@highway//:hwy", "@highway//:hwy",
"@highway//:nanobenchmark", # timer "@highway//:nanobenchmark", # timer
@ -795,7 +795,7 @@ cc_test(
":configs", ":configs",
":gemma_lib", ":gemma_lib",
"@googletest//:gtest_main", # buildcleaner: keep "@googletest//:gtest_main", # buildcleaner: keep
"//io", "//gemma/io",
"@highway//:hwy", "@highway//:hwy",
"@highway//:hwy_test_util", "@highway//:hwy_test_util",
], ],
@ -847,7 +847,7 @@ cc_binary(
":benchmark_helper", ":benchmark_helper",
":cross_entropy", ":cross_entropy",
":gemma_lib", ":gemma_lib",
"//io", "//gemma/io",
"@highway//:hwy", "@highway//:hwy",
"@highway//:nanobenchmark", "@highway//:nanobenchmark",
"@nlohmann_json//:json", "@nlohmann_json//:json",
@ -874,7 +874,7 @@ cc_binary(
":args", ":args",
":benchmark_helper", ":benchmark_helper",
":gemma_lib", ":gemma_lib",
"//io", "//gemma/io",
"@highway//:hwy", "@highway//:hwy",
"@nlohmann_json//:json", "@nlohmann_json//:json",
], ],
@ -887,7 +887,7 @@ cc_binary(
":args", ":args",
":benchmark_helper", ":benchmark_helper",
":gemma_lib", ":gemma_lib",
"//io", "//gemma/io",
"@highway//:hwy", "@highway//:hwy",
"@highway//:profiler", "@highway//:profiler",
"@nlohmann_json//:json", "@nlohmann_json//:json",