Instructions to use alexisriot/qwen3-06b with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use alexisriot/qwen3-06b with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForCausalLM tokenizer = AutoTokenizer.from_pretrained("alexisriot/qwen3-06b") model = AutoModelForCausalLM.from_pretrained("alexisriot/qwen3-06b") - Notebooks
- Google Colab
- Kaggle