File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1212
1313# For Multimodal EPD (required for device_map="auto" in vision model loading)
1414accelerate
15- aiconfigurator [webapp ] @ git+https://github.com/ai-dynamo/aiconfigurator.git@bdc142609b97c23a298115f09a9f88ae143f48d8
15+ aiconfigurator [webapp ] @ git+https://github.com/ai-dynamo/aiconfigurator.git@7f7ad5e248f3eaa4a0b74a069095828a4f356e60
1616aiofiles
1717aiperf @ git+https://github.com/ai-dynamo/aiperf.git@4d3fa29403c8f75da22a14f1f7b3aeb27db9288f
1818av == 15.0.0
@@ -39,7 +39,7 @@ prometheus-api-client==0.6.0
3939prometheus_client == 0.23.1
4040prophet == 1.2.1
4141protobuf == 5.29.5
42- pydantic >= 2.11.4 ,< 2.12 # Required by aiconfigurator ==0.4 .0
42+ pydantic >= 2.11.4 ,< 2.13 # vllm ==0.12.0 depends on pydantic>=2.12 .0
4343pyright == 1.1.407
4444PyYAML == 6.0.3
4545scikit-learn == 1.7.2
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ license = { text = "Apache-2.0" }
2626license-files = [" LICENSE" ]
2727requires-python = " >=3.10"
2828dependencies = [
29- " pydantic>=2.10.6,<=2.11.7 " ,
29+ " pydantic>=2.10.6,<=2.13 " ,
3030 " uvloop>=0.21.0" ,
3131]
3232classifiers = [
You can’t perform that action at this time.
0 commit comments