Skip to content
This repository was archived by the owner on Nov 27, 2024. It is now read-only.

Commit 860f0db

Browse files
committed
updated readme
1 parent fd692e9 commit 860f0db

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

OnnxStack.Console/README.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,14 @@
2828

2929
Download Files
3030

31-
Use the included 'download-models.bat' file to download the required models.
32-
* If your on mac or linux, you can open the `download-models.bat` file and run each command manually if you are unable to run the `.bat` file.
31+
**Experimental script**
32+
33+
_Note: The `download-models.bat` file is not smart enough to know if you have already downloaded the models. If you need to re-download the models, please run the commands manually within `git` to pull the latest changes from the target repository._
34+
35+
> If your on mac or linux, you can open the `download-models.bat` file and run each command manually if you are unable to run the `.bat` file.
36+
37+
Use the included `download-models.bat` file to download the required models.
38+
3339
* The `download-models.bat` will create a `onnx-models/` folder in current directory. Then it will download the required models into the `onnx-models/` folder.
3440
* If you are unable to run the `.bat` file or have issues, you can open the `download-models.bat` file and run each command manually.
3541
* The `.bat` file will not attempt to 're-download' or continue if the file already exists. If you need to re-download the models, delete the `onnx-models/` folder and run the `.bat` file again.
@@ -79,5 +85,10 @@ _It might take some time to switch branches and download all of the `.onnx` file
7985
* **Q:** My `.GIF` is flashing, is it supposed to do this?
8086
* **A:** The `.GIF` area has been deprecated in favor of the 'video' features that are being added. Please ignore this example for now.
8187

88+
* **Q:** I am getting an error: `138 are out of bounds or can not be read in full`
89+
* **A:** usually means the model is corrupt or has not been fully downloaded, make sure if you clone the repo you have git LFS installed, or you will just get small pointer files not the large GB files
90+
91+
92+
8293

8394

0 commit comments

Comments
 (0)