Open shmily91 opened 8 months ago
回复较晚,见谅。
examples/server
应当可以提供一个OpenAI API的兼容层,如果你遇到特定的问题,欢迎提供反馈。Sorry for the late reply.
examples/server
should be able to provide an OpenAI API compatibility layer. If you encounter specific issues, we welcome your feedback.examples/batched
. For different prompts, the --cont-batching
option in examples/server
might be of help, but it is not recommended due to significant errors observed in testing. We have recently optimized operations for batch sizes greater than 1, reverting to dense computation for very high batch sizes. We expect the speed to be at least as fast as dense models under various conditions.
1、是否有计划兼容openai API风格的计划? 2、能否并发处理或者是否有兼容并发处理的计划? 3、训练适配的mistral-7b模型需要多长时间?个人训练适配的模型难度和成本大吗? 4、是否有扩大该推理框架生态的计划?