上一页 1 2 3 4 5 6 7 ··· 32 下一页
摘要: linux中ls卡死的问题 linux操作部分目录出现ls 卡死的情况 产生原因 该文件夹中有一个服务挂载在该文件夹某一目录下,因突然关机等异常情况导致该服务无限制等待,机器重启后也不能正常连接 解决办法: #查看与该文件夹相应的服务挂载情况 mount -l #找到挂载的目录,取消挂载文件夹 su 阅读全文
posted @ 2024-03-18 11:16 michaelchengjl 阅读(105) 评论(0) 推荐(0) 编辑
摘要: LangChain 框架介绍及入门指南 https://github.com/langchain-ai/langchain https://zhuanlan.zhihu.com/p/620529542 http://shiyanjun.cn/archives/2613.html https://py 阅读全文
posted @ 2024-02-20 18:50 michaelchengjl 阅读(72) 评论(0) 推荐(0) 编辑
摘要: PyTorch 使用 TensorBoard 实现可视化 http://shiyanjun.cn/archives/2328.html 阅读全文
posted @ 2024-02-20 17:42 michaelchengjl 阅读(6) 评论(0) 推荐(0) 编辑
摘要: Python | json文件和jsonl文件 JSON 文件是使用 JSON(JavaScript Object Notation)格式存储数据的文件。它是一种结构化的文本格式,使用键值对的方式表示数据。 JSON 文件通常包含一个根对象,可以包含多个嵌套的对象、数组和基本数据类型。 而 JSON 阅读全文
posted @ 2024-02-01 15:39 michaelchengjl 阅读(1816) 评论(0) 推荐(0) 编辑
摘要: 快速生成 AI 应用的框架对比:Gradio、Streamlit 和 Dash https://zhuanlan.zhihu.com/p/611828558 https://blog.csdn.net/sinat_26917383/article/details/127949670 阅读全文
posted @ 2023-12-28 12:18 michaelchengjl 阅读(437) 评论(0) 推荐(0) 编辑
摘要: 不同解码策略 https://www.cnblogs.com/miners/p/14950681.html https://blog.csdn.net/taoqick/article/details/123897960 https://zhuanlan.zhihu.com/p/442557114 阅读全文
posted @ 2023-11-22 16:02 michaelchengjl 阅读(8) 评论(0) 推荐(0) 编辑
摘要: huggingface下载的.arrow数据集读取与使用说明 from datasets import load_from_disk from datasets import load_dataset dataset_cnn = load_dataset("ccdv/cnn_dailymail", 阅读全文
posted @ 2023-11-21 16:58 michaelchengjl 阅读(684) 评论(0) 推荐(0) 编辑
摘要: NLP QA数据集 数据文档 背景描述 CNN/Daily Mail(简称CNN/DM)作为单文本摘要语料库,每篇摘要包含多个摘要句。数据集最初是从美国有限新闻网(CNN)和每日邮报网(Daily Mail)收集的约100万条新闻数据作为机器阅读理解语料库。后来进行简单改动,形成用于单文本生成式摘要 阅读全文
posted @ 2023-11-21 11:08 michaelchengjl 阅读(73) 评论(0) 推荐(0) 编辑
摘要: 大模型部署加速 https://zhuanlan.zhihu.com/p/659571962 https://github.com/internlm/lmdeploy https://github.com/InternLM/lmdeploy/blob/main/docs/zh_cn/kv_int8. 阅读全文
posted @ 2023-11-03 15:41 michaelchengjl 阅读(97) 评论(0) 推荐(0) 编辑
摘要: vLLM 部署大模型 https://github.com/vllm-project/vllm/tree/v0.2.0 https://vllm.readthedocs.io/en/latest/getting_started/installation.html https://vllm.readt 阅读全文
posted @ 2023-11-03 15:30 michaelchengjl 阅读(842) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 ··· 32 下一页