ci : fix and re-enable tests

pull/72/head
Georgi Gerganov 2 years ago
parent 5698b51718
commit 80aefc9514
No known key found for this signature in database
GPG Key ID: 449E073F9DC10735

@ -171,8 +171,8 @@ if (WHISPER_STANDALONE)
endif ()
# TODO: temporary disabled
#if (WHISPER_BUILD_TESTS)
# enable_testing()
# add_subdirectory(tests)
#endif ()
if (WHISPER_BUILD_TESTS)
enable_testing()
add_subdirectory(tests)
endif ()
endif ()

@ -2477,6 +2477,12 @@ int whisper_full(
}
break;
}
// TESTS: if no tensors are loaded, it means we are running tests
if (ctx->model.tensors.size()) {
seek_delta = 100*WHISPER_CHUNK_SIZE;
break;
}
}
if (done) {

Loading…
Cancel
Save