Video-Text-to-Text
Transformers
Safetensors
English
apollo
text-generation
video
video-understanding
vision
multimodal
conversational
custom_code
instruction-tuning
Instructions to use GoodiesHere/Apollo-LMMs-Apollo-7B-t32 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use GoodiesHere/Apollo-LMMs-Apollo-7B-t32 with Transformers:
# Load model directly from transformers import AutoModelForCausalLM model = AutoModelForCausalLM.from_pretrained("GoodiesHere/Apollo-LMMs-Apollo-7B-t32", trust_remote_code=True, dtype="auto") - Notebooks
- Google Colab
- Kaggle
demo project
#4
by whereAlone - opened
https://github.com/OrvilleX/Apollo-LLM-Start
- add pip requirements
- fix import error
- success run on V100-32GB with 7b model