Skip to content

Commit

Permalink
Update gpu in sdk readme
Browse files Browse the repository at this point in the history
  • Loading branch information
nickpetrovic committed Apr 9, 2024
1 parent 992836f commit 35e91d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ from beta9 import function

@function(
cpu=0.25,
gpu="A40",
gpu="L4",
)
def square(i: int):
return i**2
Expand Down

0 comments on commit 35e91d1

Please sign in to comment.