[Feature] Update Bailing (#1567)

* [Feature] 1. Update CoreBench Base\n 2. Fix lint issue in BalingAPI

* Update

* Update

* Update
This commit is contained in:
Songyang Zhang 2024-09-26 18:56:17 +08:00 committed by GitHub
parent a7bacfdf7e
commit 7d50294117
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -211,7 +211,7 @@ class BailingAPI(BaseAPIModel):
raise e
return response
@retry(stop_max_attempt_number=3, wait_fixed=16000) # ms
# @retry(stop_max_attempt_number=3, wait_fixed=16000) # ms
def _infer_result(self, request, sess):
response = sess.request(
'POST',