my-AI-api / requirements.txt
TKgumi's picture
Update requirements.txt
8e27d4e verified
raw
history blame
431 Bytes
# 基本ライブラリ
fastapi
uvicorn
# Hugging Faceのライブラリ
transformers>=4.49.0
sentencepiece
accelerate>=0.26.0
torch>=2.0.0
protobuf>=5.29.3
huggingface_hub>=0.29.1
filelock
tokenizers>=0.21.0
# 日本語トークナイザー(必要に応じて)
mecab-python3 # MeCabが必要なモデル向け
fugashi # MeCabのラッパー
ipadic # MeCab用の辞書
# その他のユーティリティ
numpy
requests