Skip to content

Commit

Permalink
Fix min_disk_size docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
Egor-S committed Feb 13, 2024
1 parent cd90fd0 commit adcc0eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/gpuhunt/_internal/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ class QueryFilter:
max_gpu_memory: maximum amount of GPU VRAM in GB for each GPU
min_total_gpu_memory: minimum amount of GPU VRAM in GB for all GPUs combined
max_total_gpu_memory: maximum amount of GPU VRAM in GB for all GPUs combined
min_disk_size: *currently not in use*
max_disk_size: *currently not in use*
min_disk_size: minimum disk size in GB
max_disk_size: maximum disk size in GB
min_price: minimum price per hour in USD
max_price: maximum price per hour in USD
min_compute_capability: minimum compute capability of the GPU
Expand Down

0 comments on commit adcc0eb

Please sign in to comment.