remove seed setting
This commit is contained in:
parent
09eeea66c6
commit
ecdcb67a92
1 changed files with 0 additions and 4 deletions
|
@ -190,10 +190,6 @@ int main(int argc, char ** argv) {
|
|||
|
||||
print_build_info();
|
||||
|
||||
if (params.seed == LLAMA_DEFAULT_SEED) {
|
||||
params.seed = time(NULL);
|
||||
}
|
||||
|
||||
printf("processing files:\n");
|
||||
for (auto & context_file : retrieval_params.context_files) {
|
||||
printf("%s\n", context_file.c_str());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue