diff --git a/README.md b/README.md index c674314..022cd9e 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,16 @@ # SimplePyTorch -UE4 Plugin to execute trained PyTorch modules +UE4 Plugin to execute already trained PyTorch modules. -------- Packaging ------- +## Packaging -1. Download PyTorch C++ distributions: https://pytorch.org/cppdocs/installing.html -2. Copy DLLs from lib directory to SimplePyTorch/Source/ThirdParty/pytorch/Binaries/Win64: +1. Download [PyTorch C++ distributions](https://pytorch.org/cppdocs/installing.html). +2. Copy DLLs from runtime lib directory to SimplePyTorch/Source/ThirdParty/pytorch/Binaries/Win64: asmjit.dll, c10.dll, caffe2_detectron_ops.dll, caffe2_module_test_dynamic.dll, fbgemm.dll, fbjni.dll, libiomp5md.dll, libiompstubs5md.dll, torch.dll, torch_cpu.dll, torch_global_deps.dll, uv.dll. -3. Copy a whole plugin to [your UE4 project]/Plugins directory and recompile. +3. Copy the plugin to [your UE4 project]/Plugins directory and recompile. -------- Usage ------- +## Usage // Create module UObject