Skip to content

runtimerevolution/labs

Repository files navigation

labs

Topics

Getting Started

Local Env

Create a copy of the reference env file in the root of the project and update the values accordingly.

cp .env.sample .env.local

Run project

Here's the steps to set up the project locally:

  1. poetry shell
  2. poetry install
  3. make migrate
  4. make load_fixtures
  5. make createuser

Using OpenAI

  1. make up
  2. make runserver
  3. ENV=test make tests

Using Llama 3.2 with nomic:

  1. make up
  2. make ollama model=nomic-embed-text:latest
  3. make ollama model=llama3.2:latest

Using Starcoder2 with nomic:

  1. make up
  2. make ollama model=nomic-embed-text:latest
  3. make ollama model=starcoder2:15b-instruct

Using Qwen2.5 with nomic:

  1. make up
  2. make ollama model=nomic-embed-text:latest
  3. make ollama model=qwen2.5:7b-instruct

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published