TabbyML / tabby

Self-hosted AI coding assistant
https://tabby.tabbyml.com/
Other
21.33k stars 959 forks source link

Tabby scheduler no longer working with this last release #2364

Closed ainub closed 3 months ago

ainub commented 3 months ago

]# tabby scheduler --now WARN tabby_scheduler: crates/tabby-scheduler/src/lib.rs:65: No embedding configuration found, skipping scheduler...

wsxiaoys commented 3 months ago

The default logic for embedding should be implemented for schedule as well:

https://github.com/TabbyML/tabby/blob/beb7d90ee13eca4bd33d7021e28cfc4b3b459bd1/crates/tabby/src/serve.rs#L401