Update services/llama_generator.py
Browse files
services/llama_generator.py
CHANGED
|
@@ -199,7 +199,7 @@ class LlamaGenerator(BaseGenerator):
|
|
| 199 |
|
| 200 |
|
| 201 |
|
| 202 |
-
def check_health(self)
|
| 203 |
"""Check the health status of the generator."""
|
| 204 |
#return self.health_check.check_system_resources() # TODO add model status
|
| 205 |
return "All good? - Check not omplemented "
|
|
|
|
| 199 |
|
| 200 |
|
| 201 |
|
| 202 |
+
def check_health(self) : #-> HealthStatus:
|
| 203 |
"""Check the health status of the generator."""
|
| 204 |
#return self.health_check.check_system_resources() # TODO add model status
|
| 205 |
return "All good? - Check not omplemented "
|