We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c81e10 commit 8c900abCopy full SHA for 8c900ab
examples/lookup/lookup-create.cpp
@@ -32,7 +32,7 @@ int main(int argc, char ** argv){
32
// tokenize the prompt
33
const bool add_bos = llama_should_add_bos_token(model);
34
35
- const char * static_input_file = "./wikitext-2-raw/wiki.train.raw";
+ const char * static_input_file = "./wikitext-103-raw/wiki.train.raw";
36
std::ifstream file(static_input_file);
37
if (!file) {
38
fprintf(stderr, "error: failed to open file '%s'\n", static_input_file);
0 commit comments