We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0363a6 commit 387ff4fCopy full SHA for 387ff4f
examples/DeepSeekR1/Main.cpp
@@ -115,7 +115,6 @@ int main(int argc, char* argv[]) {
115
const std::string title = "DeepSeekR1 Inference Powered by Buddy Compiler";
116
std::cout << "\033[33;1m" << title << "\033[0m" << std::endl;
117
118
- /// Change here according to where arg0.data and vocab.txt is located.
119
std::filesystem::path execPath = std::filesystem::canonical(argv[0]).parent_path();
120
std::string vocabDir = (execPath / "vocab-deepseek-r1.txt").string();
121
std::string paramsDir = (execPath / "arg0-deepseek-r1.data").string();
0 commit comments