Skip to content

Commit

Permalink
update docs + cleanups
Browse files Browse the repository at this point in the history
  • Loading branch information
micpst committed Sep 17, 2024
1 parent 27aef5f commit 81e7974
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 31 deletions.
12 changes: 5 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,19 @@

Repository for internal experiment with our upcoming LLM framework.

# Installation

# Setup developer environment
## Build from source

To start, you need to setup your local machine.
To build and run Ragbits from the source code:

## Setup venv

You need to setup virtual environment, simplest way is to run from project root directory:
1. Requirements: [**uv**](https://docs.astral.sh/uv/getting-started/installation/) & [**python**](https://docs.astral.sh/uv/guides/install-python/) 3.10 or higher
2. Install dependencies and run venv in editable mode:

```bash
$ source ./setup_dev_env.sh
```

This will create a new venv and install all packages from this repository in editable mode.

## Install pre-commit

To ensure code quality we use pre-commit hook with several checks. Setup it by:
Expand Down
24 changes: 0 additions & 24 deletions docker/precommit/Dockerfile

This file was deleted.

0 comments on commit 81e7974

Please sign in to comment.