LLMView / requirements.txt
WatNeru's picture
log出力変更戻す
40cc070
Raw
History Blame Contribute Delete
394 Bytes
# Tauriアプリ用Python依存関係
# Web API
flask>=2.0.0
flask-cors>=3.0.0
# 形態素解析
fugashi>=1.3.0
sudachipy>=0.6.7
sudachidict-core>=20240125
# AI/LLM
transformers>=4.40.0
torch>=2.0.0
accelerate>=0.30.0
# UI
gradio>=4.38.0
# API
fastapi>=0.111.0
uvicorn>=0.30.0
# Model management
huggingface-hub>=0.24.0
# Hugging Face Spaces
spaces
# その他
typing-extensions>=4.0.0