소스 검색

fix merge conflict

rasbt 1 년 전
부모
커밋
90d239b4f7
1개의 변경된 파일0개의 추가작업 그리고 3개의 파일을 삭제
  1. 0 3
      ch05/01_main-chapter-code/gpt_download.py

+ 0 - 3
ch05/01_main-chapter-code/gpt_download.py

@@ -1,10 +1,7 @@
-<<<<<<< HEAD
-=======
 # Copyright (c) Sebastian Raschka under Apache License 2.0 (see LICENSE.txt).
 # Copyright (c) Sebastian Raschka under Apache License 2.0 (see LICENSE.txt).
 # Source for "Build a Large Language Model From Scratch"
 # Source for "Build a Large Language Model From Scratch"
 #   - https://www.manning.com/books/build-a-large-language-model-from-scratch
 #   - https://www.manning.com/books/build-a-large-language-model-from-scratch
 # Code: https://github.com/rasbt/LLMs-from-scratch
 # Code: https://github.com/rasbt/LLMs-from-scratch
->>>>>>> 12cdebb (file header)
 
 
 
 
 import os
 import os