mirror of
https://github.com/rasbt/LLMs-from-scratch.git
synced 2025-08-12 02:32:01 +00:00
7 lines
313 B
Markdown
7 lines
313 B
Markdown
![]() |
# Converting GPT to Llama
|
||
|
|
||
|
|
||
|
|
||
|
This folder contains code for converting the GPT implementation from chapter 4 and 5 to Meta AI's Llama architecture:
|
||
|
|
||
|
- [converting-gpt-to-llama2.ipynb](converting-gpt-to-llama2.ipynb): contains code to convert GPT to Llama 2 7B step by step and loads pretrained weights from Meta AI
|