Skip to content
This repository has been archived by the owner on Jan 9, 2025. It is now read-only.

Commit

Permalink
chore: adopt latest sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
heiruwu committed Dec 25, 2023
1 parent c9719f9 commit 508d7f2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions yolov7/1/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -418,5 +418,4 @@ async def ModelInfer(self, request: ModelInferRequest) -> ModelInferResponse:

return resp

deployable = InstillDeployable(Yolov7, "model.onnx")
deployable.update_num_cpus(2.5)
deployable = InstillDeployable(Yolov7, "model.onnx", use_gpu=False)

0 comments on commit 508d7f2

Please sign in to comment.