Instructions to use Raiff1982/Gruntcoder with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Raiff1982/Gruntcoder with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("Raiff1982/Gruntcoder", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Update requirements.txt
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
|
@@ -34,4 +34,4 @@ scikit-learn
|
|
| 34 |
numpy
|
| 35 |
psutil
|
| 36 |
cryptography
|
| 37 |
-
sentence-transformers
|
|
|
|
| 34 |
numpy
|
| 35 |
psutil
|
| 36 |
cryptography
|
| 37 |
+
sentence-transformers
|