Instructions to use BACCHUS45/Potex with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Adapters
How to use BACCHUS45/Potex with Adapters:
from adapters import AutoAdapterModel model = AutoAdapterModel.from_pretrained("undefined") model.load_adapter("BACCHUS45/Potex", set_active=True) - Notebooks
- Google Colab
- Kaggle
Update services/apollo-server/package.json
Browse files
services/apollo-server/package.json
CHANGED
|
@@ -13,3 +13,4 @@
|
|
| 13 |
"dotenv": "^16.0.3"
|
| 14 |
}
|
| 15 |
}
|
|
|
|
|
|
| 13 |
"dotenv": "^16.0.3"
|
| 14 |
}
|
| 15 |
}
|
| 16 |
+
Use the schema.js, resolvers.js, db.js, and pubsub.js from the earlier Apollo canvas doc. They are designed to work inside this container and to connect to postgres and redis service names defined in docker-compose.
|