File size: 431 Bytes
8e27d4e
ecc0b13
8e27d4e
 
 
 
1e9e4b4
8e27d4e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1e9e4b4
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# 基本ライブラリ
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