Skip to content

Commit

Permalink
fix(docs): note security option on bundle launch scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
ssube committed Mar 31, 2023
1 parent 27c6e71 commit f4c7f02
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/setup-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,7 @@ setup experience.
3. On the `General` tab, click `Unblock` next to the message `This file came from another computer and might be
blocked to help protect this computer.`
4. Go back to the folder where you extracted the files
5. Repeat step 3 for the `onnx-web-*.bat` files
6. Run the local server using one of the `onnx-web-*.bat` scripts
1. Run `onnx-web-half.bat` if you are using a GPU and you have < 12GB of VRAM
- `-half` mode is compatible with both AMD and Nvidia GPUs
Expand Down Expand Up @@ -269,6 +270,6 @@ setup experience.
1. Run `setup-amd.bat` if you are using an AMD GPU and DirectML
2. Run `setup-nvidia.bat` if you are using an Nvidia GPU and CUDA
3. Run `setup-cpu.bat` if you are planning on only using CPU mode
7. In the future, run `launch.bat`
7. After the first run, you can run `launch.bat` instead of the setup script
1. You should only need to run the setup script once
2. If you encounter any errors with Python imports, run the setup script again

0 comments on commit f4c7f02

Please sign in to comment.