Skip to content

Commit

Permalink
[frontend][LLM] Change vocab path
Browse files Browse the repository at this point in the history
  • Loading branch information
Lester-1 committed Oct 25, 2023
1 parent b139a31 commit d880ffa
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions tests/Interface/core/TextContainerTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@ int main() {
//
// The test running directory is in <build dir>/tests/Interface/core, so the
// vocabulary directory uses the following relative path.
std::string vocabDir = "/root/buddy-mlir/tests/Interface/core/vocab_bert.txt";
// std::string vocabDir = "../../../../tests/Interface/core/vocab_bert.txt";
std::string vocabDir = "../../../../tests/Interface/core/vocab_bert.txt";
//===--------------------------------------------------------------------===//
// Test text constructor for pure string.
//===--------------------------------------------------------------------===//
Expand Down Expand Up @@ -227,8 +226,7 @@ int main() {
//
// The test running directory is in <build dir>/tests/Interface/core, so the
// vocabulary directory uses the following relative path.
vocabDir = "/root/buddy-mlir/tests/Interface/core/vocab_llama.txt";
//vocabDir = "../../../../tests/Interface/core/vocab_llama.txt";
vocabDir = "../../../../tests/Interface/core/vocab_llama.txt";
//===--------------------------------------------------------------------===//
// Test text constructor for pure string using Llama tokenizer.
//===--------------------------------------------------------------------===//
Expand Down

0 comments on commit d880ffa

Please sign in to comment.