Spaces:
Build error
Build error
Update services/llama_generator.py
Browse files
services/llama_generator.py
CHANGED
|
@@ -201,4 +201,5 @@ class LlamaGenerator(BaseGenerator):
|
|
| 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
|
|
|
|
|
|
| 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 "
|