mirror of
https://github.com/mudler/LocalAI.git
synced 2025-05-20 18:45:00 +00:00
6 lines
79 B
Bash
Executable file
6 lines
79 B
Bash
Executable file
#!/bin/bash
|
|
set -e
|
|
|
|
source $(dirname $0)/../common/libbackend.sh
|
|
|
|
runUnittests
|