Skip to content

Commit

Permalink
Update host_llm.py (#490)
Browse files Browse the repository at this point in the history
faild -> failed
  • Loading branch information
yaojin3616 authored Apr 17, 2024
2 parents bc107b4 + e036d7a commit 2e54fa8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ def validate_environment(cls, values: Dict) -> Dict:
values[
'host_base_url'] = f"{values['host_base_url']}/{values['model_name']}/infer"
except Exception:
raise Exception(f'Update Decoupled status faild for model {model}')
raise Exception(f'Update Decoupled status failed for model {model}')

try:
if values['headers']:
Expand Down

0 comments on commit 2e54fa8

Please sign in to comment.