Skip to content

Commit

Permalink
getting rid of neon_utils dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
kirgrim committed Aug 26, 2024
1 parent 7ba19d2 commit 8efc7e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions neon_llm_vllm/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

from neon_llm_vllm.rmq import VllmMQ
from neon_utils.log_utils import init_log
from ovos_utils.log import init_service_logger


def main():
init_log(log_name="vllm")
init_service_logger(service_name="vllm")
# Run RabbitMQ
vllm_mq_service = VllmMQ()
vllm_mq_service.run(run_sync=False,
Expand Down

0 comments on commit 8efc7e2

Please sign in to comment.