mirror of
https://github.com/mudler/LocalAI
synced 2026-05-24 09:28:23 +00:00
utils: fail immediately on extraction errors Setting ContinueOnError to false ensures that ExtractArchive does not leave the model or backend directory in an inconsistent state if a partial failure occurs. This improves robustness against malformed archives or unexpected I/O issues during installation. Signed-off-by: RinZ27 <222222878+RinZ27@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| base64.go | ||
| base64_test.go | ||
| ffmpeg.go | ||
| ffmpeg_test.go | ||
| hash.go | ||
| json.go | ||
| logging.go | ||
| path.go | ||
| strings.go | ||
| untar.go | ||
| untar_test.go | ||
| urlfetch.go | ||
| urlfetch_test.go | ||
| utils_suite_test.go | ||