mirror of
https://github.com/mudler/LocalAI.git
synced 2025-05-28 22:44:59 +00:00
feat(aio): add tests, update model definitions (#1880)
This commit is contained in:
parent
3bec467a91
commit
4b1ee0c170
16 changed files with 461 additions and 40 deletions
|
@ -88,8 +88,8 @@ function check_vars() {
|
|||
detect_gpu
|
||||
detect_gpu_size
|
||||
|
||||
SIZE=${SIZE:-$GPU_SIZE} # default to cpu
|
||||
MODELS=${MODELS:-/aio/${SIZE}/embeddings.yaml,/aio/${SIZE}/text-to-speech.yaml,/aio/${SIZE}/image-gen.yaml,/aio/${SIZE}/text-to-text.yaml,/aio/${SIZE}/speech-to-text.yaml,/aio/${SIZE}/vision.yaml}
|
||||
SIZE="${SIZE:-$GPU_SIZE}" # default to cpu
|
||||
export MODELS="${MODELS:-/aio/${SIZE}/embeddings.yaml,/aio/${SIZE}/text-to-speech.yaml,/aio/${SIZE}/image-gen.yaml,/aio/${SIZE}/text-to-text.yaml,/aio/${SIZE}/speech-to-text.yaml,/aio/${SIZE}/vision.yaml}"
|
||||
|
||||
check_vars
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue