Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion python/llm/example/CPU/Applications/autogen/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ pip3 install --upgrade pip # enable PEP 660 support
pip3 install -e ".[model_worker,webui]"

# setup AutoGen environment
pip install pyautogen==0.2.7
pip install ag2==0.2.7
```

**After setting up the environment, the folder structure should be:**
Expand Down
2 changes: 1 addition & 1 deletion python/llm/example/GPU/Applications/autogen/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ pip3 install --upgrade pip # enable PEP 660 support
pip3 install -e ".[model_worker,webui]"

# setup AutoGen environment
pip install pyautogen==0.2.7
pip install ag2==0.2.7
```

**After setting up the environment, the folder structure should be:**
Expand Down