Instructions to use noahabebe/baymax with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use noahabebe/baymax with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("noahabebe/baymax", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Create requirements.txt
Browse files- requirements.txt +6 -0
requirements.txt
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
huggingface_hub==0.22.2
|
| 2 |
+
Flask
|
| 3 |
+
nltk
|
| 4 |
+
ollama
|
| 5 |
+
gtts
|
| 6 |
+
pygame
|