mirror of
https://github.com/mudler/LocalAI.git
synced 2026-04-26 04:59:43 -05:00
d5c9c717b5
Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
7 lines
79 B
Bash
Executable File
7 lines
79 B
Bash
Executable File
#!/bin/bash
|
|
set -e
|
|
|
|
source $(dirname $0)/../common/libbackend.sh
|
|
|
|
runUnittests
|