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
Where is the python library?
The readme mentions pip install -e . but no link to the repository of Apollo's inference code?
I have the original python library in my repo: https://huggingface.co/manysuch-cases/Apollo-Github-Files
Thanks for the repo link. There seems to be a spelling error where the sample code references apollo.conversations but the file is called conversation.py
Can someone please tell me why this is not available from the original publishers? I get that there can be delays, but it's January, was it yanked?
This code really shouldn't be published if you can't run it...
I have the original python library in my repo: https://huggingface.co/manysuch-cases/Apollo-Github-Files
You're a G, thank you.
Try https://github.com/polym/Apollo-Github-Files, add requirements.txt and predict.py to avoid some error.