Luo Peng
Luo Peng
@zhaoyiyong 作为一种备选方案,可以将 RocketQA 模型转换成 Paddle 推理模型(参考 #73),然后就能实现 [多线程并发推理](https://www.paddlepaddle.org.cn/inference/master/guides/performance_tuning/multi_thread.html)。
Hi @derhuerst, sorry for the late reply. I don't know if this https://github.com/RussellLuo/caddy-ext/issues/4#issuecomment-960455865 is helpful for you?
Hi @zakabluk, has the problem been resolved? At first glance, I guess `"*.site.dom"` does not match https://site.dom, right?
Hi @Gymnae, is there anything this plugin can help you?
@rmmanseau Currently, `layer4` has no support for any matchers. I'll try to add support for it if I have some spare time. Meanwhile, feel free to submit a PR if...
Hi @zxiest, has the problem been resolved? (This problem seems weird, and I cannot reproduce it with the above Caddyfile.)
Just encountered the same issue! Based on the answer from @brett-james-rocketlab (thanks 🙏), I got it to work with the following command: ```bash docker run -d --name=filebrowser \ -v /path/to/root:/srv...
Hi @lotusxhao, I'm not familiar with "Inerhit Zoom". Maybe exploring the features [PyPDF2](https://github.com/mstamy2/PyPDF2) provides is the way to go? There is a related issue https://github.com/mstamy2/PyPDF2/issues/534.
It might be helpful to change the comment to something like: ``` - model: Name of the model (e.g. `text-davinci-003`) This is used to determine the context length, whether it's...
我也遇到了相同的问题,按照上面的方法配了半天还是没解决 :sob: 希望 [快速上手](http://okoala.github.io/vue-antd/#!/docs/getting-started) 可以写得更详细些,不然我这种前端小白真的很难快速上手。