소스 검색

fix `03-locale.diff`

Jeffrey Morgan 1 년 전
부모
커밋
41b00b9856
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      llm/patches/03-locale.diff

+ 1 - 1
llm/patches/03-locale.diff

@@ -4,7 +4,7 @@ index b19616e8..519b9602 100644
 +++ b/llama.cpp
 @@ -9938,7 +9938,7 @@ struct llm_tokenizer_wpm {
      }
-
+ 
      uint32_t to_lower(uint32_t code) {
 -        static const std::locale locale("en_US.UTF-8");
 +        static const std::locale locale("");