cellmap_flow.models.run
Attributes
Functions
|
|
|
Run a Hugging Face model by repo ID. |
|
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)