mirror of
https://github.com/mudler/LocalAI.git
synced 2025-05-20 18:45:00 +00:00
chore(vllm): do not install from source (#3745)
chore(vllm): do not install from source by default Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
This commit is contained in:
parent
fbca9f82fd
commit
d19bea4af2
2 changed files with 4 additions and 2 deletions
|
@ -19,7 +19,7 @@ class TestBackendServicer(unittest.TestCase):
|
|||
This method sets up the gRPC service by starting the server
|
||||
"""
|
||||
self.service = subprocess.Popen(["python3", "backend.py", "--addr", "localhost:50051"])
|
||||
time.sleep(10)
|
||||
time.sleep(30)
|
||||
|
||||
def tearDown(self) -> None:
|
||||
"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue