Loading

上一页 1 2 3 4 5 6 7 8 ··· 11 下一页
摘要: 概念 Transformer RAG Function Call Agent 模型预训练 ChatGLM LLama pytorch fasttext LSTM 文本挖掘 关系抽取 pipline joint NER NLP 模型压缩 模型量化 模型蒸馏 模型微调 知识图谱 JS逆向 阅读全文
posted @ 2024-12-26 14:38 踩坑大王的日记 阅读(60) 评论(0) 推荐(0)
摘要: 问题场景:上传文件 调用上传文件接口,异步任务解析文件,解析中需要执行python代码,此时会出现阻塞 启动celery命令 celery -A app.celery worker -P gevent -c 1 --loglevel INFO -Q nltable 代码: import loggin 阅读全文
posted @ 2024-12-26 11:11 踩坑大王的日记 阅读(76) 评论(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 踩坑大王的日记 阅读(163) 评论(0) 推荐(0)
摘要: 部署了一个funasr的中文音频非实时识别的服务接口,出现以下几种情况: 多次请求时接口未响应 音频文件135(1h)时响应很慢 用135M的音频文件请求接口,要一分钟后接口才收到请求 测试用例如下: 1. 单例 asr_example(1 min/2M) 山路.mp3(1.34h/135M) im 阅读全文
posted @ 2024-12-05 21:50 踩坑大王的日记 阅读(735) 评论(0) 推荐(0)
摘要: https://github.com/microsoft/TinyTroupe 阅读全文
posted @ 2024-11-27 09:38 踩坑大王的日记 阅读(62) 评论(0) 推荐(0)
摘要: 目录Docling环境安装测试Marker环境安装测试docling、marker对比总结OmniAI开源的zeroxMinerU Docling https://github.com/DS4SD/docling 环境安装 直接使用文档中的 pip install docling 无法使用,因为to 阅读全文
posted @ 2024-11-26 15:05 踩坑大王的日记 阅读(2546) 评论(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 踩坑大王的日记 阅读(210) 评论(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 踩坑大王的日记 阅读(556) 评论(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 踩坑大王的日记 阅读(184) 评论(0) 推荐(0)
摘要: 待补充 阅读全文
posted @ 2024-11-25 16:21 踩坑大王的日记 阅读(188) 评论(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 踩坑大王的日记 阅读(734) 评论(0) 推荐(0)
摘要: 入口 阅读全文
posted @ 2024-11-09 01:21 踩坑大王的日记 阅读(69) 评论(0) 推荐(0)
摘要: https://item.jd.com/100036218692.html 以这个商品链接为例,分析详情图接口 抓包拿到接口 入参 出参 构建代码 headers = { 'cookie':"", 'accept': 'application/json, text/javascript, */*; 阅读全文
posted @ 2024-11-09 01:20 踩坑大王的日记 阅读(642) 评论(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 踩坑大王的日记 阅读(241) 评论(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 踩坑大王的日记 阅读(128) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 ··· 11 下一页