feat: 🐍 add mamba support (#1589)

feat(mamba): Initial import

This is a first iteration of the mamba backend, loosely based on
mamba-chat(https://github.com/havenhq/mamba-chat).
This commit is contained in:
Ettore Di Giacinto
2024-01-19 23:42:50 +01:00
committed by GitHub
parent 52c9a7f45d
commit 9e653d6abe
13 changed files with 762 additions and 3 deletions

View File

@ -0,0 +1,5 @@
# Creating a separate environment for the mamba project
```
make mamba
```