Skip to content
This repository was archived by the owner on Dec 1, 2025. It is now read-only.
This repository was archived by the owner on Dec 1, 2025. It is now read-only.

Create providers module with known stable cluster configs #3

@evamaxfield

Description

@evamaxfield

Use Case

Please provide a use case to help us understand your request in context

from aics_dask_utils.providers.slurm import create_cluster_from_config, configs

cluster = create_cluster_from_config(configs.TITANX)

or the more general:

from aics_dask_utils.providers.slurm import AICSSlurmCluster

cluster = AICSSlurmCluster(worker_cpu=1, worker_mem="4GB", worker_gpu=1, worker_gpu_type="titan-x")

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions