mirror of
https://github.com/mudler/LocalAI.git
synced 2026-01-01 10:59:25 -05:00
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
|