forked from microsoft/winget-pkgs
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Netron to 8.1.2 (microsoft#213701)
- Loading branch information
1 parent
06bbdb8
commit d9672f1
Showing
3 changed files
with
121 additions
and
0 deletions.
There are no files selected for viewing
93 changes: 93 additions & 0 deletions
93
manifests/l/LutzRoeder/Netron/8.1.2/LutzRoeder.Netron.installer.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,93 @@ | ||
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json | ||
PackageIdentifier: LutzRoeder.Netron | ||
PackageVersion: 8.1.2 | ||
Platform: | ||
- Windows.Desktop | ||
InstallModes: | ||
- silent | ||
- silentWithProgress | ||
Installers: | ||
- Architecture: x86 | ||
Scope: user | ||
InstallerType: nullsoft | ||
InstallerUrl: https://github.com/lutzroeder/netron/releases/download/v8.1.2/Netron-Setup-8.1.2.exe | ||
InstallerSha256: F13D4C573574CE08BEBDC8BF346FE5DAF23CC8DDD1F45E5C6EA696A75B430CE4 | ||
InstallerLocale: en-US | ||
InstallerSwitches: | ||
Custom: /NORESTART | ||
UpgradeBehavior: install | ||
- Architecture: arm64 | ||
Scope: user | ||
InstallerType: nullsoft | ||
InstallerUrl: https://github.com/lutzroeder/netron/releases/download/v8.1.2/Netron-Setup-8.1.2.exe | ||
InstallerSha256: F13D4C573574CE08BEBDC8BF346FE5DAF23CC8DDD1F45E5C6EA696A75B430CE4 | ||
InstallerLocale: en-US | ||
InstallerSwitches: | ||
Custom: /NORESTART | ||
UpgradeBehavior: install | ||
FileExtensions: | ||
- armnn | ||
- caffemodel | ||
- circle | ||
- ckpt | ||
- cmf | ||
- dlc | ||
- dnn | ||
- gguf | ||
- h5 | ||
- hd5 | ||
- hdf5 | ||
- hn | ||
- kann | ||
- keras | ||
- kgraph | ||
- kmodel | ||
- lite | ||
- mar | ||
- maxviz | ||
- meta | ||
- mge | ||
- mlir | ||
- mlirbc | ||
- mlmodel | ||
- mlnet | ||
- mlpackage | ||
- mnn | ||
- model | ||
- nb | ||
- ngf | ||
- nn | ||
- nnp | ||
- npy | ||
- npz | ||
- om | ||
- onnx | ||
- ort | ||
- paddle | ||
- param | ||
- pb | ||
- pbtxt | ||
- pdiparams | ||
- pdmodel | ||
- pdopt | ||
- pdparams | ||
- pickle | ||
- pkl | ||
- prototxt | ||
- pt | ||
- pt2 | ||
- pth | ||
- ptl | ||
- rknn | ||
- safetensors | ||
- t7 | ||
- tfl | ||
- tflite | ||
- tm | ||
- tmfile | ||
- tnnproto | ||
- torchscript | ||
- uff | ||
- xmodel | ||
ManifestType: installer | ||
ManifestVersion: 1.6.0 |
22 changes: 22 additions & 0 deletions
22
manifests/l/LutzRoeder/Netron/8.1.2/LutzRoeder.Netron.locale.en-US.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json | ||
PackageIdentifier: LutzRoeder.Netron | ||
PackageVersion: 8.1.2 | ||
PackageName: Netron | ||
PackageLocale: en-US | ||
PackageUrl: https://github.com/lutzroeder/netron | ||
Publisher: Lutz Roeder | ||
PublisherUrl: https://github.com/lutzroeder/netron | ||
PublisherSupportUrl: https://github.com/lutzroeder/netron/issues | ||
Author: Lutz Roeder | ||
License: MIT | ||
Copyright: Copyright (c) Lutz Roeder | ||
CopyrightUrl: https://github.com/lutzroeder/netron/blob/main/LICENSE | ||
ShortDescription: Visualizer for neural network, deep learning, and machine learning models | ||
Description: Visualizer for neural network, deep learning, and machine learning models | ||
Moniker: netron | ||
Tags: | ||
- machine-learning | ||
- deep-learning | ||
- neural-network | ||
ManifestType: defaultLocale | ||
ManifestVersion: 1.6.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json | ||
PackageIdentifier: LutzRoeder.Netron | ||
PackageVersion: 8.1.2 | ||
DefaultLocale: en-US | ||
ManifestType: version | ||
ManifestVersion: 1.6.0 |