Skip to content
This repository has been archived by the owner on Jan 7, 2025. It is now read-only.

Commit

Permalink
AU: 1 updated - gpt4all
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Dec 17, 2024
1 parent 5fc56cd commit 9b14d7f
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>3.5.2</version>
<version>3.5.3</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/v3.5.2/gpt4all-installer-win64-v3.5.2.exe'
checksum64 = 'f2066a965c0d0841cd5e57ba4bf0d6355da1dfe83abc36c3e88a4de2f0e028e7'
url64 = 'https://github.com/nomic-ai/gpt4all/releases/download/v3.5.3/gpt4all-installer-win64-v3.5.3.exe'
checksum64 = '6e4ed5fd53bfa36af10a291d6e8db06b51627462385e39c0b83e688608e2d1b3'
checksumType64 = 'sha256'
silentArgs = $installString + ' --accept-licenses --default-answer --confirm-command'
}
Expand Down

0 comments on commit 9b14d7f

Please sign in to comment.