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", device_map="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
by ShaneKuo404 - opened
- pytorch_model.bin +3 -0
pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c30448e7d9063d3f2b05e0f106d9fe369d041c72420cd3b4b4b06433e0f1fcd2
|
| 3 |
+
size 433288887
|