Skip to content

Commit

Permalink
chore: rename folder containers into finetuned
Browse files Browse the repository at this point in the history
  • Loading branch information
PeriniM authored Oct 18, 2024
1 parent f01cb0e commit 0eca876
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,13 +109,13 @@ result = brick_graph.run(input_data=input_data, stream=False)

<details>
<summary><b>Using Local LLM Models</b></summary>
<p>BrickLLM supports using local LLM models employing the <a href="https://ollama.com/">Ollama framework</a>. Currently, only our fine-tuned model is supported.</p>
<p>BrickLLM supports using local LLM models employing the <a href="https://ollama.com/">Ollama framework</a>. Currently, only our finetuned model is supported.</p>

### Option 1: Using Docker Compose

You can easily set up and run the Ollama environment using Docker Compose. The model file will be automatically downloaded inside the container. Follow these steps:
You can easily set up and run the Ollama environment using Docker Compose. The finetuned model file will be automatically downloaded inside the container. Follow these steps:

1. Clone the repository and navigate to the `containers` directory containing the `Dockerfile` and `docker-compose.yml`.
1. Clone the repository and navigate to the `finetuned` directory containing the `Dockerfile` and `docker-compose.yml`.
2. Run the following command to build and start the container:
```bash
docker-compose up --build -d
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 0eca876

Please sign in to comment.