forked from Ascend/AgentSDK
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements_gpu.txt
More file actions
49 lines (40 loc) · 1021 Bytes
/
Copy pathrequirements_gpu.txt
File metadata and controls
49 lines (40 loc) · 1021 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
# =============================================================
# GPU 版本依赖 (适配 NVIDIA A100-SXM4-80GB x2, CUDA 12.8)
# 验证通过环境: torch 2.10.0+cu128, vllm 0.19.1, verl 0.7.1
# =============================================================
# --- Deep Learning Framework ---
torch==2.10.0
torchaudio==2.10.0
torchvision==0.25.0
# --- RL Training Framework ---
verl==0.7.1
megatron-core>=0.12.0
# --- Inference Engine ---
vllm==0.19.1
# --- Distributed Computing ---
ray>=2.47.0
# --- Attention (需从源码编译, 见下方说明) ---
# flash-attn 需要从源码构建以匹配 torch 版本:
# pip install flash-attn --no-build-isolation --no-cache-dir
# 构建依赖: ninja, packaging, wheel
flash-attn>=2.7.0
# --- LLM / Agent ---
transformers>=4.43.0
sentence_transformers
openai
# --- Data & Math ---
numpy
# --- Cloud / External ---
vertexai
# --- Utilities ---
func_timeout
sql_metadata
firecrawl
hydra-core>=1.3.0
omegaconf>=2.3.0
fastapi
pydantic
sse_starlette
aiohttp
loguru
einops