mirror of
https://github.com/mudler/LocalAI.git
synced 2024-12-21 05:33:09 +00:00
7 lines
79 B
Bash
7 lines
79 B
Bash
|
#!/bin/bash
|
||
|
set -e
|
||
|
|
||
|
source $(dirname $0)/../common/libbackend.sh
|
||
|
|
||
|
runUnittests
|