Spaces:
Running
Running
# UI / 基礎 | |
streamlit==1.32.2 | |
pandas==2.0.3 | |
plotly==5.15.0 | |
python-dateutil==2.8.2 | |
numpy>=1.24,<2.0 | |
# HF / LLM | |
transformers>=4.41.0,<4.45 | |
accelerate>=0.29.0,<0.35 | |
safetensors>=0.4.3 | |
huggingface-hub>=0.23.0 | |
# Embedding / 檢索 | |
sentence-transformers==2.6.1 | |
faiss-cpu==1.8.0.post1 | |
# CPU 版 PyTorch | |
torch==2.2.2 | |
# 小工具 | |
tiktoken==0.7.0 | |
python-dotenv==1.0.1 | |