minor : fix whitespaces

This commit is contained in:
Georgi Gerganov 2024-02-19 10:25:02 +02:00 committed by GitHub
parent 21b857ee36
commit bf2976591e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1533,7 +1533,7 @@ int main(int argc, char ** argv) {
int n_past = 0;
struct ggml_cgraph * gf = NULL;
struct ggml_cgraph * gf = NULL;
gf = ggml_new_graph_custom(ctx0, LLAMA_TRAIN_MAX_NODES, true);
get_example_targets_batch(ctx0, 64*ex+0, tokens_input, targets);
@ -1601,7 +1601,7 @@ int main(int argc, char ** argv) {
};
struct ggml_context * ctx0 = ggml_init(params);
struct ggml_cgraph * gf = NULL;
struct ggml_cgraph * gf = NULL;
gf = ggml_new_graph_custom(ctx0, LLAMA_TRAIN_MAX_NODES, true);
int n_past = 0;