This repository contains problems hosted on Tensara. Our immediate goal is to port over all KernelBench Level 1 and 2 challenges. Details on how to contribute and add problems are coming very soon!
Use the same database URL from the initial setup of the original repository. Create an .env
file and add the following:
DATABASE_URL="<your database url>"
Then, you can run:
pnpm i
pnpm prisma generate
pnpm sync-problems
This will take contents from the problems/
folder and sync it with the database. You should be able to see the changes in your local instance of Tensara if you're running one.