소스 검색

minor : fix trailing whitespace

Georgi Gerganov 2 년 전
부모
커밋
a192860cfe
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      examples/convert-llama2c-to-ggml/convert-llama2c-to-ggml.cpp

+ 1 - 1
examples/convert-llama2c-to-ggml/convert-llama2c-to-ggml.cpp

@@ -557,7 +557,7 @@ void load_vocab(const char *filename, Config *config, struct llama_vocab *vocab)
 //        }
 //        llama_free(lctx);
 //        llama_free_model(lmodel);
-//    } else 
+//    } else
     { // assume llama2.c vocabulary
         printf("Assuming llama2.c vocabulary since %s is not a ggml file\n", filename);
         llama_file file(filename, "rb");