Files
YG_LLM_TESTER/requirements.txt
DESKTOP-72TV0V4\caoxiaozhu 07ef4fb49a 1. 修改了重试次数
2. 增加了readme和requirements.txt
2025-12-24 11:20:06 +08:00

33 lines
614 B
Plaintext

# Core dependencies for LLM Model Evaluation System
# Python 3.7+ required
# Numerical computing
numpy>=1.19.0
# Natural Language Processing
nltk>=3.6.0
jieba>=0.42.1
# Data manipulation and analysis
pandas>=1.2.0
# Progress bars and utilities
tqdm>=4.60.0
# HTTP requests
requests>=2.25.0
# Optional: For enhanced visualization (uncomment if needed)
# matplotlib>=3.3.0
# seaborn>=0.11.0
# Optional: For advanced metrics (uncomment if needed)
# scikit-learn>=0.24.0
# scipy>=1.6.0
# Development dependencies (uncomment for development)
# pytest>=6.0.0
# pytest-cov>=2.10.0
# black>=21.0.0
# flake8>=3.8.0