Skip to content

Commit

Permalink
[#64282] pyproject.toml: Updated dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Grzegorz Latosinski <[email protected]>
  • Loading branch information
glatosinski committed Sep 30, 2024
1 parent e749648 commit e8bc0cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ real_time_visualization = [
]
pipeline_manager = [
"json-rpc==1.15.0",
"pipeline_manager @ git+https://github.com/antmicro/kenning-pipeline-manager.git@v0.0.2",
"pipeline_manager @ git+https://github.com/antmicro/kenning-pipeline-manager.git@91b03351231f4d0981123536d4821b4a1a7128cc",
"pipeline_manager_backend_communication @ git+https://github.com/antmicro/kenning-pipeline-manager-backend-communication.git",
]
reports = [
Expand Down Expand Up @@ -152,7 +152,7 @@ llm = [
"autoawq",
"auto_gptq",
"rouge-score",
"transformers<=4.40.2", # version fixed for sparsegpt+gptq optimization
"transformers==4.40.2", # version fixed for sparsegpt+gptq optimization
"vllm==0.5.0.post1",
]

Expand Down

0 comments on commit e8bc0cc

Please sign in to comment.