Update crates/tabby/src/serve/completions.rs
parent
67d407779c
commit
c69638b60c
|
|
@ -143,6 +143,7 @@ impl CompletionState {
|
||||||
.compute_type(compute_type)
|
.compute_type(compute_type)
|
||||||
.build()
|
.build()
|
||||||
.unwrap();
|
.unwrap();
|
||||||
|
debug!("Initializing TextInferenceEngine...");
|
||||||
let engine = TextInferenceEngine::create(options);
|
let engine = TextInferenceEngine::create(options);
|
||||||
Self {
|
Self {
|
||||||
engine,
|
engine,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue