Instructions to use SnowFlash383935/DigitalEduTransformers with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use SnowFlash383935/DigitalEduTransformers with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("SnowFlash383935/DigitalEduTransformers", trust_remote_code=True, dtype="auto") - Notebooks
- Google Colab
- Kaggle
Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
|
@@ -1 +1,2 @@
|
|
| 1 |
-
torch~=2.6.0
|
|
|
|
|
|
| 1 |
+
torch~=2.6.0
|
| 2 |
+
numpy~=2.0.2
|