mirror of
https://github.com/mudler/LocalAI.git
synced 2026-09-25 15:44:56 -04:00
fix(vllm-omni): remove invalid syntax in test.py (#12135)
Signed-off-by: hendrixx-cnc <tjhendrx@icloud.com>
This commit is contained in:
1 file changed
+1
-2
@@ -68,7 +68,7 @@ class TestBackendServicer(unittest.TestCase):
|
||||
width=512,
|
||||
height=512,
|
||||
step=20,
|
||||
seed=42additional_information
|
||||
seed=42
|
||||
)
|
||||
resp = stub.GenerateImage(req)
|
||||
self.assertTrue(resp.success)
|
||||
@@ -77,6 +77,5 @@ class TestBackendServicer(unittest.TestCase):
|
||||
self.fail("GenerateImage service failed")
|
||||
finally:
|
||||
self.tearDown()
|
||||
additional_information
|
||||
if __name__ == "__main__":
|
||||
unittest.main()
|
||||
Reference in new issue
Block a user