* backends(transformers): use AutoModel with LLM types * examples: animagine-xl * Add codellama examples
feat(mamba): Initial import This is a first iteration of the mamba backend, loosely based on mamba-chat(https://github.com/havenhq/mamba-chat).