@@ -8,34 +8,34 @@ packages = { find = { include = ["compose_rl*"] } }
8
8
9
9
[project ]
10
10
name = " compose_rl"
11
- version = " 0.4.0 "
11
+ version = " 0.7.0.dev0 "
12
12
dependencies = [
13
13
' spacy==3.7.5' ,
14
14
' spacy-alignments' ,
15
15
' ray<3' ,
16
16
' kubernetes==29.0.0' ,
17
- ' vllm>=0.8.3 ,<0.9 .0' ,
17
+ ' vllm>=0.9.0 ,<0.10 .0' ,
18
18
# for MATH dataset
19
19
' omegaconf==2.4.0.dev3' , # needed for antrl4-4.11 package
20
- ' sympy==1.13.1 ' , # this version is only compatible with antlr-4.11 package
20
+ ' sympy==1.13.3 ' , # this version is only compatible with antlr-4.11 package
21
21
' antlr4-python3-runtime==4.11' , # this is the version compatible with minieval
22
22
]
23
23
24
24
[project .optional-dependencies ]
25
25
cpu = [
26
- ' llm-foundry[all-cpu]@git+https://github.com/mosaicml/llm-foundry.git@a51c96cbd280b76fa6bf45fd1f12e48f3c99e8e6 #egg=llmfoundry' ,
26
+ ' llm-foundry[all-cpu]@git+https://github.com/mosaicml/llm-foundry.git@main #egg=llmfoundry' ,
27
27
]
28
28
gpu = [
29
- ' llm-foundry[all]@git+https://github.com/mosaicml/llm-foundry.git@a51c96cbd280b76fa6bf45fd1f12e48f3c99e8e6 #egg=llmfoundry' ,
29
+ ' llm-foundry[all]@git+https://github.com/mosaicml/llm-foundry.git@main #egg=llmfoundry' ,
30
30
]
31
31
dev = [
32
- ' llm-foundry[dev]@git+https://github.com/mosaicml/llm-foundry.git@a51c96cbd280b76fa6bf45fd1f12e48f3c99e8e6 #egg=llmfoundry' ,
32
+ ' llm-foundry[dev]@git+https://github.com/mosaicml/llm-foundry.git@main #egg=llmfoundry' ,
33
33
]
34
34
released = [
35
- ' llm-foundry[all]>=0.17.1,<0. 21.0' ,
35
+ ' llm-foundry[all]>=0.21.0' ,
36
36
]
37
37
cpu_released = [
38
- ' llm-foundry[all-cpu]>=0.17.1,<0. 21.0' ,
38
+ ' llm-foundry[all-cpu]>=0.21.0' ,
39
39
]
40
40
41
41
# Registry entry points
0 commit comments