上一页 1 2 3 4 5 6 ··· 41 下一页
摘要: huggingface_hub.errors.HFValidationError: Repo id must be in the form 'repo_name' or 'namespace/repo_name': '/onechart_weights_path/'. Use `repo_type` 阅读全文
posted @ 2024-09-27 13:42 Chenyi_li 阅读(1612) 评论(0) 推荐(0)
摘要: NotImplementedError: Using RTX 3090 or 4000 series doesn't support faster communication broadband via P2P or IB. Please set NCCL_P2P_DISABLE="1" and N 阅读全文
posted @ 2024-09-20 15:11 Chenyi_li 阅读(615) 评论(0) 推荐(0)
摘要: 解决方案是在torchrun中添加参数--master_port改变master port。且注意这个参数一定要加在要跑的文件即src/entry_point/train.py之前,否则会被忽略。 引用:https://juejin.cn/post/7260668104752775228 我的代码是 阅读全文
posted @ 2024-09-20 14:53 Chenyi_li 阅读(971) 评论(0) 推荐(0)
摘要: 1.先安装pipx。 2.然后用pipx安装poetry。 pipx install poetry 3.然后到含有pyproject.toml文件的文件夹下执行 pip install . 如果出现问题可以考虑执行pip install --upgrade pip setuptools进行更新 阅读全文
posted @ 2024-09-03 14:19 Chenyi_li 阅读(2468) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/duxiaodong1122/article/details/138922817 https://blog.csdn.net/qq_60489376/article/details/138817599?spm=1001.2014.3001.5506 阅读全文
posted @ 2024-08-20 17:09 Chenyi_li 阅读(40) 评论(0) 推荐(0)
摘要: 转载:https://juejin.cn/post/7387581960027340850?searchId=2024082010353010978231AFBCF498E743 阅读全文
posted @ 2024-08-20 11:10 Chenyi_li 阅读(61) 评论(0) 推荐(0)
摘要: Llama基础 Llama是什么? Llama2是Meta开源发布的大型语言模型。其训练涵盖了庞大的数据集——规模达到2万亿token。Llama1可以处理2048个token,Llama2可以处理4096个token的文本。Llama1和Llama2有同样的模型结构。该系列包含7B、13B及70B 阅读全文
posted @ 2024-08-20 10:04 Chenyi_li 阅读(896) 评论(0) 推荐(0)
摘要: 转载:https://www.bilibili.com/video/BV1Xd4y1Z7Xi/?spm_id_from=333.337.search-card.all.click&vd_source=46d50b5d646b50dcb2a208d3946b1598 阅读全文
posted @ 2024-04-08 21:41 Chenyi_li 阅读(55) 评论(0) 推荐(0)
摘要: 转载:https://zhuanlan.zhihu.com/p/353235794 阅读全文
posted @ 2024-04-03 19:11 Chenyi_li 阅读(500) 评论(0) 推荐(0)
摘要: 推荐好文:(ICCV-2021)PVT-金字塔 Vision Transformer及PVT_V2 阅读全文
posted @ 2024-03-31 09:44 Chenyi_li 阅读(20) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 ··· 41 下一页