Skip to content

Commit

Permalink
Add cuda system requirement to pyproject for the multimodal structure…
Browse files Browse the repository at this point in the history
…d output recipe
  • Loading branch information
ehsanmok committed Feb 26, 2025
1 parent 86851a0 commit 1a0fd8a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions max-serve-multimodal-structured-output/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ name = "max-serve-multimodal-structured-output"
requires-python = ">=3.10,<3.13"
version = "0.0.0"

[system-requirements]
cuda = "12.5"

[build-system]
build-backend = "hatchling.build"
requires = ["hatchling"]
Expand Down

0 comments on commit 1a0fd8a

Please sign in to comment.