Skip to content

Commit

Permalink
Merge pull request agiresearch#141 from dongyuanjushi/main
Browse files Browse the repository at this point in the history
  • Loading branch information
evison authored Jun 14, 2024
2 parents a0a5320 + 16f7cdc commit 5d84910
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 13 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,9 @@ At the minimum, we recommend a Nvidia GPU with 4 GB of memory or an ARM based Ma
### 3.2 Installation
To run AIOS, you will need to install our agent creation package, [OpenAGI](https://github.com/agiresearch/OpenAGI).

**Git clone AIOS and [OpenAGI]((https://github.com/agiresearch/OpenAGI))**
**Git clone AIOS**
```bash
git clone https://github.com/agiresearch/AIOS.git
git clone https://github.com/agiresearch/OpenAGI.git
```
Install the required packages using pip
```bash
Expand Down
13 changes: 2 additions & 11 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,8 @@ pytest==8.1.1
Requests==2.31.0
torch==2.0.1
transformers==4.38.1
wolframalpha==5.0.0
pre-commit==3.7.0
click==8.1.7
pre-commit==3.7.0
python-dotenv==1.0.0
ollama==0.1.7
arxiv==2.1.0
diffusers==0.27.2
accelerate==0.30.1
langchain_core==0.2.1
llama_index==0.10.39
llama_index.embeddings.huggingface==0.2.0
llama-index-vector-stores-chroma==0.1.8
chromadb==0.5.0
pyopenagi==0.0.3
pyopenagi

0 comments on commit 5d84910

Please sign in to comment.