Instructions to use antonypamo/ProSavantEngineII with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Adapters
How to use antonypamo/ProSavantEngineII with Adapters:
from adapters import AutoAdapterModel model = AutoAdapterModel.from_pretrained("undefined") model.load_adapter("antonypamo/ProSavantEngineII", set_active=True) - Notebooks
- Google Colab
- Kaggle
Upload requirements.txt
Browse files- requirements.txt +6 -0
requirements.txt
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
numpy
|
| 2 |
+
scipy
|
| 3 |
+
plotly
|
| 4 |
+
umap-learn
|
| 5 |
+
websockets
|
| 6 |
+
sentence-transformers
|