-
Notifications
You must be signed in to change notification settings - Fork 28
instruction for PyTorch is out of dated #2
Comments
Same for me Step #1 not working Can't use VNNI |
can I know more details? which step is out of date? |
Use VNNI? Are you meeting issue when you follow the guide of pytorch? |
git clone https://github.com/pytorch/pytorch.git git checkout 4ac91b2d64eeea5ca21083831db5950dc08441d6 git submodule update --init --recursive cd third_party/ideep git log git reset --hard 311346653b0daed97f9e9adf241e02cffa38e4c0 cd ../.. wget https://patch-diff.githubusercontent.com/raw/pytorch/pytorch/pull/17464.diff git apply 17464.diff python setup.py build |
thanks for your reply, dsivkov. git checkout 4ac91b2d64eeea5ca21083831db5950dc08441d6 it should be you did not enter into the folder you git clone in the previous step. Sorry to miss this step as I suppose it is a default operation after git clone. |
Most annoying is |
suggest follow “BUILDING FROM SOURCE” in https://pytorch.org/get-started/locally/ to install pre-request libraries.
|
I have pypi: The issue looks like |
No description provided.
The text was updated successfully, but these errors were encountered: