zzkzzk1984

Results 6 issues of 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中...

helpful

试了各种写法,参考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=[]): #在这里实现前处理...

question

微信不支持WebAssembly,请求适配微信的 WXWebAssembly.instantiate

目前看起来,有2个问题,1、一台电脑intel 10400 核显能正常推理,微信开发者工具也正常,不卡死。手机真机这边的话,无论是哪台电脑点真机调试,推理都是不正常的。2、第二个问题就是opencv不要给js的例子,要压缩成br的,因为太大了,无法在真机使用,之前给的lensson3的br文件在本例中会报cv.Matarray 不存在的错误 手机推理不正常: ![9ab6874fca32eda5445bd9b9c9a695d](https://user-images.githubusercontent.com/23081513/158121156-cc0eebfa-b151-46bb-a8f6-a6e11fdbcc03.png) 电脑运行正常: ![46fcd14f528bfe07b36a58d45db7ba8](https://user-images.githubusercontent.com/23081513/158121190-65a84cca-d3f2-4708-8ffc-c3aac2e07f1b.jpg)

bug

### 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...

🐞 bug

### Describe your problem add rerank model by Xinference 0.11.1 ![image](https://github.com/user-attachments/assets/fc6d2c00-5183-4f8d-8a3a-f279e2086724) 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:...

question