Skip to content

Commit

Permalink
Update installation note and test setup
Browse files Browse the repository at this point in the history
  • Loading branch information
BeibinLi committed Nov 3, 2023
1 parent 70128bb commit 75c7256
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/lmm-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,12 @@ on:
pull_request:
branches: ['main', 'dev/v0.2']
paths:
- 'autogen/**'
- 'test/agentchat/**'
- 'test/agentchat/contrib/llava_agent.py'
- 'autogen/img_utils.py'
- 'autogen/agentchat/multimodal_conversable_agent.py'
- 'autogen/agentchat/contrib/llava_agent.py'
- 'test/test_img_utils.py'
- 'test/agentchat/test_lmm.py'
- 'test/agentchat/contrib/test_llava.py'
- '.github/workflows/lmm-test.yml'
- 'setup.py'

Expand Down
2 changes: 1 addition & 1 deletion website/docs/Installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,5 +114,5 @@ Example notebooks:
We support both GPT4-V and LLaVA now. See [this notebook](https://github.com/microsoft/autogen/blob/main/notebook/agentchat_lmm_llava.ipynb) for an example of our LLaVA agent.

```bash
pip install "pyautogen[lmm]<0.2"
pip install "pyautogen[lmm]"
```

0 comments on commit 75c7256

Please sign in to comment.