1 Star 0 Fork 0

螭奇/从头开始构建大语言模型

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
requirements.txt 394 Bytes
一键复制 编辑 原始数据 按行查看 历史
Daniel Kleine 提交于 2024-06-26 21:52 +08:00 . minor fixes (#248)
torch >= 2.0.1 # all
jupyterlab >= 4.0 # all
tiktoken >= 0.5.1 # ch02; ch04; ch05
matplotlib >= 3.7.1 # ch04; ch05
tensorflow >= 2.15.0 # ch05
tqdm >= 4.66.1 # ch05; ch07
numpy >= 1.25, < 2.0 # dependency of several other libraries like torch and pandas
pandas >= 2.2.1 # ch06
psutil >= 5.9.5 # ch07; already installed automatically as dependency of torch
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/YC_1ccode/llm.git
git@gitee.com:YC_1ccode/llm.git
YC_1ccode
llm
从头开始构建大语言模型
main

搜索帮助