Instructions to use recursionpharma/OpenPhenom with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use recursionpharma/OpenPhenom with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="recursionpharma/OpenPhenom", trust_remote_code=True)# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("recursionpharma/OpenPhenom", trust_remote_code=True, device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit History
Update README.md e5e2b12 unverified
Kian Kenyon-Dean commited on
Update README.md f8d6756 unverified
Kian Kenyon-Dean commited on
Update README.md 5d11d07 unverified
Kian Kenyon-Dean commited on
Create NCCL 4.0 LICENSE c663845 unverified
Kian Kenyon-Dean commited on
Initial commit 5cfdc34 unverified
Kian Kenyon-Dean commited on