You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,13 +36,13 @@ To install and setup Logicytics, follow these steps:
36
36
37
37
> [!IMPORTANT]
38
38
> We recommend Python Version `3.11` or higher, as the project is developed and tested on this version.
39
-
>
40
-
> You must also install `pytorch` if you want to use the vulnscan feature, To install run the command `pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu124`
41
-
> If the device has CUDA available (NVidea GPUs),
42
39
>
43
-
> Otherwise, run `pip3 install torch torchvision torchaudio` to use the CPU, ofcourse this is optional for normal
44
-
> usage's,
45
-
> until you require `vulnscan`
40
+
> To use vulnscan, you will need `torch` - Installation instructions can be
41
+
> found [here](https://pytorch.org/#fws_68845ae25b0fb).
42
+
> If you have a supported GPU, it is recommended to install the Nvidea GPU version of PyTorch for better performance.
43
+
>
44
+
> Settings should be: `Stable -> Windows -> Pip -> Python` and if you have a supported CUDA version, select that too
0 commit comments