-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Wutao/setup #1920
Wutao/setup #1920
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is great, I added a minor idea
## Setup for Experimental | ||
<!-- FIXME FIXME 23/04/01 move to experimental. Have not tested --> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this is much better to what we had before. One thing that might be interesting to do is one section for developers, just to install for example:
pip install .[gpu,examples]
or if they want the latest development in staging:
git checkout staging
pip install .[gpu,example]
what do you think?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Like the idea! could you add it? You may have the best idea what to include.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
makes sense, I'll do a new PR
Description
Substantially streamlined setup and also updated README
Checklist:
staging branch
and not tomain branch
.