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
try to solve "OSError: Composio/tensorrtllm_mixtral_dpo_engine does not appear to have a file named pytorch_model.bin, tf_model.h5, model.ckpt or flax_model.msgpack."
#2 opened over 2 years ago
by
ShaneKuo404
Some error when I use it
#1 opened over 2 years ago
by
ShaneKuo404