File tree Expand file tree Collapse file tree 1 file changed +2
-15
lines changed Expand file tree Collapse file tree 1 file changed +2
-15
lines changed Original file line number Diff line number Diff line change @@ -21,27 +21,14 @@ dependencies = [
21
21
# Core ML/AI packages
22
22
" torch>=2.7" ,
23
23
" transformers" ,
24
- " accelerate" ,
25
- " flash-attn>=2.8.0.post2; sys_platform != 'darwin'" , # Skip on macOS
26
- " sentence-transformers" ,
27
- " torchmetrics" ,
28
-
29
- # Training and inference
30
- " deepspeed; sys_platform != 'darwin'" , # Skip on macOS
31
- " vllm>=0.8.3; sys_platform != 'darwin'" , # Skip on macOS
32
- " sgl-kernel" ,
33
- " sglang>=0.4.8.post1" ,
34
- " sglang-router" ,
35
- " peft" ,
36
- " torchao" ,
24
+ " openai" ,
37
25
38
26
# Data processing
39
27
" datasets" ,
40
28
" polars" ,
41
29
" dm-tree" ,
42
30
43
31
# Cloud and infrastructure
44
- " kubernetes" ,
45
32
" ray" ,
46
33
47
34
# Web and automation
@@ -54,8 +41,8 @@ dependencies = [
54
41
" latex2sympy2" ,
55
42
" pylatexenc" ,
56
43
" nltk" ,
44
+ " sympy" ,
57
45
" scipy" ,
58
- " scikit-learn" ,
59
46
60
47
# Code evaluation
61
48
" swebench" ,
You can’t perform that action at this time.
0 commit comments