Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 600 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 600 Bytes

benchmarkMamba

This is the directory we'll be using to benchmark Mamba.

Install

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.