Skip to content

Commit

Permalink
fix(oscar): remove typo
Browse files Browse the repository at this point in the history
  • Loading branch information
IgnacioHeredia committed Dec 12, 2024
1 parent 02646c4 commit 1e03571
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ai4papi/routers/v1/inference/oscar.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
class Service(BaseModel):
image: str
cpu: NonNegativeInt = 2
memory: NonNegativeInt = 30000
memory: NonNegativeInt = 3000
allowed_users: List[str] = [] # no additional users by default
title: str = ""

Expand Down

0 comments on commit 1e03571

Please sign in to comment.