Instructions to use microsoft/Magma-8B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use microsoft/Magma-8B with Transformers:
# Load model directly from transformers import AutoModelForCausalLM model = AutoModelForCausalLM.from_pretrained("microsoft/Magma-8B", trust_remote_code=True, dtype="auto") - Notebooks
- Google Colab
- Kaggle
Packages version for the demo code to work
#8
by icoicqico - opened
Hello, I would like to ask for python packages version for the demo code to work. Since when I run the demo code, there are some errors, when I use the latest packages, already fixed few of them, but still have some errors. So I would like to ask for the exact version of those packages that make the demo code working without error, so that I can try out the model based. Thank you.
jw2yang changed discussion status to closed