Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
olpipi committed Aug 2, 2024
1 parent 55ec700 commit 8dce84a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/cpp/src/tokenizers_path.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,16 @@

#include <filesystem>

#include "openvino/genai/visibility.hpp"

// Returns an absolute path. The path is this library's directory
// concatenated with openvino_tokenizers OS specific
// * name (.so, .dll, .dylib, lib prefix). This is part of the interface
// because it's reused in Python bindings.
// tokenizers_relative_to_genai() and ScopedVar allow passing a path to
// openvino_tokenizers through env var removing one argument from
// Tokenizer's constructor.
OPENVINO_GENAI_EXPORTS
std::filesystem::path tokenizers_relative_to_genai();

namespace {
Expand Down

0 comments on commit 8dce84a

Please sign in to comment.