This website works better with JavaScript
GitBross
Strona główna
Odkrywaj
Pomoc
Zarejestruj się
Zaloguj się
sol_87yf6cwp
/
LLMs-from-scratch
kopia lustrzana
https://github.com/br8bit/LLMs-from-scratch.git
Obserwuj
1
Star
0
Forkuj
0
Pliki
Problemy
0
Wiki
Gałąź:
main
Gałęzie
Tagi
main
LLMs-from-scrat...
/
ch04
/
02_performance-analysis
Sebastian Raschka
c21bfe4a23
Add PyPI package (
#576
)
8 miesięcy temu
..
README.md
c21bfe4a23
Add PyPI package (
#576
)
8 miesięcy temu
flops-analysis.ipynb
c21bfe4a23
Add PyPI package (
#576
)
8 miesięcy temu
requirements-extra.txt
e5e6aaf9f1
flops analysis
1 rok temu
README.md
Chapter 4: Implementing a GPT Model from Scratch To Generate Text
flops-analysis.ipynb
analyses the floating point operations per second (FLOPS) of the GPT model(s) implemented in the main chapter.
requirements-extra.txt
includes additional Python libraries that need to be installed (via
pip install -r requirements-extra.txt
.