mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-08 23:18:10 -05:00
Ollama 0.5.9 => 0.6.5 (#11770)
This commit is contained in:
@@ -1,19 +1,28 @@
|
||||
require 'package'
|
||||
require 'misc_functions'
|
||||
|
||||
class Ollama < Package
|
||||
description 'Get up and running with large language models.'
|
||||
homepage 'https://ollama.com/'
|
||||
version '0.5.9'
|
||||
version '0.6.5'
|
||||
license 'MIT'
|
||||
compatibility 'x86_64'
|
||||
source_url "https://github.com/ollama/ollama/releases/download/v#{version}/ollama-linux-amd64.tgz"
|
||||
source_sha256 '223c2dd297a6c070d147c0189d32f191279cd264f6b2da7a2663402de9db9900'
|
||||
source_sha256 '1d1aea4dcae1d6b736141c2998416a742b89d7fda9321d60db7ea286db77268d'
|
||||
|
||||
no_compile_needed
|
||||
no_shrink
|
||||
# no_strip # ./usr/local/bin/ollama: 1: ./usr/local/bin/ollama: Syntax error: redirection unexpected (expecting ")")
|
||||
|
||||
def self.preflight
|
||||
MiscFunctions.check_free_disk_space(3435973837)
|
||||
end
|
||||
|
||||
def self.install
|
||||
FileUtils.install 'bin/ollama', "#{CREW_DEST_PREFIX}/bin/ollama", mode: 0o755
|
||||
end
|
||||
|
||||
def self.postinstall
|
||||
ExitMessage.add "\nType 'ollama' to get started.\n"
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user