This is the directory we'll be using to benchmark Mamba.
We should start by creating a virtual environment, so that the code can be easily reproduced. We can do it either directly in VSCode or with a terminal.
I added a .env
file containing the following environment variables:
LOCAL_DATA_PATH
: The path on your computer to the data, so we can test locally before testing on SSH.HF_TOKEN
: Your huggingface API token. I imagine we're gonna need it.