Skip to content

Commit

Permalink
Fix gpu limit issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Wh1isper committed Jul 19, 2024
1 parent 22be5aa commit 4b125e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions moriarty/matrix/operator_/spawner/impl/k8s.py
Original file line number Diff line number Diff line change
Expand Up @@ -331,6 +331,7 @@ def _make_compute_contaienr(
requests={
"cpu": f"{endpoint_orm.cpu_request}",
"memory": f"{endpoint_orm.memory_request}Mi",
**gpu_limit,
},
limits={
**cpu_limit,
Expand Down

0 comments on commit 4b125e5

Please sign in to comment.