Is this model available on something like huggingface or zenodo?
|
model_drive_ids = { |
|
"scGPT_human": "1oWh_-ZRdhtoGQ2Fw24HP41FgLoomVo-y", |
|
"scGPT_CP": "1_GROJTzXiAV8HB4imruOTk6PEGuNOcgB", |
|
} |
|
drive_path = f"https://drive.google.com/drive/folders/{model_drive_ids[par['model']]}" |
If not, can we move this to our s3 bucket? If the google drive is removed this component would no longer work.
Is this model available on something like huggingface or zenodo?
task_batch_integration/src/methods/scgpt/script.py
Lines 47 to 51 in 52ccedb
If not, can we move this to our s3 bucket? If the google drive is removed this component would no longer work.