lm-sys / RouteLLM

A framework for serving and evaluating LLM routers - save LLM costs without compromising quality!
Apache License 2.0
2.78k stars 204 forks source link

Module controller missing - Linux & MAC #15

Closed RahulMR42 closed 1 month ago

RahulMR42 commented 1 month ago

Hi Team , Thanks alot for the lib.Unfortunatly we couldn't use it with Linux and Mac Version routellm==0.1.0 Error `

from routellm.controller import Controller Traceback (most recent call last): File "", line 1, in ModuleNotFoundError: No module named 'routellm.controller'

`

iojw commented 1 month ago

Hi there! Sorry about this, I've just fixed this.

Please try redownloading the latest version from PyPI.

pip install "routellm[serve]==0.2.0"
RahulMR42 commented 1 month ago

Looks good now ,thank you.