mirror of
https://github.com/rasbt/LLMs-from-scratch.git
synced 2025-12-28 23:52:11 +00:00
* updated requirements * fixes llama2 to llama3 * fixed llama 3.2 standalone * fixed typo * fixed rope formula * Update requirements-extra.txt * Update ch05/07_gpt_to_llama/converting-llama2-to-llama3.ipynb * Update ch05/07_gpt_to_llama/converting-llama2-to-llama3.ipynb * Update ch05/07_gpt_to_llama/standalone-llama32.ipynb --------- Co-authored-by: Sebastian Raschka <mail@sebastianraschka.com>
6 lines
99 B
Plaintext
6 lines
99 B
Plaintext
blobfile>=3.0.0
|
|
huggingface_hub>=0.24.7
|
|
ipywidgets>=8.1.2
|
|
safetensors>=0.4.4
|
|
sentencepiece>=0.1.99
|