Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 357 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 357 Bytes

Attack-on-Co-Processors

To run this project, clone it with git then run the following.

pip install torch
pip install torchvision
pip install memtorch

Alternatively if you are using Conda you would run

conda install torch
conda install torchvision

And then clone the memtorch repository locally and install it as per their instructions.