-
Notifications
You must be signed in to change notification settings - Fork 35
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 git checkout typo in readme #212
base: main
Are you sure you want to change the base?
Conversation
@@ -143,11 +143,14 @@ Both `docker` and `pip install` options above are wrappers around the `cmake bui | |||
#### Building | |||
|
|||
```bash | |||
# Setup deps | |||
conda install -c conda-forge libpython-static |
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 mentioned in the section before
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.
Yeah, so like I skipped to the build from source section, it didn't work, and then I had to go back and look for it. Just put it close lol
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.
maybe we just add a line about "make sure to install python static as mentioned earlier"
@@ -143,11 +143,14 @@ Both `docker` and `pip install` options above are wrappers around the `cmake bui | |||
#### Building | |||
|
|||
```bash | |||
# Setup deps | |||
conda install -c conda-forge libpython-static |
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.
maybe we just add a line about "make sure to install python static as mentioned earlier"
@@ -157,6 +160,7 @@ cd multipy/runtime | |||
mkdir build | |||
cd build | |||
# use cmake -DABI_EQUALS_1=ON .. instead if you want ABI=1 | |||
# if you built PyTorch from source, pass -DPYTORCH_ROOT=path/to/pytorch |
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 line isn't needed with recent changes. Also does this work given we always set it in cmake?
Summary: This updates the README with some feedback from #212 as well as adds a CHANGELOG for the 0.1 release. Pull Request resolved: #229 Test Plan: docs only Reviewed By: anirbanr-fb-r2p, PaliC Differential Revision: D40691024 Pulled By: d4l3k fbshipit-source-id: 7b76f7cbc7dc4dbd243b5879f510e3dd8a7c9b59
No description provided.