From d9e1af755197892e7646601d17650fb99022e7e3 Mon Sep 17 00:00:00 2001 From: Dan Zheng Date: Sat, 24 Feb 2024 12:02:16 -0800 Subject: [PATCH] Copybara fix. PiperOrigin-RevId: 610032760 --- gemma.cc | 3 ++- gemma.h | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/gemma.cc b/gemma.cc index 2a51b34..70777ac 100644 --- a/gemma.cc +++ b/gemma.cc @@ -60,7 +60,8 @@ #include "hwy/aligned_allocator.h" #include "hwy/base.h" #include "hwy/contrib/thread_pool/thread_pool.h" -#include "sentencepiece_processor.h" +// copybara:import_next_line:sentencepiece +#include "src/sentencepiece_processor.h" namespace gcpp { diff --git a/gemma.h b/gemma.h index 1c9caf8..5dc9f62 100644 --- a/gemma.h +++ b/gemma.h @@ -33,7 +33,8 @@ #include "hwy/aligned_allocator.h" #include "hwy/base.h" // hwy::bfloat16_t #include "hwy/contrib/thread_pool/thread_pool.h" -#include "sentencepiece_processor.h" +// copybara:import_next_line:sentencepiece +#include "src/sentencepiece_processor.h" namespace gcpp {