-
Notifications
You must be signed in to change notification settings - Fork 547
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
Fix issues in most notebooks #1047
Conversation
"To install Oumi, you can find detailed instructions [here](https://github.com/oumi-ai/oumi/blob/main/README.md), but it should be as simple as:\n", | ||
"\n", | ||
"```bash\n", | ||
"pip install -e \".[gpu]\" # if you have an nvidia or AMD GPU\n", |
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.
We should consider having them use the main pypi target instead of the local "." target
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'm making them consistent to each other for now, but we should definitely have a follow-up linear issue to update all our pip installation instructions. This applies to docs too, where we currently use both . and oumi
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.
Overall seems good to me. Do make sure all of your cell execution count changes are intended
Description
Related issues
Towards OPE-713
Before submitting