Skip to content

Commit

Permalink
added cpu suffix and cuda suffix for torch defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
juliaputko committed Aug 20, 2024
1 parent ae32e53 commit 27e160c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions smartsim/_core/_install/buildenv.py
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,8 @@ def ml_extras_required(self) -> t.Dict[str, t.List[str]]:
"onnxmltools": "1.12.0",
"scikit-learn": "1.3.2",
"torchvision": "0.15.2",
"torch_cpu_suffix": "+cpu",
"torch_cuda_suffix": "+cu117",
}

# remove torch-related fields as they are subject to change
Expand Down

0 comments on commit 27e160c

Please sign in to comment.