Instructions to use AlexHung29629/test_mllama_v17 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use AlexHung29629/test_mllama_v17 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="AlexHung29629/test_mllama_v17", trust_remote_code=True)# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("AlexHung29629/test_mllama_v17", trust_remote_code=True, dtype="auto") - Notebooks
- Google Colab
- Kaggle
Commit History
Update ultravox_processing.py 8b70f5d verified
Update ultravox_model.py e6851d5 verified
Update config.json 7e9a8c0 verified
Upload processor 8d3f68d verified
Upload model dc64b47 verified
Update config.json 74aa6e0 verified
Update ultravox_processing.py 78918bc verified
Update config.json 80db0f5 verified
Upload processor 9597c4c verified
Upload tokenizer 93a83e6 verified
Upload model 97e3e25 verified
first commit 24d5d7b
alex-ht commited on