Skip to content

Commit

Permalink
[frontend][LLM] Fix a small bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Lester-1 committed Oct 11, 2023
1 parent 1256c89 commit 1583dfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Interface/core/TextContainerTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +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";
//===--------------------------------------------------------------------===//
// Test text constructor for pure string.
//===--------------------------------------------------------------------===//
Expand Down

0 comments on commit 1583dfc

Please sign in to comment.