This website works better with JavaScript
GitBross
首页
发现
帮助
注册
登录
sol_87yf6cwp
/
LLMs-from-scratch
镜像自地址
https://github.com/br8bit/LLMs-from-scratch.git
关注
1
Star
0
派生
0
文件
工单管理
0
Wiki
分支:
main
分支列表
标签列表
main
LLMs-from-scrat...
/
ch04
/
02_performance-analysis
Sebastian Raschka
c21bfe4a23
Add PyPI package (
#576
)
8 月之前
..
README.md
c21bfe4a23
Add PyPI package (
#576
)
8 月之前
flops-analysis.ipynb
c21bfe4a23
Add PyPI package (
#576
)
8 月之前
requirements-extra.txt
e5e6aaf9f1
flops analysis
1 年之前
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
.