1 Star 0 Fork 3

chenliangwei/tinyllama-1-1b

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
requirements.txt 711 Bytes
一键复制 编辑 原始数据 按行查看 历史
Zhang Peiyuan 提交于 2024-01-06 13:32 . Update requirements.txt
torch>=2.1.0dev
lightning==2.1.2
lightning[app]
jsonargparse[signatures] # CLI
pandas
pyarrow
tokenizers
sentencepiece
wandb
zstd
# for finetuning
bitsandbytes==0.40.0
transformers==4.31.0
peft==0.4.0
accelerate==0.21.0
einops==0.6.1
evaluate==0.4.0
scikit-learn==1.2.2
sentencepiece==0.1.99
wandb==0.15.3
# other optional dependencies are
# sentencepiece # pythia, falcon, redpajama
# tokenizers # llama-based models
# bitsandbytes>=0.41.1 # quantize/bnb.py
# scipy # TODO: remove when https://github.com/TimDettmers/bitsandbytes/pull/525 is released
# datasets # quantize/gptq.py
# zstandard # scripts/prepare_redpajama.py
# git+https://github.com/EleutherAI/lm-evaluation-harness.git@master # eval
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/chen-liangwei/tinyllama-1-1b.git
git@gitee.com:chen-liangwei/tinyllama-1-1b.git
chen-liangwei
tinyllama-1-1b
tinyllama-1-1b
main

搜索帮助