Skip to content
This repository has been archived by the owner on May 30, 2024. It is now read-only.

Commit

Permalink
remove gpu check for integers
Browse files Browse the repository at this point in the history
  • Loading branch information
pj-linebaugh committed Oct 18, 2023
1 parent b1ff947 commit db3ec85
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tycho/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@ def __init__(self,
"""
self.cpus = cpus
self.gpus = gpus
# Check if the gpus is a digit.
assert isinstance(self.gpus, int), "Fractional GPUs not supported"
self.memory = memory
self.ephemeralStorage = ephemeralStorage
def __repr__(self):
Expand Down

0 comments on commit db3ec85

Please sign in to comment.