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
| # Integral Microservice Architecture (Local) | |
| ## Prereqs | |
| - Docker & Docker Compose installed | |
| - (Optional) Node/npm for local dev | |
| ## Quickstart (local) | |
| 1. Clone repo and `cd integral-micro` | |
| 2. Copy `.env.example` to `.env` (or use provided .env) | |
| 3. Start services: | |