Closed mht-sharma closed 7 months ago
As per title.
User can now skip providing the vaip_config as an argument. The model will use default config if none provided
vaip_config
This would allow to truly adapt to the existing transformers interface by just replacing class.
transformers
- model = AutoModelForImageClassification.from_pretrained(model_id) + model = RyzenAIModelForImageClassification.from_pretrained(model_id)
As per title.
User can now skip providing the
vaip_config
as an argument. The model will use default config if none providedThis would allow to truly adapt to the existing
transformers
interface by just replacing class.