Loading

摘要: 机器学习: https://blog.csdn.net/weixin_44789022/article/details/137631634 https://docs.pingcode.com/ask/ask-ask/189158.html 阅读全文
posted @ 2024-06-20 11:13 踩坑大王 阅读(8) 评论(0) 推荐(0) 编辑
摘要: 一台服务器开了代理后,python requests请求最简单的百度网站都要很久 解决方法: import socket import urllib3 def allowed_gai_family(): return socket.AF_INET urllib3.util.connection.al 阅读全文
posted @ 2024-12-05 22:07 踩坑大王 阅读(12) 评论(0) 推荐(0) 编辑
摘要: 部署了一个funasr的中文音频非实时识别的服务接口,出现以下几种情况: 多次请求时接口未响应 音频文件135(1h)时响应很慢 用135M的音频文件请求接口,要一分钟后接口才收到请求 测试用例如下: 1. 单例 asr_example(1 min/2M) 山路.mp3(1.34h/135M) im 阅读全文
posted @ 2024-12-05 21:50 踩坑大王 阅读(11) 评论(0) 推荐(0) 编辑
摘要: https://github.com/microsoft/TinyTroupe 阅读全文
posted @ 2024-11-27 09:38 踩坑大王 阅读(6) 评论(0) 推荐(0) 编辑
摘要: 目录Docling环境安装测试Marker环境安装测试docling、marker对比总结OmniAI开源的zeroxMinerU Docling https://github.com/DS4SD/docling 环境安装 直接使用文档中的 pip install docling 无法使用,因为to 阅读全文
posted @ 2024-11-26 15:05 踩坑大王 阅读(75) 评论(0) 推荐(0) 编辑
摘要: yum install Xvfb 启动 Xvfb :1 -screen 0 1024x768x24 设置环境变量 export DISPLAY=:1 http://www.360doc.com/content/17/0711/21/44420101_670641454.shtml 阅读全文
posted @ 2024-11-26 14:38 踩坑大王 阅读(35) 评论(0) 推荐(0) 编辑
摘要: 由于centos7 停止维护,在安装google浏览器就因为版本和下载源的问题走了不少弯路,踩了一些坑。 原操作: sudo wget https://dl.google.com/linux/direct/google-chrome-stable_current_x86_64.rpm yum ins 阅读全文
posted @ 2024-11-25 19:04 踩坑大王 阅读(25) 评论(0) 推荐(0) 编辑
摘要: nohup: ignoring input /data/develop/hjy/LLaMA-Factory/.venv/lib/python3.10/site-packages/gradio/components/chatbot.py:222: UserWarning: You have not s 阅读全文
posted @ 2024-11-25 16:22 踩坑大王 阅读(19) 评论(0) 推荐(0) 编辑
摘要: 待补充 阅读全文
posted @ 2024-11-25 16:21 踩坑大王 阅读(9) 评论(0) 推荐(0) 编辑
摘要: version: '3' services: moonlit-vllm-qwen-hotvideo: image: vllm/vllm-openai:v0.6.2 container_name: hitvideos_api restart: always command: [ "--served-m 阅读全文
posted @ 2024-11-18 10:35 踩坑大王 阅读(22) 评论(0) 推荐(0) 编辑
摘要: 入口 阅读全文
posted @ 2024-11-09 01:21 踩坑大王 阅读(14) 评论(0) 推荐(0) 编辑
摘要: https://item.jd.com/100036218692.html 以这个商品链接为例,分析详情图接口 抓包拿到接口 入参 出参 构建代码 headers = { 'cookie':"", 'accept': 'application/json, text/javascript, */*; 阅读全文
posted @ 2024-11-09 01:20 踩坑大王 阅读(34) 评论(0) 推荐(0) 编辑
摘要: 解决方案 https://wiki.bafangwy.com/doc/719/ 安装chrome(https://www.cnblogs.com/zxqblogrecord/p/13171516.html)时出现以下问题: failure: repodata/repomd.xml from cent 阅读全文
posted @ 2024-11-08 19:10 踩坑大王 阅读(10) 评论(0) 推荐(0) 编辑
摘要: git rm --cached -r .;git reset --hard;git rm .gitattributes;git reset .;git checkout . 参考:https://blog.csdn.net/fengyun089/article/details/129091023 阅读全文
posted @ 2024-11-02 22:04 踩坑大王 阅读(10) 评论(0) 推荐(0) 编辑
摘要: 在项目里使用requests去请求接口出现一串二进制 如: 测试时却显示正常,使用的是另一个项目的虚拟环境(python 3.11.5) 切换到本项目中,使用本项目虚拟环境仍然乱码(python3.11.5) 在本项目中尝试切换到3.10,创建一个新的虚拟环境,并保留comment.py脚本只需要的 阅读全文
posted @ 2024-11-01 01:36 踩坑大王 阅读(5) 评论(0) 推荐(0) 编辑
摘要: 'Bd-Ticket-Guard-Client-Data':'eyJ0c19zaWduIjoidHMuMS43ODhkMTE1OTUwMTM1NDVhNjg5M2I0OGU3NTQ2NDk5NjZjNTMyYzBhZmMxMjRjMTUwNGQ1OTVjNDJiOWI1ZDk0YzRmYmU4N2Q 阅读全文
posted @ 2024-10-26 19:42 踩坑大王 阅读(90) 评论(0) 推荐(0) 编辑