Update crates/tabby/src/serve/completions.rs

sweep/improve-logging-information
sweep-ai[bot] 2023-07-27 09:54:36 +00:00 committed by GitHub
parent 67d407779c
commit c69638b60c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -143,6 +143,7 @@ impl CompletionState {
.compute_type(compute_type)
.build()
.unwrap();
debug!("Initializing TextInferenceEngine...");
let engine = TextInferenceEngine::create(options);
Self {
engine,