- 29 Jul, 2024 9 commits
-
-
Daniel Hiltgen authored
Report better error on cuda unsupported os/arch
-
royjhan authored
* hot fix * backend stream support * clean up * finish reason * move to openai
-
Daniel Hiltgen authored
Explain font problems on windows 10
-
Jeffrey Morgan authored
-
Jeffrey Morgan authored
-
Ikko Eltociear Ashimine authored
HuggingFace -> Hugging Face
-
Michael Yang authored
fix: model save
-
Veit Heller authored
-
Jeffrey Morgan authored
-
- 28 Jul, 2024 1 commit
-
-
Michael authored
-
- 27 Jul, 2024 1 commit
-
-
Tibor Schmidt authored
-
- 26 Jul, 2024 9 commits
-
-
Jeffrey Morgan authored
-
Daniel Hiltgen authored
Enable windows error dialog for subprocess
-
Michael Yang authored
fix nil deref in auth.go
-
Blake Mizerany authored
This fixes various data races scattered throughout the download/pull client where the client was accessing the download state concurrently. This commit is mostly a hot-fix and will be replaced by a new client one day soon. Also, remove the unnecessary opts argument from downloadChunk.
-
Michael Yang authored
-
Michael Yang authored
autodetect stop parameters from template
-
Michael Yang authored
stop parameter is saved as a slice which is incompatible with modelfile parsing
-
Jeffrey Morgan authored
-
Jeffrey Morgan authored
-
- 25 Jul, 2024 7 commits
-
-
Michael Yang authored
docs
-
Michael Yang authored
Co-authored-by:Jeffrey Morgan <jmorganca@gmail.com>
-
Blake Mizerany authored
This changes the registry client to reuse the original download URL it gets on the first redirect response for all subsequent requests, preventing thundering herd issues when hot new LLMs are released.
-
Jeffrey Morgan authored
-
royjhan authored
-
Jeffrey Morgan authored
This reverts commit bb46bbcf.
-
Daniel Hiltgen authored
If we detect an NVIDIA GPU, but nvidia doesn't support the os/arch, this will report a better error for the user and point them to docs to self-install the drivers if possible.
-
- 24 Jul, 2024 3 commits
-
-
Daniel Hiltgen authored
-
Michael Yang authored
-
royjhan authored
* float cmp * increase tolerance
-
- 23 Jul, 2024 1 commit
-
-
Ajay Chintala authored
-
- 22 Jul, 2024 9 commits
-
-
Daniel Hiltgen authored
Bump Go patch version
-
Daniel Hiltgen authored
bump go version to 1.22.5 to fix security vulnerabilities in docker
-
Daniel Hiltgen authored
-
Josh authored
-
Daniel Hiltgen authored
Make sure if something goes wrong spawning the process, the user gets enough info to be able to try to self correct, or at least file a bug with details so we can fix it. Once the process starts, we immediately change back to the recommended setting to prevent the blocking dialog. This ensures if the model fails to load (OOM, unsupported model type, etc.) the process will exit quickly and we can scan the stdout/stderr of the subprocess for the reason to report via API.
-
Michael Yang authored
-
Michael Yang authored
-
royjhan authored
-
Jeffrey Morgan authored
-