Instructions to use tdc/scGPT with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use tdc/scGPT with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("tdc/scGPT", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Rename pytorch_model.bin to scgpt_gh_repo_original_model.bin
Browse filesrename because we won't use this file but good to keep for record keeping
pytorch_model.bin → scgpt_gh_repo_original_model.bin
RENAMED
|
File without changes
|