cellmap_flow.models.run

Attributes

logger

Functions

run_model(model_path, name, st_data)

run_hf_model(repo, name, st_data)

Run a Hugging Face model by repo ID.

update_run_models(names[, hf_repos])

Module Contents

cellmap_flow.models.run.logger
cellmap_flow.models.run.run_model(model_path, name, st_data)
cellmap_flow.models.run.run_hf_model(repo, name, st_data)

Run a Hugging Face model by repo ID.

cellmap_flow.models.run.update_run_models(names: List[str], hf_repos: List[str] = None)