Skip to content

Commit

Permalink
local_llm_fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
rounak610 committed Jan 12, 2024
1 parent 2a75593 commit e8a306d
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -126,10 +126,15 @@ cd SuperAGI

4. Ensure that Docker is installed on your system. You can download and install it from [here](https://docs.docker.com/get-docker/).

5. Once you have Docker Desktop running, run the following command in the in the SuperAGI directory :
```
docker-compose up --build
```
5. Once you have Docker Desktop running, run the following command in the SuperAGI directory:
a. For regular usage:
```
docker compose -f docker-compose.yaml up --build
```
b. If you want to use SuperAGI with Local LLMs and have GPU, run the following command:
```
docker compose -f docker-compose-gpu.yml up --build
```
6. Open your web browser and navigate to http://localhost:3000 to access SuperAGI.
Expand Down

0 comments on commit e8a306d

Please sign in to comment.