- 05 Dec, 2023 6 commits
-
-
Michael Yang authored
-
Michael Yang authored
-
Michael Yang authored
-
Michael Yang authored
previous layer creation was not ideal because: 1. it required reading the input file multiple times, once to calculate the sha256 checksum, another to write it to disk, and potentially one more to decode the underlying gguf 2. used io.ReadSeeker which is prone to user error. if the file isn't reset correctly or in the right place, it could end up reading an empty file there are also some brittleness when reading existing layers else writing the inherited layers will error reading an already closed file this commit aims to fix these issues by restructuring layer creation. 1. it will now write the layer to a temporary file as well as the hash function and move it to the final location on Commit 2. layers are read once once when copied to the destination. exception is raw model files which still requires a second read to decode the model metadata
-
Michael Yang authored
-
Patrick Devine authored
-
- 04 Dec, 2023 4 commits
-
-
Bruce MacDonald authored
- update chat docs - add messages chat endpoint - remove deprecated context and template generate parameters from docs - context and template are still supported for the time being and will continue to work as expected - add partial response to chat history
-
Michael Yang authored
install: fix rocky kernel packages
-
Patrick Devine authored
-
Michael Yang authored
-
- 03 Dec, 2023 2 commits
-
-
ruecat authored
* Add "ollama-telegram" to Extensions & Plugins * Update README.md
-
Jeffrey Morgan authored
-
- 02 Dec, 2023 2 commits
-
-
Michael Yang authored
handle ctrl+z
-
Michael Yang authored
-
- 01 Dec, 2023 4 commits
-
-
Michael Yang authored
Fix adapter loading from SHA hash
-
Joshua Pham authored
-
Patrick Devine authored
-
Michael Yang authored
* docker: set PATH, LD_LIBRARY_PATH, and capabilities * example: update k8s gpu manifest
-
- 30 Nov, 2023 6 commits
-
-
Michael Yang authored
revert checksum calculation to calculate-as-you-go
-
Jeffrey Morgan authored
-
James Radtke authored
-
Bruce MacDonald authored
-
Michael Yang authored
-
Michael Yang authored
-
- 29 Nov, 2023 9 commits
-
-
Michael Yang authored
-
Michael Yang authored
-
Alec Hammond authored
* Add OllamaEmbeddings to python LangChain example * typo --------- Co-authored-by:Alec Hammond <alechammond@fb.com>
-
Bruce MacDonald authored
-
jeremiahbuckley authored
Co-authored-by:Cloud User <azureuser@testgpu2.hqzwom21okjenksna4y3c4ymjd.phxx.internal.cloudapp.net>
-
Timothy Jaeryang Baek authored
Co-authored-by: rootedbox
-
Patrick Devine authored
-
ToasterUwU authored
-
Michael authored
add new recent models as examples
-
- 28 Nov, 2023 3 commits
-
-
Michael Yang authored
progress: fix bar rate
-
Michael Yang authored
-
ftorto authored
Fix a typo in the CA update command
-
- 27 Nov, 2023 3 commits
-
-
Jason Jacobs authored
-
Bruce MacDonald authored
* add remote create to python example client
-
Kasumi authored
-
- 26 Nov, 2023 1 commit
-
-
Jeffrey Morgan authored
-