forked from RLinf/RLinf
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathCODEOWNERS
More file actions
45 lines (32 loc) · 1.27 KB
/
CODEOWNERS
File metadata and controls
45 lines (32 loc) · 1.27 KB
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
/.github @andylin-hao
/docker @andylin-hao
/examples/embodiment @XuS1994 @guozhen1997
/examples/math @guozhen1997 @andylin-hao @Lin-xs
/ray_utils @Lin-xs
/requirements @andylin-hao
/rlinf/algorithms @guozhen1997 @XuS1994
/rlinf/data @guozhen1997 @Lin-xs @andylin-hao
/rlinf/envs @guozhen1997 @XuS1994
/rlinf/hybrid_engines/fsdp @XuS1994 @guozhen1997
/rlinf/hybrid_engines/megatron @guozhen1997
/rlinf/hybrid_engines/sglang @Lin-xs @andylin-hao
/rlinf/hybrid_engines/vllm @Lin-xs @andylin-hao
/rlinf/models @guozhen1997
/rlinf/runners @guozhen1997 @XuS1994 @andylin-hao
/rlinf/scheduler @andylin-hao
/rlinf/utils @guozhen1997 @Lin-xs @andylin-hao
/rlinf/workers/actor/fsdp_actor_worker.py @XuS1994 @guozhen1997
/rlinf/workers/actor/megatron_actor_worker.py @guozhen1997 @andylin-hao
/rlinf/workers/env @XuS1994
/rlinf/workers/inference @andylin-hao
/rlinf/workers/rollout/hf @XuS1994 @guozhen1997
/rlinf/workers/rollout/sglang @Lin-xs @andylin-hao
/rlinf/workers/rollout/vllm @Lin-xs @andylin-hao
/rlinf/workers/rollout/utils.py @Lin-xs @andylin-hao
/rlinf/config.py @guozhen1997 @andylin-hao @XuS1994 @Lin-xs
/tests @andylin-hao
/toolkits/auto_placement @i-Taozi
/toolkits/ckpt_convertor @qurakchin
/.pre-commit-config.yaml @andylin-hao
/pyproject.toml @andylin-hao
/README.md @zhexuanxu