Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

stable branch vs master branch #1963

Closed
1 of 2 tasks
ziliangpeng opened this issue Apr 16, 2023 · 7 comments
Closed
1 of 2 tasks

stable branch vs master branch #1963

ziliangpeng opened this issue Apr 16, 2023 · 7 comments
Labels

Comments

@ziliangpeng
Copy link

⚠️ Search for existing issues first ⚠️

  • I have searched the existing issues, and there is no existing issue for my problem

GPT-3 or GPT-4

  • I am using Auto-GPT with GPT-3 (GPT-3.5)

Steps to reproduce 🕹

check out stable branch, build docker image and run AutoGPT in docker

Current behavior 😯

many things are broken in docker image, for example

  • files are not copied into the right directory autogpt/
  • chromedriver is not installed

These issues are fixed in master branch, so master branch turns out to be more stable then stable.

Expected behavior 🤔

expect stable branch to work better than master

Your prompt 📝

# Paste your prompt here
@richbeales
Copy link
Contributor

Stable will move slower than Master, so if there's a bug, it will be fixed in Master first, before becoming a stable release.

@ngmisl
Copy link

ngmisl commented Apr 16, 2023

But the chromedriver is a breaking Bug, this should be fixed in all branches asap

@nponeccop
Copy link
Contributor

It is. Stable is working now.

@ziliangpeng
Copy link
Author

@nponeccop thanks! is there a goal to add more tests to ensure quality of the stable branch? how is quality control done on stable branch right now?

@ngmisl
Copy link

ngmisl commented Apr 17, 2023

@nponeccop not really, I still get

2023-04-17_07-38

CRITICISM: I need to make sure I am focusing on the latest news and not getting distracted by unrelated articles or websites.
NEXT ACTION: COMMAND = browse_website ARGUMENTS = {'url': 'https://www.moneycrashers.com/best-stock-market-investment-news-analysis-research-sites/', 'question': 'news related to company earnings or mergers and acquisitions'}
[WDM] - Downloading: 100%|████████████████████████████████████████████████████████████████████████████████████████████| 6.75M/6.75M [00:00<00:00, 59.2MB/s]
SYSTEM: Command browse_website returned: Error: Message: unknown error: Chrome failed to start: exited normally. (unknown error: DevToolsActivePort file doesn't exist) (The process started from chrome location /snap/bin/chromium is no longer running, so ChromeDriver is assuming that Chrome has crashed.) Stacktrace: #0 0x55c1da96afe3 #1 0x55c1da6a9d36 #2 0x55c1da6d2b20 #3 0x55c1da6cea9b #4 0x55c1da710af7 #5 0x55c1da71011f #6 0x55c1da707693 #7 0x55c1da6da03a #8 0x55c1da6db17e #9 0x55c1da92cdbd #10 0x55c1da930c6c #11 0x55c1da93a4b0 #12 0x55c1da931d63 #13 0x55c1da904c35 #14 0x55c1da955138 #15 0x55c1da9552c7 #16 0x55c1da963093 #17 0x7fef59294b43

@mikkorantalainen
Copy link

How about making stable the default branch in GitHub to allow people to get the stable code if they simply do git clone https://github.com/Significant-Gravitas/Auto-GPT.git? The note in README about how stable should be used will be lost by many for sure.

@Pwuts
Copy link
Member

Pwuts commented Apr 19, 2023

The issue should be resolved by #1473 among others. New release including these fixes should drop tomorrow morning.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

6 participants