Skip to content

Commit 387ff4f

Browse files
committed
Remove redundant comment in deepseek-r1 Main.cpp
1 parent c0363a6 commit 387ff4f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

examples/DeepSeekR1/Main.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,6 @@ int main(int argc, char* argv[]) {
115115
const std::string title = "DeepSeekR1 Inference Powered by Buddy Compiler";
116116
std::cout << "\033[33;1m" << title << "\033[0m" << std::endl;
117117

118-
/// Change here according to where arg0.data and vocab.txt is located.
119118
std::filesystem::path execPath = std::filesystem::canonical(argv[0]).parent_path();
120119
std::string vocabDir = (execPath / "vocab-deepseek-r1.txt").string();
121120
std::string paramsDir = (execPath / "arg0-deepseek-r1.data").string();

0 commit comments

Comments
 (0)