ijustkeepmoving

Results 4 issues of ijustkeepmoving

logs: hisper_model_load: loading model whisper_model_load: n_vocab = 51865 whisper_model_load: n_audio_ctx = 1500 whisper_model_load: n_audio_state = 1024 whisper_model_load: n_audio_head = 16 whisper_model_load: n_audio_layer = 24 whisper_model_load: n_text_ctx = 448 whisper_model_load: n_text_state...

Thank you for sharing, hope to keep updating. Thank you

hi! i send requests with AsyncSession(max_clients=2000,timeout=50) mostly ,it runs correctly like this: Failed to perform, curl: (28) Operation timed out after 50010 milliseconds with 0 bytes received. See https://curl.se/libcurl/c/libcurl-errors.html first...

question

通过AsyncSession发送一次请求之后,一直闲置,不知道这个连接会保持多久,我好像没有看到参数可以调整这个值, 麻烦大佬指点一下。 我的目的就是想尽量保活连接,下一次发送(不太确定间隔)能尽量的不再次TCP,TLS握手。现在暂时只能间隔一会发一个请求来间接实现保活。

enhancement
question