gagb
gagb
Is there a version of the script that sets up tensorflow 0.10 for python 2.7?
I get the following error when I follow the instructions from the webpage for my M1 Mac ```(mlc-chat) (....) MacBook-Pro local_chat % mlc_chat_cli Cannot find vicuna-v1-7b lib in preferred path...
> [!TIP] > ## Want to get involved? > We'd love it if you did! Please get in contact with the people assigned to this issue, or leave a comment....
Solution: Create a subdirectory called `.devcontainer/studio` with correct `Dockerfile` and `devcontainer.json`. I reused the Dockerfile from `.devcontainer` and modified the `devcontainer.json` to follow instructions from AutoGen Studios README. I tested...
This pull request mainly focuses on the setup and development of a new application called `TinyRA`. The changes include the creation of a Docker environment for the application, the addition...
@sidhujag added: according to the spec there are other states we can handle in wait_for_run function, so I added those. added termination msg param. Pass through kwargs to super() register_reply...
## Why is this needed? OpenAI Assistants are out and we should integrate them in AutoGen ASAP! ```[tasklist] ### Tasks - [ ] https://github.com/microsoft/autogen/pull/616 - [ ] https://github.com/microsoft/autogen/pull/632 - [...
### Considerations - Differentiate between whether AutoGen is being evaluated or using AutoGen to evaluate something else - Help decide whether a PR is helpful/breaks something - Compare value of...
## Why are these changes needed? Implements the most basic profiler for mapping a given chat history to a visualization. It first annotates the conversation using GPT-4 and then visualizes...