Skip to content

Commit

Permalink
Export KNOWN_GPUS (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
r4victor authored Jan 30, 2024
1 parent b2fd6ab commit c74d4f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gpuhunt/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from gpuhunt._internal.catalog import Catalog
from gpuhunt._internal.constraints import matches
from gpuhunt._internal.constraints import KNOWN_GPUS, GPUInfo, matches
from gpuhunt._internal.default import default_catalog, query
from gpuhunt._internal.models import CatalogItem, QueryFilter, RawCatalogItem

0 comments on commit c74d4f3

Please sign in to comment.