Instructions to use Composio/tensorrtllm_mixtral_dpo_engine with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Composio/tensorrtllm_mixtral_dpo_engine with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("Composio/tensorrtllm_mixtral_dpo_engine", dtype="auto") - Notebooks
- Google Colab
- Kaggle