Chris4K commited on
Commit
cbf16f4
·
verified ·
1 Parent(s): 155e7ab

Update services/llama_generator.py

Browse files
Files changed (1) hide show
  1. services/llama_generator.py +2 -1
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 "