You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
self.CONCURRENT_CALLS=10# 100 leads to hitting Anthropic rate limits
121
127
122
128
self._tokenizer=encode
123
129
self.pairwise_tokenization=False
@@ -229,7 +235,7 @@ def __call_api_parallel(
229
235
f"Length of prompts, return_logitss, max_new_tokenss, num_sampless, stop_sequences, system_prompts should be the same but are {len(prompts)}, {len(return_logitss)}, {len(max_new_tokenss)}, {len(num_sampless)}, {len(stop_sequencess)}"
0 commit comments