Instructions to use optimum-intel-internal-testing/tiny-random-llama4 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use optimum-intel-internal-testing/tiny-random-llama4 with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("optimum-intel-internal-testing/tiny-random-llama4", dtype="auto") - Notebooks
- Google Colab
- Kaggle
| { | |
| "fake_image_token": "<|image|>", | |
| "image_token": "<|image|>", | |
| "patch_size": 14, | |
| "processor_class": "Llama4Processor" | |
| } | |