LocalAI / pkg /model /model_suite_test.go
AbdulElahGwaith's picture
Upload folder using huggingface_hub
0f07ba7 verified
package model_test
import (
"testing"
. "github.com/onsi/ginkgo/v2"
. "github.com/onsi/gomega"
)
func TestModel(t *testing.T) {
RegisterFailHandler(Fail)
RunSpecs(t, "LocalAI model test")
}