@@ -536,6 +536,7 @@ int main(int argc, char *argv[]) {
elseif(argv[i][1]=='i'){prompt=argv[i+1];}
else{error_usage();}
}
if(rng_seed==0){printf("Cannot use seed=0 because of the rng alg used\n");return1;}
// read in the model.bin file
Configconfig;
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.