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
{{ message }}
This repository was archived by the owner on Nov 27, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: OnnxStack.Console/README.md
+13-2Lines changed: 13 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,8 +28,14 @@
28
28
29
29
Download Files
30
30
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
+
33
39
* 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.
34
40
* 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.
35
41
* 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
79
85
***Q:** My `.GIF` is flashing, is it supposed to do this?
80
86
***A:** The `.GIF` area has been deprecated in favor of the 'video' features that are being added. Please ignore this example for now.
81
87
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
0 commit comments