"git@developer.sourcefind.cn:modelzoo/alphafold2_jax.git" did not exist on "0bab1bf84d9d887aba5cfb6d09af1e8c3ecbc408"
- 05 Jul, 2024 7 commits
-
-
Jeffrey Morgan authored
-
Jeffrey Morgan authored
-
Jeffrey Morgan authored
* Use common prefix to select slot * actually report `longest`
-
Daniel Hiltgen authored
Prevent loading models larger than total memory
-
Jeffrey Morgan authored
* Fix assert on small embedding inputs * Update llm/patches/09-pooling.diff
-
Daniel Hiltgen authored
Document older win10 terminal problems
-
Daniel Hiltgen authored
Fix clip model loading with unicode paths
-
- 04 Jul, 2024 2 commits
-
-
Daniel Hiltgen authored
We haven't found a workaround, so for now recommend updating.
-
Jeffrey Morgan authored
-
- 03 Jul, 2024 11 commits
-
-
Anatoli Babenia authored
* Co-authored-by: Anatoli Babenia <anatoli@rainforce.org> Co-authored-by:Maas Lalani <maas@lalani.dev>
-
Daniel Hiltgen authored
Only set default keep_alive on initial model load
-
Daniel Hiltgen authored
This change fixes the handling of keep_alive so that if client request omits the setting, we only set this on initial load. Once the model is loaded, if new requests leave this unset, we'll keep whatever keep_alive was there.
-
Daniel Hiltgen authored
Users may not realize the siny new model they're trying to load fits on their disk, but can't load into system+GPU memory. Today we crash, but with this fix, we'll give them a better error message before even trying to load it.
-
Daniel Hiltgen authored
Fix use_mmap for modefiles
-
royjhan authored
* openai compatibility * Revert "openai compatibility" This reverts commit d3f98a811e00fc497d889c8c45b0cfec5b64690c. * remove erroneous subtraction of prompt cache
-
Daniel Hiltgen authored
Fix corner cases on tmp cleaner on mac
-
Daniel Hiltgen authored
Better nvidia GPU discovery logging
-
Daniel Hiltgen authored
When ollama is running a long time, tmp cleaners can remove the runners. This tightens up a few corner cases on arm macs where we failed with "server cpu not listed in available servers map[]"
-
Daniel Hiltgen authored
On windows, if the model dir contained unicode characters clip models would fail to load. This fixes the file name handling in clip.cpp to support utf16 on windows.
-
Daniel Hiltgen authored
Refine the way we log GPU discovery to improve the non-debug output, and report more actionable log messages when possible to help users troubleshoot on their own.
-
- 02 Jul, 2024 12 commits
-
-
Michael Yang authored
use model template by default
-
Michael Yang authored
-
royjhan authored
* OpenAI v1 models * Refactor Writers * Add Test Co-Authored-By: Attila Kerekes * Credit Co-Author Co-Authored-By:
Attila Kerekes <439392+keriati@users.noreply.github.com> * Empty List Testing * Use Namespace for Ownedby * Update Test * Add back envconfig * v1/models docs * Use ModelName Parser * Test Names * Remove Docs * Clean Up * Test name Co-authored-by:
Jeffrey Morgan <jmorganca@gmail.com> * Add Middleware for Chat and List * Completions Endpoint * Testing Cleanup * Test with Fatal * Add functionality to chat test * Rename function * float types * type cleanup * cleaning * more cleaning * Extra test cases * merge conflicts * merge conflicts * merge conflicts * merge conflicts * cleaning * cleaning --------- Co-authored-by:
Attila Kerekes <439392+keriati@users.noreply.github.com> Co-authored-by:
Jeffrey Morgan <jmorganca@gmail.com>
-
Michael Yang authored
add model capabilities
-
Michael Yang authored
err on insecure path
-
Daniel Hiltgen authored
Add windows radeon concurrency note
-
Daniel Hiltgen authored
-
royjhan authored
* OpenAI v1 models * Refactor Writers * Add Test Co-Authored-By: Attila Kerekes * Credit Co-Author Co-Authored-By:
Attila Kerekes <439392+keriati@users.noreply.github.com> * Empty List Testing * Use Namespace for Ownedby * Update Test * Add back envconfig * v1/models docs * Use ModelName Parser * Test Names * Remove Docs * Clean Up * Test name Co-authored-by:
Jeffrey Morgan <jmorganca@gmail.com> * Add Middleware for Chat and List * Testing Cleanup * Test with Fatal * Add functionality to chat test * OpenAI: /v1/models/{model} compatibility (#5028) * Retrieve Model * OpenAI Delete Model * Retrieve Middleware * Remove Delete from Branch * Update Test * Middleware Test File * Function name * Cleanup * Test Update * Test Update --------- Co-authored-by:
Attila Kerekes <439392+keriati@users.noreply.github.com> Co-authored-by: Jeffrey Morgan <jmorgan...
-
Daniel Hiltgen authored
Switch ARM64 container image base to rocky 8
-
Daniel Hiltgen authored
The centos 7 arm mirrors have disappeared due to the EOL 2 days ago, and the vault sed workaround which works for x86 doesn't work for arm.
-
Daniel Hiltgen authored
Centos 7 EOL broke mirrors
-
Daniel Hiltgen authored
As of July 1st 2024: Could not resolve host: mirrorlist.centos.org This is expected due to EOL dates.
-
- 01 Jul, 2024 8 commits
-
-
Josh authored
fix: trim spaces for FROM argument, don't trim inside of quotes
-
Josh authored
fix: add unsupported architecture message for linux/windows
-
Josh Yan authored
-
Michael Yang authored
-
Josh Yan authored
-
Michael Yang authored
-
Michael Yang authored
-
Michael Yang authored
-