sisuer
sisuer
2023.09.09,微信支付官方更新了API列表,支持查询用户投诉及处理并回复。 详见官方文档: https://pay.weixin.qq.com/docs/merchant/products/consumer-complaint/apilist.html 补充一个微信官方提供了微信支付 APIv3 的go SDK https://github.com/wechatpay-apiv3/wechatpay-go
问题描述: 可以通过localhost:9997加载出web ui,但是在注册本地模型或者加载内置模型(包括LLM和embedding),下载完成后运行时都会报这个错 `RuntimeError: [address=0.0.0.0:36297, pid=1139] Failed to import transformers.generation.utils because of the following error (look up to see its traceback): /usr/local/lib/python3.8/dist-packages/transformer_engine_extensions.cpython-38-x86_64-linux-gnu.so: undefined symbol: _ZN3c106detail23torchInternalAssertFailEPKcS2_jS2_RKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE` 另外xinference-local这个命令提示不存在。 