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
+7-2Lines changed: 7 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@
7
7
2) 📁[Git](https://git-scm.com/downloads)
8
8
3) 📁[Git Large File Storage](https://git-lfs.com/)
9
9
8) 🪟 Windows (linux not yet supported)
10
-
> You can modify the installation instructions manually for Linux, I just don't have Linux in order to test them reliably. You can do this by analyzing the ```setup.py``` file to see what libraries are required.
10
+
> You can modify the installation instructions manually for Linux, I just don't have Linux in order to test them reliably. You can do this by analyzing the ```setup_gpu.py``` or ```setup_cpu_only.py``` file to see what libraries are required.
11
11
12
12
# Installation
13
13
Download the latest release and extract the files your computer. Navigate to the respository folder, create a command prompt, and run the following commands:
@@ -19,8 +19,13 @@ python -m venv .
19
19
.\Scripts\activate
20
20
```
21
21
> Run this again to activate the environment each time you restart the program.
22
+
23
+
Select GPU (includes CPU) or CPU-only installation:
0 commit comments