Instructions to use AlexHung29629/test_mllama_v12b with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use AlexHung29629/test_mllama_v12b with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="AlexHung29629/test_mllama_v12b", trust_remote_code=True)# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("AlexHung29629/test_mllama_v12b", trust_remote_code=True, device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit History
Update config.json 184a6b1 verified
Update ultravox_processing.py 5509967 verified
Update ultravox_processing.py 97b6fc6 verified
Update ultravox_processing.py 5fff9e3 verified
Update ultravox_processing.py 3bec836 verified
Update ultravox_processing.py 12908ea verified
first commit 9acaf43
alex-ht commited on