zzkzzk1984
zzkzzk1984
研究了几天,把1.3.1版本兼容IE11-IE9(IE9还有问题)的方法都记录下来了,IE11-IE10应该都没问题,IE9不知道下一步怎么解决了,大家有需要的一起想想办法吧 //1、webpack-dev-server降版本 npm uninsatll webpack-dev-server npm install [email protected] -save-dev //2、安装babel-polyfill npm install babel-polyfill --save 修改webpack.base.config.js entry: { main: ["babel-polyfill","./src/main"],//babel-polyfill可以模拟ES6使用的环境,可以使用ES6的所有新方法 //3、 修改main.js,注释掉国际化 //import '@/locale'; //import VueI18n from 'vue-i18n'; //Vue.use(VueI18n); //4、修改main.js,在空白处加(兼容IE9 transfer-dom.js中...
试了各种写法,参考ocr 的代码也不行,快崩溃了 # filename:your_webservice.py from paddle_serving_server.web_service import WebService import base64 import numpy as np import cv2 # 如果是GPU版本,请使用 from paddle_serving_server.web_service import WebService class MyWebService(WebService): def preprocess(self, feed=[], fetch=[], is_batch=[]): #在这里实现前处理...
微信不支持WebAssembly,请求适配微信的 WXWebAssembly.instantiate
目前看起来,有2个问题,1、一台电脑intel 10400 核显能正常推理,微信开发者工具也正常,不卡死。手机真机这边的话,无论是哪台电脑点真机调试,推理都是不正常的。2、第二个问题就是opencv不要给js的例子,要压缩成br的,因为太大了,无法在真机使用,之前给的lensson3的br文件在本例中会报cv.Matarray 不存在的错误 手机推理不正常:  电脑运行正常: 
### Self Checks - [X] This is only for bug report, if you would like to ask a question, please head to [Discussions](https://github.com/langgenius/dify/discussions/categories/general). - [X] I have searched for existing...
### Describe your problem add rerank model by Xinference 0.11.1  ragflow logs: [INFO] [2024-09-06 16:17:18,658] [_internal._log] [line:96]: 172.22.0.6 - - [06/Sep/2024 16:17:18] "POST /v1/llm/add_llm HTTP/1.1" 200 - xinference logs:...