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

Commit

Permalink
Merge pull request #302 from helxplatform/remove-gpu-integer-check
Browse files Browse the repository at this point in the history
remove gpu check for integers
  • Loading branch information
pj-linebaugh authored Oct 24, 2023
2 parents 9e3ee18 + fe1e793 commit eb467a0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion tycho/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = "1.17.1"
VERSION = "1.17.2"
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 eb467a0

Please sign in to comment.