Skip to content

Commit

Permalink
fix:typo
Browse files Browse the repository at this point in the history
  • Loading branch information
CuriousDolphin committed Nov 28, 2024
1 parent e35cad5 commit 81cd668
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion focoos/remote_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ def monitor_train(self, update_period=30):
logger.info(f"Model is not training, status: {status['main_status']}")
return

def stop_traing(self):
def stop_training(self):
res = self.http_client.delete(f"models/{self.model_ref}/train")
if res.status_code != 200:
logger.error(f"Failed to get stop training: {res.status_code} {res.text}")
Expand Down

0 comments on commit 81cd668

Please sign in to comment.