Skip to content

Commit

Permalink
AU: 1 updated - gpt4all
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed May 18, 2024
1 parent e41ba8b commit 7c6a436
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gpt4all/gpt4all.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>gpt4all</id>
<title>GPT4All</title>
<version>2.7.3</version>
<version>2.7.5</version>
<authors>nomic-ai</authors>
<owners>Jonas A. Wendorf</owners>
<summary>Open-source large language models that run locally on your CPU and nearly any GPU</summary>
Expand Down
4 changes: 2 additions & 2 deletions gpt4all/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ if ($key.Count -ge 1)
$packageArgs = @{
packageName = $packageName
fileType = 'exe'
url64 = 'https://github.com/nomic-ai/gpt4all/releases/download/v2.7.3/gpt4all-installer-win64-v2.7.3.exe'
checksum64 = '4296e8a5543f63f9adf554c31392d340789e4fbdaa2ba7154260c9f6aa42a324'
url64 = 'https://github.com/nomic-ai/gpt4all/releases/download/v2.7.5/gpt4all-installer-win64-v2.7.5.exe'
checksum64 = '25c25663544a814d1f9eda436fce416afa0e2aa80b108b1416c94a244ebb537d'
checksumType64 = 'sha256'
silentArgs = $installString + ' --accept-licenses --default-answer --confirm-command'
}
Expand Down

0 comments on commit 7c6a436

Please sign in to comment.